﻿/* ABS */
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal; /* normal, bold */;
	font-style: normal; /* normal,  italic */;
	font-variant: normal; /* normal, small-caps */;
	text-transform: none; /* none, uppercase,  lowercase,  capitalize */;
	text-decoration: none; /* overline underline */;
	color: #FFFFFF;
	margin: 0;
}
table {
	border-collapse: collapse;
}
p, dl, dd, dt, td, span, blockquote, div, q, th, form {
	border-color: #CCCCCC;
	font-size: 10px;
	margin: 0;
}
ol {
	list-style-position: outside;
	list-style-type: decimal; /* square circle disc decimal */;
	color: #333333;
	margin: 10px;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	color: #FFFFFF;
	margin-left: 15px;
}
li {
	list-style-type: disc; /* square circle disc decimal */;
	list-style-position: outside;
	color: #FFFFFF;
	margin-left:0px;
	line-height:15px;
}
/* links */
a:link, a:visited, a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
	line-hight: 10px;
	
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
	line-hight: 10px;
}
a img {
	border: 0;
}
/* forms */
input, select, textarea, option, button {
	font-size: 9px;
	border: 1pt solid #E0E0E0;
	background-color: #EEEEEE;
	padding: 0.5px;
	letter-spacing: 0pt;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal; /* normal, bold */;
	font-style: normal; /* normal,  italic */;
	font-variant: normal; /* normal, small-caps */;
	text-transform: none; /* none, uppercase,  lowercase,  capitalize */;
	text-decoration: none; /* overline underline */;
	color: #535554;
}
/* classes */
.ClassName {
	color: #ffffff;
	text-transform: capitalize;
	font-size: 9px;
	font-weight: bold;
}
.selected
{
     border-bottom-style: dotted; 
     border-bottom-width: 1px; 
     border-color: #CCCCCC;
}
.not_selected
{
     border-bottom-style: solid; 
     border-bottom-width: 1px; 
     border-color: #CCCCCC;
}
.selected_r
{
     border-bottom-style: dotted; 
     border-bottom-width: 1px; 
     border-right-style: dotted; 
     border-right-width: 1px; 
     border-color: #CCCCCC;
}
.not_selected_r
{
     border-bottom-style: solid; 
     border-bottom-width: 1px;
     border-right-style: solid; 
     border-right-width: 1px; 
     border-color: #CCCCCC;
}
.title
{
	font-size: 17px;
	color: #FFF685;
	text-transform: capitalize;
}
.g_title
{
	font-weight: bold;
}
.menu a:link, .menu a:visited, .menu a:active  {
	color: #F48020;
	text-decoration: none;
	font-size: 11px;
	line-hight: 8px;
}
.menu a:hover   {
	color: #F2F2F2;
	text-decoration: none;
	font-size: 11px;
	line-hight: 8px;
}
.sub_menu a:link, .sub_menu a:visited, .sub_menu a:active {
	color: #FFF685;
	text-decoration: none;
	font-size: 10px;
	line-hight: 8px;
}
.sub_menu a:hover  {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
	line-hight: 8px;
}
.subtitle
{
	font-weight: bold;
}
.top_menu
{
color: #FFFFFF;
}
.top_menu a:link, .top_menu a:visited, .top_menu a:active
{
color: #FFFFFF;
}
.top_menu a:hover
{
color: #FFFFFF;
}
.more
{	
	text-align:right;
	float:right;
	color:#CCCCCC
}
.date
{
	color:#CCCCCC
}
/* by id */
#ContentArea {
	width: 100%;
	height:300;
	overflow: hidden;	
}
/* End CSS */