BODY {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #AFDCFC;
}
BODY.theme2 {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #EACFE3;
}
BODY.light {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #CEE3EF;
}

/*------------------------------------------TABLE------------------------------------------*/
TABLE, TR, TD {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
TD.headtabrow {
	padding: 0px 0px;
}
TD.headtab {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #357CCE;
}

/*------------------------------------------FORM------------------------------------------*/
FORM, INPUT, TEXTAREA, select {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

/*------------------------------------------A------------------------------------------*/
A:link, A:visited {
	color: #67AEFC;
}
A:hover, A:hover {
	color: #94007B;
}

A.markbd:link, A.markbd:visited {
	color: #0066CC;
	text-decoration: none;
}
A.markbd:active, A.markbd:hover {
	color: #ff6600;
}

A.more:link, A.more:active, A.more:visited, A.more:hover {
	color: #FFFFFF;
	background-color: #67AEFC;
	text-decoration: none;
}

A.disco:link {
	color: #0066CC;
	text-decoration: none;
}
A.disco:visited {
	color: #003399;
	text-decoration: none;
}
A.discoorder:link, A.discoorder:visited {
	color: #663399;
	text-decoration: none;
}
A.disco:active, A.disco:hover, A.discoorder:active, A.discoorder:hover {
	color: #ff6600;
}

A.article:link, A.article:active, A.article:hover {
	color: #0066CC;
/*	text-decoration: none;*/
}
A.article:visited {
	color: #0044AA;
/*	text-decoration: none;*/
}

/*------------------------------------------HR------------------------------------------*/
HR {
	color: #BDCFEB;
}

/*------------------------------------------OTHER------------------------------------------*/
.linedash {
	font-family: "Arial", sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #67AEFC;
}
.linedashw {
	font-family: "Arial", sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #FFFFFF;
}
.head1 {
 	font-family: tahoma, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #0099cc;
}
.headcontent {
 	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066cc;
}
.content {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
.content_sm {
	font-family: Tahoma, sans-serif;
	font-size: 11pt;
	color: #000000;
}
.sm {
	font-size:8pt;
}
.footer {
 	font-family: Arial, sans-serif;
	font-size:8pt;
	font-weight: normal;
	color: #0066cc;
	padding: 2px 10px;
}
.markbd {
	color: #0066CC;
}
.markbl {
	color: #357CCE;
}
.markvr {
	color: #94007B;
}
.markvb {
	color: #39107B;
}
.markr {
	color: #CC0000;
}
.markgy {
	color: #666666;
}
.succeeded {
	font-weight: normal;
	color: #0000FF;
}
.failed {
	font-weight: normal;
	color: #FF0000;
}
.back {
	font-weight: bold;
	color: #0000FF;
}


IMG.pagecontrol {
	filter: alpha(opacity=60);
}
IMG.pagecontrolactive {
	filter: alpha(opacity=100);
}

img.border1 {
	border-color:#aaaaaa;
}
img.post_pic {
	margin-right:10px;
	margin-bottom:10px;
}

/*----TABLE---*/
TABLE.list TR TH {
 	font-family: tahoma, sans-serif;
	font-size:9pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #AFDCFC;
	padding-left: 4px;
	padding-right: 2px;
}
TABLE.list TR TH a:active, TABLE.list TR TH a:link, TABLE.list TR TH a:visited {
 	font-family: tahoma, sans-serif;
	font-size:9pt;
	color: #ffffff;
	text-decoration: none;
}
TABLE.list TR TH a:hover {
 	font-family: tahoma, sans-serif;
	font-size:9pt;
	color: #ffffff;
	text-decoration: underline;
}
TABLE.list TR TD {
 	font-family: tahoma, sans-serif;
	font-size:9pt;
	color:#666666;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom:1px solid #AFDCFC;
}
TABLE.list TR TD a:link, TABLE.list TR TD a:visited, TABLE.list TR TD.sm a:link, TABLE.list TR TD.sm a:visited {
	color:#666666;
	text-decoration: none;
}
TABLE.list TR TD a:hover, TABLE.list TR TD.sm a:hover {
	color:#67AEFC;
	text-decoration: none;
}
TABLE.list TR TD.sm {
 	font-family: tahoma, sans-serif;
	font-size:8pt;
	color:#666666;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom:1px solid #AFDCFC;
}
