a { text-decoration:none;}
@media print {
#main_c {
display:none;
}
#foot_c {
display:none;
}
#print_div {
display:block;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
}

}
@media screen {
#print_div {
display:none;
}
}
body {
	background-color: #737369;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#head_c {
	background-color: #FFFFFF;
	width: 1024px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #F3F3F3;
	border-right-color: #F3F3F3;
	border-left-color: #F3F3F3;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	-moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -khtml-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
#main_c {
	margin: auto;
	width: 1024px;
	
}

#logo_c {
	width: 450px;
	padding: 15px;
	float: left;
	margin-top: 5px;
}
#menu_c {
	margin: auto;
	width: 1028px;
	background-color: #037F97;
	height: 40px;
	overflow:hidden;
}

#head_right {
	float: right;
	width: 500px;
}

ul#menu_item {
	font-size: 16px;
	color: #FFFFFF;
	margin: auto;
	float: left;
}
.cmplogobox {
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	height: 150px;
	width: 150px;
	border: 1px solid #D7D7D7;
	text-align: center;
	display: inline-block;
	vertical-align:middle;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position:50% 50%;
	cursor: pointer;
}

#body_c {
	width: 1024px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F3F3F3;
	border-bottom-color: #F3F3F3;
	border-left-color: #F3F3F3;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: hidden;
	background-color: #FFFFFF;
}
#body_left {
	width: 720px;
	float: left;
}
#searchpanel {
	background-color: #F9F9F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	padding: 6px;
}

#body_right {
	float: right;
	width: 290px;
}


ul#menu_item li {
	display: inline;
}
ul#menu_item li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
ul#menu_item li a:hover {
	background-color: #737369;
}
ul#menu_item li a.active {
	background-color:#737369;
}
ul#menu_item li a.active:before {
	background-color:#737369;
	content: "";
	
}
#body_left_in {
	width: 690px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#foot_c {
	margin: auto;
	background-color: #868679;
	padding: 6px;
	height: 100px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
}
#searchdroppanel {
	background-color: #FFFFFF;
	border: 1px solid #E4E4E4;
	position: absolute;
	height: 200px;
	overflow: auto;
	display: none;
	z-index: 2000;
}
.searchitem {
	background-color: #F9F9F9;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	cursor: default;
	font-size: 12px;
	color: #333333;
}
.s_link {
	font-size: 12px;
	color: #666666;
}

dl#user_menu {
	font-size: 12px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
dl#user_menu dt {
	display: block;
	background-color: #017F96;
	width: 240px;
	margin-bottom: 3px;
	padding:8px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: default;
}
dl#user_menu dd {
	
}
dl#user_menu dd a {
	display:block;
	color: #ffffff;
	font-weight:bold;
	background-color: #666666;
	width: 200px;
	margin-bottom: 3px;
	padding:8px;
}
dl#user_menu dd a:hover {
	
	-webkit-box-shadow:0 0 5px #ccc;
	-moz-box-shadow:0 0 5px #ccc;
	box-shadow:0 0 5px #ccc;
}
.copyright {
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
}
#error {
	font-size: 12px;
	color: #333333;
	background-color: #FFCCCC;
	border: 1px solid #FFCC66;
	text-align: left;
	width: 95%;
	padding: 10px;
	display: block;
}
#success {
	font-size: 12px;
	color: #333333;
	background-color: #33CC00;
	border: 1px solid #FFCC66;
	text-align: left;
	width: 100%;
	padding: 10px;
	display: none;
}
.infosbox {
	font-size: 12px;
	color: #333333;
	background-color: #999999;
	padding: 5px;
}
.datatable {
	font-size: 12px;
	border: 3px solid #CCCCCC;
	padding: 4px;
}
.datatable a {
	color: #666666;
	text-decoration:none;
}

.datatable tr:hover {
	font-weight: bold;
	color: #CC0000;
	background-color: #DFDFDF;
}
.datatable td:hover {
color: #09425E;
}
.datatable th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #09425E;
	padding: 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: linear-gradient(to bottom , #017F96, #09425E ); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(to bottom , #017F96, #09425E ); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(to bottom , #017F96, #09425E ); /* FF3.6 */
	background-image:     -ms-linear-gradient(to bottom , #017F96, #09425E ); /* IE10 */
	background-image:      -o-linear-gradient(to bottom , #017F96, #09425E ); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom , #017F96, #09425E );
}
.datatable td {
	padding: 5px;
	text-align: left;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 2px;
}
#heading {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin: 6px;
}
.text14B {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.text14 {
	font-size: 14px;
	color: #333333;
}
.text10 {
	font-size: 10px;
	color: #333333;
}

#pageheading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #037F97;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
#pageheading span {
	color: #666666;
}

.dropbox {
	width: 96%;
	overflow: hidden;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.dropbox .boxtitle span {
	float: right;
	cursor: default;
	padding-right: 9px;
}

.dropbox .boxtitle {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	width: 100%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0px center;
	padding: 6px;
	background-image: -webkit-gradient(linear, left top, left right, from( #777 ), to( #444 )); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(to right, #777 , #444 ); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(to right, #777 , #444 ); /* FF3.6 */
	background-image:     -ms-linear-gradient(to right, #777 , #444 ); /* IE10 */
	background-image:      -o-linear-gradient(to right, #777 , #444 ); /* Opera 11.10+ */
	background-image:         linear-gradient(to right, #777 , #444);

}
.dropbox .boxbody {
	font-size: 12px;
	background-color: #F9F9F9;
	padding: 5px;
	display: none;
	margin-bottom: 9px;
	border: 1px solid #D7D7D7;
}
.searchbox {
	margin: 6px;
	width: 100%;
	border: 1px solid #DFDFDF;
		-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;


	-webkit-box-shadow:0 0 5px #ccc;
	-moz-box-shadow:0 0 5px #ccc;
	box-shadow:0 0 5px #ccc;
}
.searchbox #stitle {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	padding: 6px;
}
.searchbox #sbody {
	font-size: 12px;
	color: #666666;
	padding: 5px;
}
.searchbox #bbar {
	background-color: #F9F9F9;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBDBDB;
	padding: 6px;
}

.buttonbox {
	background-color: #DFDFDF;
	padding: 7px;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: center;


	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;


	-webkit-box-shadow:0 0 5px #ccc;
	-moz-box-shadow:0 0 5px #ccc;
	box-shadow:0 0 5px #ccc;
	margin: 5px;
	cursor: pointer;
	border: 1px solid #999999;
}
.buttonboxpanel {
	display: none;
	border: 1px solid #DFDFDF;
	position: absolute;
	width: 400px;


	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;


	-webkit-box-shadow:0 0 10px #ccc;
	-moz-box-shadow:0 0 10px #ccc;
	box-shadow:0 0 10px #ccc;
	background-color: #F3F3F3;
	padding: 8px;
}
.buttonboxtitle {
	font-size: 12px;
	color: #666666;
	text-align: right;
	cursor: pointer;
	background-image: url(../imgs/close.png);
	background-repeat: no-repeat;
	background-position: right center;
}




.progressbar {
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../imgs/spinning-progress.gif);
	background-position: 2px center;
	height: 20px;
	width: 100px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 24px;
	border: 3px solid #999999;
	left: 40%;
	top: 40%;
	position: absolute;
	z-index: 99999;
}
#all_page_msg {
	padding: 6px;
}

.loading {
	background-image: url(../imgs/spinning-progress.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 100%;
}
.flderror {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC0000;
	border: 1px solid #330033;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 0 15px #ccc;
	-moz-box-shadow:0 0 15px #ccc;
	box-shadow:0 0 15px #ccc;
	padding-right: 4px;
	padding-left: 4px;
}
.textfld {
	font-size: 12px;
	background-color: #FFFFFF;
	width: 97%;
	border: 1px solid #999999;
	padding: 4px;
}
.greenbox {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #33CC66;
	border: 1px solid #006600;
	padding: 4px;
}
.redbox {
	font-size: 12px;
	color: #333333;
	background-color: #FF99FF;
	border: 1px solid #FF9900;
	padding: 4px;
	width: 98%;
}












		*:focus{
			outline:none; /* Prevents blue border in Webkit */
		}
#pic_panel {
	text-align: center;
	width: 100%;
}

		.pimg {
			-webkit-box-shadow:0 0 15px #ccc;
			-moz-box-shadow:0 0 15px #ccc;
			box-shadow:0 0 15px #ccc;
			
			-webkit-transform: scale(1.05);
			-moz-transform: scale(1.05);
			transform: scale(1.05);
		}
		form {
			width:97%;
			margin: 20px auto;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-size:12px;
		}

		input, textarea, select {
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			background-color:#fff;
			border:1px solid #ccc;
			font-size:20px;
			width:90%;
			min-height:20px;
			display:block;
			margin-bottom:5px;
			margin-top:8px;
			
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			border-radius:5px;
			
			-webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
		}
		
		textarea {
				min-height:200px;
		}

		input:focus, textarea:focus, select:focus {
			-webkit-box-shadow:0 0 10px #ccc;
			-moz-box-shadow:0 0 10px #ccc;
			box-shadow:0 0 10px #ccc;
			
			-webkit-transform: scale(1.05);
			-moz-transform: scale(1.05);
			transform: scale(1.05);
		}
		
		/* The interesting bit */
		
		input:not(:focus), textarea:not(:focus), select:not(:focus) {
			opacity:0.6;
		}
		
		input[type=submit] {
	padding:2px;
	opacity:1.0;
	background-color: #D7D7D7;
		}
		
		
.buttonboxsml {
	background-color: #DFDFDF;
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;



	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;


	margin: 2px;
	cursor: pointer;
	border: 1px solid #999999;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	display: inline;
}


#dialog-overlay {
        /* set it to fill the whil screen */
        width:100%;
        height:100%;
        
        /* transparency for different browsers */
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        background:#000;
        /* make sure it appear behind the dialog box but above everything else */
        position:absolute;
        top:0; left:0;
        z-index:3000;
        /* hide it by default */
        display:none;
    }
	#dialog-box {
        

        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        -moz-border-radius: 5px;
	    -webit-border-radius: 5px;
        width:328px;
        position:absolute;
		z-index:5000;
        display:none;
		padding: 5px;
		background-color: #F9F9F9;
    }
#dialog-boxtitle {
	font-size: 12px;
	color: #666666;

	text-align: right;
	cursor: pointer;
	background-image: url(../imgs/close.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #E4E4E4;
	padding: 3px;
}
    #dialog-box .dialog-content {
        /* style the content */
        text-align:left;
        padding:10px;
        margin:13px;
        color:#666;
        font-family:arial;
        font-size:12px;
    }

		.tooltip{
   			display: inline;
    		position: relative;
		}
		
		.tooltip:hover:after{
    		background: #333;
    		background: rgba(0,0,0,.8);
    		border-radius: 5px;
    		bottom: 26px;
    		color: #fff;
    		content: attr(title);
    		left: 20%;
    		padding: 5px 15px;
    		position: absolute;
    		z-index: 98;
    		width: 220px;
		}
		
		.tooltip:hover:before{
    		border: solid;
    		border-color: #333 transparent;
    		border-width: 6px 6px 0 6px;
    		bottom: 20px;
    		content: "";
    		left: 50%;
    		position: absolute;
    		z-index: 99;
		}

.icon-disabled{
opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}

.icon {
	display:block;
	float:left;
	width: 22px;
	height: 22px;
	background-repeat:no-repeat;
	background-position:0 50%;
	margin-right:6px;
}
.icond{
	background-image: url(../imgs/dicon.png);
}
.iconl{
	background-image: url(../imgs/licon.png);
}

.idown { background-position: 0px 0px; }
.iup { background-position: -22px 0px; }
.iman { background-position: -47px 0px; }
.ifile { background-position: -70px 0px; }
.ilink { background-position: -97px 0px; }
.ipic { background-position: -125px 0px; }
.ihome { background-position: -148px 0px; }
.isearch { background-position: -170px 0px; }
.imail { background-position: -196px 0px; }
.iplus { background-position: -222px 0px; }
.iacr { background-position: -248px 0px; }
.iwar { background-position: -274px 0px; }
.isetting { background-position: -300px 0px; }
.iprofile { background-position: -326px 0px; }
.ilock { background-position: -352px 0px; }
.isetting2 { background-position: -378px 0px; }
.icart { background-position: -404px 0px; }
.ichain { background-position: -430px 0px; }
.iflag { background-position: -456px 0px; }
.iptag { background-position: -482px 0px; }
.ion { background-position: -508px 0px; }
.iinfo { background-position: -534px 0px; }
.iqns { background-position: -560px 0px; }
.ibox { background-position: -586px 0px; }
.iedit { background-position: -612px 0px; }
.iprint { background-position: -638px 0px; }

#heading20 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #037F97;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	text-align:center;
}
#heading20 span {
	color: #666666;
}
.fects {
	font-size: 12px;
	color: #666666;
	text-align:left;
}
.fects li {
	background-image: url(../imgs/yes.png);
	background-repeat: no-repeat;
	display:block;
	padding-left:30px;
	margin-top:10px;
}
.fectsbox {
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	width: 46%;
	border: 1px solid #D7D7D7;
	text-align: center;
	display: inline-block;
	vertical-align:top;
}
.smladspanel {
	background-color: #F9F9F9;
	padding: 5px;
	border: 1px solid #C9C9C9;
	font-size: 1px;
}

.buttong {

	background-color: #09425E;
	padding:4px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;


	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;

	margin: 5px;
	cursor: pointer;
	border: 1px solid #09425E;
	background-image: linear-gradient(to bottom , #017F96, #09425E ); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(to bottom , #017F96, #09425E ); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(to bottom , #017F96, #09425E ); /* FF3.6 */
	background-image:     -ms-linear-gradient(to bottom , #017F96, #09425E ); /* IE10 */
	background-image:      -o-linear-gradient(to bottom , #017F96, #09425E ); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom , #017F96, #09425E );
}
