@charset "utf-8";

/* Body Style */
body {
	background: #f8f8f8;
	margin:0;
	position: relative;
	font-family: Tahoma, sans serif;
	font-size: 13px;
}
img {
	border: 0;
	vertical-align: middle;
}
font, th, td, p {
	position: relative;
	font-family: Tahoma, sans serif;
	font-size: 13px;
}
a:link {
	color: #2C860B;
	text-decoration: none;
}
a:visited {
	color: #2C860B;
	text-decoration: none;
}
a:hover {
	color: #db0a14;
	text-decoration: none;
}
a:active {
	color: #2C860B;
	text-decoration: none;
}

/* Line Style */
hr {
	border: 0 solid #31511e;
	border-top-width: 1px;
	height: 0;
}
hr.red {
	border: #FF0000 0px solid;
	border-top-width: 1px;
	height: 0;
}

/* Font Style */
.stressdarkblue {
	font-weight: bold;
	color: #0000FF;
}
.stressblue {
	font-weight: bold;
	color: #2976C5;
}
.stressyellow {
	font-weight: bold;
	color: #FFFF00;
}
.stresswhite {
	font-weight: bold;
	color: #FFFFFF;
}
.stressred {
	font-weight: bold;
	color: #FF0000;
}
.stressgreen{
	font-weight: bold;
	color: #2C860B;
}
.stressbrown {
	font-weight: bold;
	color: #a28159;
}
.stressorange {
	font-weight: bold;
	color: #c18902;
}
.darkblue {
	color: #0000FF;
}
.blue {
	color: #2976C5;
}
.yellow {
	color: #FFFF00;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #FF0000;
}
.green{
	color: #2C860B;
}
.brown {
	color: #a28159;
}
.orange {
	color: #c18902;
}
.smalltext {
	font-family: Tahoma, sans serif;
	font-size: 11px;
}
.smalltextbold {
	font-family: Tahoma, sans serif;
	font-size: 11px;
	font-weight: bold;
}

/* Input Style */
input {
	text-indent: 2px;
}
input, textarea, select {
	color: #000;
	position: relative;
	font-family: Tahoma, sans serif;
	font-size: 13px;
}
input.login {
	width: 85px;
}
input.securitycode {
	width: 48px;
}
input.linkexchange1 {
	width: 200px;
	color: #FF0000;
	margin-top: 8px;
	margin-bottom: 5px;
}
input.linkexchange2 {
	margin-top: 8px;
	margin-bottom: 5px;
}
textarea.comment {
	width: 80%;
}

/* Block Color Blue */
table.blockblue {
	background-image: url(../images/bg_blue.jpg);
	border: #2976C5 1px solid;
	margin-bottom: 4px;
}
td.contentblue {
	background: #FFFFFF;
}
a:link.contentblue {
	color: #2976C5;
	text-decoration: none;
}
a:visited.contentblue {
	color: #2976C5;
	text-decoration: none;
}
a:hover.contentblue {
	color: #2976C5;
	text-decoration: none;
	border: #2976C5 1px dashed;
}
a:active.contentblue {
	color: #2976C5;
	text-decoration: none;
}

/* Block Color Green */
table.blockgreen {
	background-image: url(../images/bg_green.jpg);
	border: #7ba412 1px solid;
	margin-bottom: 4px;
}
table.blockbiggreen {
	border: #7ba412 1px solid;
	margin-bottom: 4px;
}
td.contentgreen {
	background: #FFFFFF;
}
a:link.contentgreen {
	color: #7ba412;
	text-decoration: none;
}
a:visited.contentgreen {
	color: #7ba412;
	text-decoration: none;
}
a:hover.contentgreen {
	color: #7ba412;
	text-decoration: none;
	border: #7ba412 1px dashed;
}
a:active.contentgreen {
	color: #7ba412;
	text-decoration: none;
}

/* Block Color Orange */
table.blockorange {
	background-image: url(../images/bg_orange.jpg);
	border: #c18902 1px solid;
	margin-bottom: 4px;
}
table.blockbigorange {
	border: #c18902 1px solid;
	margin-bottom: 4px;
}
td.contentorange {
	background: #FFFFFF;
}
a:link.contentorange {
	color: #c18902;
	text-decoration: none;
}
a:visited.contentorange {
	color: #c18902;
	text-decoration: none;
}
a:hover.contentorange {
	color: #c18902;
	text-decoration: none;
	border: #c18902 1px dashed;
}
a:active.contentorange {
	color: #c18902;
	text-decoration: none;
}
a:link.contentorange2 {
	color: #c18902;
	text-decoration: none;
}
a:visited.contentorange2 {
	color: #c18902;
	text-decoration: none;
}
a:hover.contentorange2 {
	color: #c18902;
	text-decoration: underline;
}
a:active.contentorange2 {
	color: #c18902;
	text-decoration: none;
}

/* Block Color Red */
table.blockred {
	background-image: url(../images/bg_red.jpg);
	border: #e7340a 1px solid;
	margin-bottom: 4px;
}
td.contentred {
	background: #FFFFFF;
}
a:link.contentred {
	color: #e7340a;
	text-decoration: none;
}
a:visited.contentred {
	color: #e7340a;
	text-decoration: none;
}
a:hover.contentred {
	color: #e7340a;
	text-decoration: none;
	border: #e7340a 1px dashed;
}
a:active.contentred {
	color: #e7340a;
	text-decoration: none;
}

/* Block Color Brown */
table.blockbrown {
	background-image: url(../images/bg_brown.jpg);
	border: #a28159 1px solid;
	margin-bottom: 4px;
}
td.contentbrown {
	background: #FFFFFF;
}
a:link.contentbrown {
	color: #a28159;
	text-decoration: none;
}
a:visited.contentbrown {
	color: #a28159;
	text-decoration: none;
}
a:hover.contentbrown {
	color: #a28159;
	text-decoration: none;
	border: #a28159 1px dashed;
}
a:active.contentbrown {
	color: #a28159;
	text-decoration: none;
}

/* Block Color Gray */
table.blockgray {
	background-image: url(../images/bg_gray.jpg);
	border: #000000 1px solid;
	margin-bottom: 4px;
}
table.blockbiggray {
	background: #FFFFFF;
	border: #000000 1px solid;
	margin-bottom: 4px;
}
td.contentgray {
	background: #FFFFFF;
}
a:link.contentgray {
	color: #000000;
	text-decoration: underline;
}
a:visited.contentgray {
	color: #000000;
	text-decoration: underline;
}
a:hover.contentgray {
	color: #000000;
	text-decoration: none;
}
a:active.contentgray {
	color: #000000;
	text-decoration: none;
}

/* News */
a:link.news {
	color: #2976C5;
	text-decoration: none;
}
a:visited.news {
	color: #2976C5;
	text-decoration: none;
}
a:hover.news {
	color: #2976C5;
	text-decoration: underline;
}
a:active.news {
	color: #2976C5;
	text-decoration: none;
}

/* Tab Free Services */
.dhtmlgoodies_tabPane{
	height:21px;	/* Height of tabs */
	border-bottom:5px solid #FDAD6D;
}
.dhtmlgoodies_aTab{
	margin:4px;
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
	font-size: 13px;
}
.dhtmlgoodies_tabPane DIV{
	float:left;
	height:100%;	/* Height of tabs */
	padding-left:5px;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor:pointer;
	position:relative;
	bottom:-1px;
	margin-left:0px;
	margin-right:0px;
}
.dhtmlgoodies_tabPane .tabActive{
	background-image:url(../images/tab_left_active.gif);
	margin-left:0px;
	margin-right:0px;	
	z-index:10;	
}
.dhtmlgoodies_tabPane .tabInactive{
	background-image:url(../images/tab_left_inactive.gif);
	margin-left:0px;
	margin-right:0px;
	z-index:1;
}
.dhtmlgoodies_tabPane .inactiveTabOver{
	background-image:url(../images/tab_left_over.gif);
	margin-left:0px;
	margin-right:0px;
}
.dhtmlgoodies_tabPane span{
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	vertical-align:middle;
	padding-left:3px;
	padding-right:3px;
	line-height:21px;
	float:left;
}
.dhtmlgoodies_tabPane .tabActive span{
	padding-bottom:1px;
	line-height:20px;
}
.dhtmlgoodies_tabPane img{
	float:left;
}

table.delmsg {
	table-layout: fixed;
	border: #000000 1px solid;
}
table.table {
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
td.head3 {
	background-image: url(../images/logo_head3.jpg);
}
td.talk {
	background-image: url(../images/bg_blue.jpg);
	position: relative;
	font-family: Tahoma, sans serif;
	font-size: 13px;
	color: #FFFFFF;
}
.service {
	font-family: Tahoma, sans serif;
	font-size: 13px;
 	background: #eeeeee;
 	border: 1px solid #888888;
 	color: #000000;
 	padding: 1em;
}
.code {
	font-family: Tahoma, sans serif;
	font-size: 12px;
 	background: #eeeeee;
 	border: 1px solid #888888;
 	color: #000000;
 	padding: 1em;
}
.copyright {
	background: #000000;
	font-family: Tahoma, sans serif;
	font-size: 11px;
	color: #FFFFFF;
}
