/*---------- background ----------*/
.logo{
	background-image:url(img/logo_line.gif);
	background-repeat:repeat-x;
}

.enews{
	background-image:url(img/enews_head.gif);
	background-repeat:no-repeat;
}

.vote{
	background-image:url(img/vote_head.gif);
	background-repeat:no-repeat;
}

.survey{
	background-image:url(img/survey_head.gif);
	background-repeat:no-repeat;
}

.quiz{
	background-image:url(img/quiz_head.gif);
	background-repeat:no-repeat;
}
.address{
	background-image:url(img/address_head.gif);
	background-repeat:no-repeat;
}

.addressbg{
	background-image:url(img/address_bg.gif);
	background-repeat:no-repeat;
}

/*---------- doth ----------*/
.doth{
	background-image:url(img/doth.gif);
	background-repeat:repeat-x;
}

.dotv{
	background-image:url(img/dotv.gif);
	background-repeat:repeat-y;
}

/*---------- fonts ----------*/
img{
	border:0px;
}

table{
	border:0px;
}

body,table,td{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:12px;
	color:#cccccc;
}

.redlab{
	font-size:10px;
	color:#999999;
}

.knowledgeHead{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#74d0e2;
	font-weight:bold;
	letter-spacing:-2;
	text-decoration:none;
}
.small{
	font-size:10px;
	color:#666666;
}

.Darkblue{
	color:#54a0e0;
}


.blackH{
	font-size:13px;
	color:#000000;
	font-weight:bold;
}

.black{
	color:#000000;
}

.grey1H{
	font-size:13px;
	color:#333333;
	font-weight:bold;
}

.grey1{
	color:#333333;
}

.grey2H{
	font-size:13px;
	color:#666666;
	font-weight:bold;
}

.grey2{
	color:#666666;
}

.grey3H{
	font-size:13px;
	color:#999999;
	font-weight:bold;
}

.grey3{
	color:#999999;
}

.grey4H{
	font-size:13px;
	color:#CCCCCC;
	font-weight:bold;
}

.grey4{
	color:#CCCCCC;
}

.redH{
	font-size:13px;
	color:#CC0000;
	font-weight:bold;
}

.red{
	color:#CC0000;
}

.orangeH{
	font-size:13px;
	color:#FF6600;
	font-weight:bold;
}

.orange{
	color:#FF6600;
}

.blueH{
	font-size:13px;
	color:#74d0e2;
	font-weight:bold;
}

.blue{
	color:#74d0e2;
}

.greenH{
	font-size:13px;
	color:#7cad26;
	font-weight:bold;
}

.green{
	color:#7cad26;
}

.yellowH{
	font-size:13px;
	color:#FFCC00;
	font-weight:bold;
}

.yellow{
	color:#FFCC00;
}

.pinkH{
	font-size:13px;
	color:#ff99c;
	font-weight:bold;
}

.pink{
	color:#ff99c;
}

.purpleH{
	font-size:13px;
	color:#660099;
	font-weight:bold;
}

.purple{
	color:#660099;
}

.whiteH{
	font-size:13px;
	color:#cccccc;
	font-weight:bold;
}

.white{
	color:#cccccc;
}

tr{
	vertical-align:top;
}

img{
	border:0px;
}

input{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

select{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

textarea{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

/*---------- border ----------*/

.border{
	border:1px solid #cccccc;
}

.border2{
	border:1px solid #7C7676;
}


.borderBold{
	border:2px solid #ff6600;
}

.borderBoldOrange{
	border:2px solid #ff6600;
}

.borderBoldYellow{
	border:2px solid #ffcc00;
}


.borderBoldGreen{
	border:2px solid #7cad26;
}

.borderBoldBlueDark{
	border:2px solid #04318e;
}

.borderBoldPink{
	border:2px solid #ff99cc;
}


.borderBoldRed{
	border:2px solid #cc0000;
}

.borderBoldGray{
	border:2px solid #cccccc;
}
.borderBoldBlue{
	border:2px solid #74d0e2;
}
.borderDot{
	border:1px dashed #cccccc;
}

.borderTop{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderTop2{
	border-color:#7C7676; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}


.borderTopBlue{
	border-color:#74d0e2; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderTopDot{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderBottom{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderBottom2{
	border-color:#7C7676; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderBottomDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderLeft{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderLeftDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderRight{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderRightDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:dashed; 
}
.borderLogin{
	border:1px solid #eeeeee;
}

ul{
	list-style:circle;
}

/*---------- text-link ----------*/
a:link{text-decoration:underline; color:#74d0e2;}
a:visited{text-decoration:underline; color:#74d0e2;}
a:hover{text-decoration:underline; color:#74d0e2;}

a.redlabLink:link{text-decoration:underline; color:#999999;}
a.redlabLink:visited{text-decoration:underline; color:#999999;}
a.redlabLink:hover{text-decoration:underline; color:#CC0000;}

a.YellowLink:link{text-decoration:underline; color:#ffcc00;}
a.YellowLink:visited{text-decoration:underline; color:#ffcc00;}
a.YellowLink:hover{text-decoration:underline; color:#ffcc00;}

a.OrangeLink:link{text-decoration:underline; color:#ff6600;}
a.OrangeLink:visited{text-decoration:underline; color:#ff6600;}
a.OrangeLink:hover{text-decoration:underline; color:#ff6600;}

a.slideLink:link{text-decoration:none; color:#333333;font-size:11px;}
a.slideLink:visited{text-decoration:none; color:#333333;font-size:11px;}
a.slideLink:hover{text-decoration:none; color:#74d0e2;font-size:11px;}

a.knowledgeLink:link{text-decoration:none; color:#999999;font-size:12px;}
a.knowledgeLink:visited{text-decoration:none; color:#999999;font-size:12px;}
a.knowledgeLink:hover{text-decoration:none;color:#74d0e2;font-size:12px;}
