@charset "utf-8";
/* CSS Document */

@font-face {
	font-family:LucidaGrande;
	src: url(../fonts/Lucida.ttf );
}
@font-face {
	font-family:LucidaGrande;
	src: url(../fonts/Lucida.eot) format("truetype");
}
body {
	background:#FFF url(../images/background.jpg);
	margin:0;
	padding:0;
	font:normal 12px LucidaGrande;
}

p {font-family: Georgia; font-size: 14px; color:#333;}

strong {font-weight: bold;}
.wrapper {
	margin:0 auto;
	width:1005px
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
	outline: none;
}
a {
	text-decoration:none;
	color: rgb(0,61,76);
}
a:hover {
	text-decoration:underline;
	color: rgb(0,91,130);
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
img {
	border:none;
}
input {
	font:12px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	outline:none;
}
input:active {
	outline:none
}
select {
	font:12px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	outline:none
}
textarea {
	font:12px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	outline:none;
	overflow:auto
}
textarea:active {
	outline:none
}
.main {
	padding:20px 0
}
header {
	margin:0;
	padding:0;
	background:url(../images/headerbg.png) no-repeat;
	height:130px
}
header .logo {
	float:left;
	padding:50px 0 0 38px
}
header .logo a {
	display:block;
	background:url(../images/logo.png);
	width:258px;
	height:68px
}
header nav {
	float:right;
	padding:83px 30px 0 0
}
header nav a {
	font-size:18px;
	color:#003d4c;
	text-transform:uppercase;
	display:block;
	float:left;
	margin-left:20px
}

header nav a:hover {
	color: rgb(0,91,130);
	display:block;
	text-decoration: none;
}


.container {
	margin:0;
	padding:20px 0 0 0
}
.container .leftside {
	float:left;
	width:754px
}
.container .rightside {
	float:right;
	width:230px
}
.graybox {
	width:230px
}
.graybox .grayboxheader {
	background:url(../images/rightboxheader.png);
	height:10px
}
.graybox .grayboxbody {
	background:url(../images/rightboxbg.png);
	min-height:500px;
	margin-bottom:-2px
}
.graybox .grayboxfooter {
	background:url(../images/rightboxfooter.png) bottom no-repeat;
	height:9px
}
.graybox .grayboxbody .space {
	padding:23px 25px 5px 25px
}
.graybox .grayboxbody .space h4 {
	text-align:center
}
h4 {
	margin:0 0 10px 0;
	padding:0;
	color:#003d4c;
	font-size:18px;
	font-weight:normal;
	font-family:LucidaGrande;
	border-bottom:1px solid #333333
}
.fuhu {
	text-align:center;
	padding:15px 0
}
.logo1 {
	text-align:center;
	padding:10px 0
}
.bluebox {
	width:754px;
	margin:0;
	padding:0
}
.bluebox .blueboxtop {
	background:url(../images/blueboxtop.png);
	height:10px;
}
.bluebox .blueboxbg {
	background:url(../images/blueboxbg.png);
}
.bluebox .space1 {
	padding:0 3px 0 1px;
}
.bluebox .blueboxfooter {
	background:url(../images/blueboxbottom.png);
	height:9px;
}
.gradient {
	background: -webkit-gradient(linear, left top, left bottom, from(#003c4c), to(#005a83));
	background: -moz-linear-gradient(top, #003c4c, #005a83);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#003c4c, endColorstr=#005a83);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#003c4c, endColorstr=#005a83)";
	min-height:50px;
}
.searchbody {
	padding:40px 50px;
}
.searchbody .serchbox {
	float:left
}
.searchbody .serchbox em {
	display:block;
	float:left;
	height:50px
}
.searchbody .serchbox em.leftbg {
	background:url(../images/searchfield1.png);
	width:15px
}
.searchbody .serchbox em.rightbg {
	background:url(../images/searchfield3.png);
	width:15px
}
.searchbody .serchbox .search {
	background:url(../images/searchfield2.png);
	height:50px;
	border:none;
	float:left;
	width:527px;
	color:#666666;
	font-size:16px;
	font-family:LucidaGrande;
	padding:0
}
.searchbody .largebtn {
	float:right
}
.searchbody .buttons {
	padding:0 0 0 0
}
.searchbody .buttons a {
	margin-right:35px
}
/*.searchbody .largebtn{float:right}

.searchbody .buttons{padding:25px 0 0 0}

.searchbody .buttons a{margin-right:25px}*/


.intro{color: rgb(0,61,76); font-size:16px; font-weight:normal; font-family:LucidaGrande ;}


.searchbody .serchbox div {
	float:left
}
.largebtn {
	float:left;
	height:50px;
}
.largebtn input {
	float:left;
	height:50px;
	line-height:50px;
	border:none;
	cursor:pointer;
	background:url(../images/largebtn.png) no-repeat 0 0;
	padding-left:15px;
	font-size:16px;
	color:#FFF;
	font-family:LucidaGrande;
}
.largebtn em {
	float:left;
	background:url(../images/largebtn.png) repeat 15px 0;
	width:15px;
	display:block;
	height:50px;
	cursor:pointer
}
.largebtn:hover input {
	background:url(../images/largebtn.png) no-repeat 0 -55px;
}
.largebtn:hover em {
	background:url(../images/largebtn.png) repeat 15px -55px;
}
.largebtn:active input {
	background:url(../images/largebtn.png) no-repeat 0 -110px;
	padding-top:2px
}
.largebtn:active em {
	background:url(../images/largebtn.png) repeat 15px -110px;
}
.btn {
	display:block;
	float:left;
	height:40px
}
.btn:hover {
	text-decoration:none
}
.uc {
	text-transform:uppercase
}
.btn span {
	display:block;
	cursor:pointer;
	background:url(../images/buttonbg.png) no-repeat 0 0;
	height:40px;
	float:left;
	padding-left:20px;
	line-height:40px;
	color:#FFF;
	font-size:16px;
	font-family:LucidaGrande;
}
.btn em {
	display:block;
	cursor:pointer;
	background:url(../images/buttonbg.png) repeat 20px 0;
	height:40px;
	float:left;
	width:20px
}
.btn:hover span {
	background:url(../images/buttonbg.png) no-repeat 0 -46px;
	text-decoration:none
}
.btn:hover em {
	background:url(../images/buttonbg.png) repeat 20px -46px
}
.btn:active span {
	background:url(../images/buttonbg.png) no-repeat 0 -92px;
	line-height:42px;
}
.btn:active em {
	background:url(../images/buttonbg.png) repeat 20px -92px
}
.btn {
	display:block;
	float:left;
	height:40px
}
.btn:hover {
	text-decoration:none
}
.btn input {
	display:block;
	cursor:pointer;
	background:url(../images/buttonbg.png) no-repeat 0 0;
	height:40px;
	float:left;
	padding-left:20px;
	line-height:40px;
	color:#FFF;
	font-size:16px;
	font-family:LucidaGrande;
	border:none
}
.btn em {
	display:block;
	cursor:pointer;
	background:url(../images/buttonbg.png) repeat 20px 0;
	height:40px;
	float:left;
	width:20px
}
.btn:hover input {
	background:url(../images/buttonbg.png) no-repeat 0 -46px;
	text-decoration:none
}
.btn:hover em {
	background:url(../images/buttonbg.png) repeat 20px -46px
}
.btn:active input {
	background:url(../images/buttonbg.png) no-repeat 0 -92px;
	line-height:42px;
}
.btn:active em {
	background:url(../images/buttonbg.png) repeat 20px -92px
}
.graybox1 {
	width:754px;
	margin:0;
	padding:0
}
.graybox1 .graybox1top {
	background:url(../images/grayboxtop.png) no-repeat;
	height:9px
}
.graybox1 .graybox1bg {
	background:url(../images/grayboxbg.png);
}
.graybox1 .contents {
	padding:21px 52px 20px 51px
}
.graybox1 .contents .spaceright {
	float: left;
	width: 275px;
	margin-right:25px;
	
}
.graybox1 .contents .spaceleft {
	float: right;
	width: 350px;
}
	
.graybox1 .graybox1bottom {
	background:url(../images/grayboxbottom.png) no-repeat;
	height:10px;
}
.space2 {
	margin-top:20px
}
.selectfields {
	margin:0;
	padding:25px 0 0 0;
}
.selectfields label {
	display:block;
	font-size:16px;
	color:#FFF;
	font-family:LucidaGrande;
	padding:0 0 10px 2px
}
.selectfields p {
	padding:0 25px 0 0;
	margin:0;
	float:left
}
.selectfields p.last {
	padding:0
}
.footerfield {
	padding:25px 0 0 0
}
.footerfield p {
	margin:0;
	padding:0;
	float:left;
	padding:0 15px 0 0
}
.footerfield .left {
}
.footerfield .right {
}
.selectfields p.checkbody {
	padding:25px 0;
	float:left;
	width:300px
}
.selectfields p.checkbody span.checkbox {
	margin-right:5px
}
.selectfields p.checkbody label {
	padding-left:10px;
	display:block
}
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	float: left;
}
.radio {
	background: url(../images/radio.png) no-repeat;
}
.select {
	position: absolute;
	width: 164px;
	height: 39px;
	padding: 0 24px 0 13px;
	background: url(../images/dropselect.png);
	overflow: hidden;
	line-height:39px;
	color:#333333;
	font-family:LucidaGrande;
}
select.styled {
	height:39px;
	width:201px
}
.contents h3 {
	margin:0 0 15px 0;
	padding:0 0 0 0;
	font-size:20px;
	font-weight:normal;
	color:#003d4c;
	border-bottom:1px solid #666666;
	font-family:LucidaGrande;
}
.contents h3 a {
	color:#003d4c;
}
.contents h3 a:hover {
	text-decoration:none; color: #333;
}
.contents h1 {
	margin:0 0 15px 0;
	padding:0 0 0 0;
	font-size:24px;
	font-weight:normal;
	color: rgb(0,61,76);
	border-bottom:1px solid #666666;
	font-family:LucidaGrande;
	
}
.contents .text {
	color:#003d4c;
	font:18px Georgia;
}
.contents .text .headline {
	display:block;
	color:#003d4c;
	font-weight:normal;
	font-size:18px;
	padding-bottom:4px;
}
.contents .text a {
	color:#003d4c;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
}
.contents .small {
	font-size:14px;
	color:#333333;
	padding:10px 0 0 0;
	margin:0;
	line-height:18px;
	line-height:16px;
}
.contents .date {
	font-size:16px;
	padding:0;
	margin:0;
	font-family:Georgia;
	color:#333333
}
.contents .date strong {
	font-family:LucidaGrande;
	font-weight:normal;
	color:#003d4c
}
.searchcontainer {
	width:800px
}
.searchcontainer .boxlogo {
	padding:0;
	margin:-15px 0 0 0;
	padding-bottom:20px
}
.searchcontainer .boxlogo .logo-w {
	float:left;
	background:url(../images/logo-w.png) no-repeat;
	width:258px;
	height:68px
}
.searchcontainer .boxlogo .logotext {
	float:left;
	font-size:24px;
	color:#FFF;
	padding:15px 0 0 10px;
	font-family:Georgia;
text-shadow:
}
.searchcontainer .buttons .link {
	float:left;
	display:block;
	font-size:24px;
	color:#FFF;
	font-family:Georgia;
	margin:5px 0 0 10px;
	text-shadow:2px 2px 0 #000
}
/*#tablelist{margin:0; padding:0; border-collapse:collapse; border:1px solid #AAA; color:#444}

#tablelist th{padding:5px; text-align:left; border-right:1px solid #AAA; border-bottom:1px solid #AAA}

#tablelist td{padding:5px; text-align:left;  border-bottom:1px solid #AAA}

#tablelist .odd{background:#DDD}

#tablelist a{color:#003d4c; text-decoration:underline}*/



table, #tablelist {
	margin:0;
	padding:0;
	border-collapse: collapse;
    border-spacing: 0;
	color:#444;
	width:100%;
	border:0;
	
}
#tablelist tr {
	display: block;
/*		border: 1px solid green;*/
}
#tablelist th, #tablelist th:empty{
	display:block;
	padding:5px 5px 2px 5px;
	text-align:left;
	color:#003d4c;
	font-size: 16px;
	width:100%;
	/*border: 1px solid red;*/
}

#tablelist td {
	display:block;
	padding:2px 5px 5px 5px;
	text-align:left;
	width:100%;
	/*border: 1px solid blue;*/
}
/*#tablelist .headline{font-family:LucidaGrande; font-size:15px; font-weight:bold}*/

#tablelist .odd {
	background:#DDD;
}
#tablelist .inlinetext {}
#tablelist .inlinetext th {
	float:left;
}
#tablelist .inlinetext td {
	float:left;
	border:none;
	padding:5px 5px 5px 5px;
}
#tablelist div {
	display:inline;
}
#tablelist div .time {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
#tablelist div .time li {
	float:left;
	padding-right:15px;
}
.grid-view .pager {
	display:block;
	padding:10px 0 0 0;
}
.grid-view .pager ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
}
.grid-view .pager ul li {
	display:inline
}
.grid-view .pager ul li.first a {
	color:#9c9c9c;
	font-size:12px;
	font-weight:bold;
	border:none;
}
.grid-view .pager ul li.previous a {
	color:#9c9c9c;
	font-size:12px;
	font-weight:bold;
	border:none;
}
.grid-view .pager ul li.previous {
	padding-right:4px;
}
.grid-view .pager ul li.next a {
	color:#9c9c9c;
	font-size:12px;
	font-weight:bold;
	border:none;
}
.grid-view .pager ul li.next {
	padding-left:4px
}
.grid-view .pager ul li.last a {
	color:#9c9c9c;
	font-size:12px;
	font-weight:bold;
	border:none
}
.grid-view .pager ul li.page a {
	padding:2px 6px;
	background:#e8e8e8;
	font-weight:bold;
	color:#767676;
	border:1px solid #cfcfcf;
	border-bottom-color:#949494;
	border-top-color:#e8e8e8
}
.grid-view .pager ul li.page a:hover {
	background:#7eb9d9;
	font-weight:bold;
	color:#FFF;
	border:1px solid #7eb9d9;
	border-bottom-color:#568daf;
	border-top-color:#7eb9d9;
	text-decoration:none
}
.grid-view .pager ul li.page span {
	color:#767676;
	font-weight:bold;
	padding:0 2px;
	letter-spacing:2px;
}
.grid-view .pager ul li.selected a {
	background:#7eb9d9;
	font-weight:bold;
	color:#FFF;
	border:1px solid #7eb9d9;
	border-bottom-color:#568daf;
	border-top-color:#7eb9d9;
	text-decoration:none
}
.summary {
	padding-top:20px;
	text-align:right;
	color:#003d4c;
	font-size:14px;
	font-weight:normal;
	font-family:LucidaGrande;
}
.pagination {
	text-align:right;
	padding:25px 50px 0 0;
	font-family:LucidaGrande;
	font-size:14px
}
.pagination ul.yiiPager .page a {
	border:none;
	color:#555;
	font-size:14px
}
.pagination ul.yiiPager .page a:hover {
	text-decoration:underline
}
.pagination ul.yiiPager .selected a {
	border:none;
	background:none;
	color:#555;
	text-decoration:underline
}
.pagination ul.yiiPager .hidden a {
	border:none;
	font-size:14px
}
.pagination ul.yiiPager a:link, ul.yiiPager a:visited {
	border:none;
	color:#444;
	font-size:14px
}
.form {
	margin:0;
	padding:0
}
.form .note {
	color:#003d4c;
	font-size:14px;
	font-weight:normal;
	font-family:LucidaGrande;
}
.form .note span {
	color:#E00
}
.form .row {
	padding-bottom:5px
}
.form .row label {
	display:block;
	float:left;
	width:100px;
	font-family:LucidaGrande;
}
.form .row label .required {
	color:#E00
}
.form .row .textbox {
	padding:3px;
	border:1px solid #888;
	font-family:LucidaGrande;
}
.form .row input.error {
	border:1px solid #E00
}
.form fieldset {
	padding-top:10px;
	margin-top:25px
}
.form fieldset legend {
	font-size:15px;
	font-weight:normal;
	font-family:LucidaGrande;
}
.form fieldset legend i {
	font-size:13px
}
.form .buttons {
	padding-top:25px
}
.form .errorMessage {
	color:#E00;
	padding-left:100px;
	font-family:LucidaGrande;
}
.form .rememberMe {
	padding-left:100px;
	padding-top:5px;
}
.form .rememberMe input {
	float:left
}
.form .rememberMe label {
	width:auto;
	padding-left:4px
}
.form .spacebtn {
	padding:0 0 0 100px
}
.errorSummary {
	color:#E00;
	font-family:LucidaGrande;
}
/*.form .buttons input {

    background:#AAA;

    border: 1px solid #777;

    border-radius: 6px 6px 6px 6px;

    box-shadow: 0 1px 0 0 #FFFFFF inset;

    color: #FFF;

    display: inline-block;

    font-family:LucidaGrande ;

    font-size: 15px;

    font-weight: bold;

    padding: 6px 24px;

    text-decoration: none;

    text-shadow: 1px 1px 0 #000;

	cursor:pointer

}

*/

.form .buttons .largebtn {
	float:right
}
