body {
	margin: 0 0 5px 0;
	padding: 0;
	background-color: #FFF;
	font-family: "Verdana";
	font-size: 12px;
	color: #666;
}

/*
body.home {
	background-image: URL("../client/images/body_background.gif");
}
*/

a {
	text-decoration: none;
	color: #062585;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

th i {
	font-size: 10px;
	color: #333;
	font-weight: normal;
	font-style: italic;
}

 form {
	margin: 0;
	padding: 0;
	display: inline;
}

input  {
	margin: 0;
	vertical-align: middle;
 }

.text {
	margin: 0;
	padding: 2px 0 2px 2px;
	font-family: "Verdana";
	font-size: 10px;
	color: #333;
	vertical-align: middle;
	background-color: #FFF;
	border: 1px solid #999;
}

.disabled {
	background-color: #EEE;
}

#areaContainer {
	background-color: #EDEDED;
}

#areaContainer .container {
	margin: 0 0 0 25px;
	width: 960px;
	background-color: #F3F3F3;
}

#areaBanner {
	background-color: #EDEDED;
}

#areaBanner img {
	margin: 0 0 0 25px;
}

/* FOOTER */
#areaFooter {
	background-color: #9D9D9D;
}

#areaFooter .container {
	width: 960px;
	margin: 0 0 0 25px;
	padding: 5px 0 0 0;
	font-family: "Verdana";
	font-size: 9px;
	color: #FFF;
	height: 18px;
	clear: both;
	background-color: #9D9D9D;
}

#areaFooter a {
	font-family: "Verdana";
	font-size: 10px;
	color: #FFF;
	padding: 0px 4px 0 4px;
	text-decoration: none;
}

#areaFooter .copy {
	float: left;
	color: #CCC;
}

#areaFooter span {
	font-family: "Verdana";
	font-size: 10px;
	color: #BDBDBD;
	text-decoration: none;
}

#areaFooter .contact {
	float: right;
}

/* HEADER */
#areaHeader {
	background-color: #FFF;
	clear: both;
	height: 70px;
	padding-top: 0;
	border-bottom: 1px solid #999;
}

#areaHeader .container {
	margin: 0 0 0 25px;
	width: 960px;
	text-align:left;
}

#areaHeader .Logo {
	position: absolute;
	width: 235px;
	height: 70px;
}

#areaHeader .Search {
	color: #333;
	float: right;
	padding: 35px 5px 5px 5px;
}

#areaHeader .Search a {
	font-family: "Verdana";
	font-size: 10px;
	color: #000;
	font-weight: bold;
	padding: 0 5px;
	text-decoration: none;
}

#areaHeader .Search a:hover {
	color: #062585;
	font-weight: bold;
}

.Search .button  {
	margin: 0 10px 0 10px;
	vertical-align: middle;
 }

.Search .text {
	color: #666;
	height: 16px;
	vertical-align: middle;
	padding: 2px 0 0 0;
	margin-left: 10px;
	border: 1px solid #999;
}


.file {
	margin: 0 0;
	padding: 0 0 0 2px;
	font-family: "Verdana";
	font-size: 10px;
	color: #333;
	vertical-align: middle;
	border: 1px solid #333;
}

/* HEADER */ /* MAIN NAV */
#areaMainNav {
	background-color: #CCC;
	border-bottom: 1px solid #CCC;
}

#areaMainNav .container {
	margin: 0 0 0 25px;
	width: 960px;	
	background-color: #999;
	height: 23px;
}

#areaMainNav .subTitle {
	display: none;
	position: absolute;
	float: right;
	width: 209px;
	background-color: #999;
	padding: 5px 0 5px 20px;
	text-transform: uppercase;
	color: #EEE7CA;
	font-weight: bold;
	font-size: 11px;
}

.home #areaMainNav .subTitle {
	display: block;
}


#areaMainNav .items a {
	font-size: 11px;
	display: block;
	float: right;
	padding: 5px 30px 5px 31px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	background-color: #CCC;
	text-transform: uppercase;
}

#areaMainNav .items a:hover, #areaMainNav .items a.actived {
	background-color: #F3F3F3;
	color: #900;
}

/* TABS MENU */
#areaTabs {
	height: 22px;
	background-image: URL("../_images/menu_underline.gif");
	background-position: right;
	background-repeat: repeat-x;
}

#areaTabs ul, #areaTabs li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	float: left;
}

#areaTabs a {
	font-family: "Verdana";
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	margin: 0;
	display: block;
	background-image: URL("../_images/menu_right_off.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

#areaTabs a span {
	display: block;
	background-image: URL("../_images/menu_left_off.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 15px 5px 10px;
	text-align: center;
	cursor: pointer;
}

#areaTabs a.actived {
	color: #FFF;
	background-image: URL("../_images/menu_right_on.gif");
	font-weight: bold;
}

#areaTabs a.actived span {
	background-image: URL("../_images/menu_left_on.gif");
}

/* MAIN TABLE */
#areaTable {
	margin: 0 0 0 0;
	padding: 10px;
	color: #333;
	border: 1px solid #CCC;
	border-top: none;
}

.title {
	color: #FFF;
	padding: 5px;
	font-style: normal;
	font-weight: bold;
	background-color: #969696;
}

.title b {
	color: #333;
}

.title span {
	float: right;
	color: #FFF;
	font-style: italic;
	font-weight: normal;
}

.bubble {
	border: 1px solid #CCC;
	padding: 10px;
	background-color: #E9E9E9;
	text-align: center;
}

.bubble h1 {
	font-size: 10px;
}

.bubble input {
	width: 120px;
}

/*
.title .connerL {
	background-image: URL("../client/images/table_conner_1.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 13px;
	width: 7px;
	float: left;
}

.title .connerR {
	background-image: URL("../client/images/table_conner_2.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 13px;
	width: 7px;
	float: right;
}
.end {
	background-image: URL("../client/images/table_end.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

.end .connerL {
	background-image: URL("../client/images/table_conner_3.gif");
	background-position: left top;
	background-repeat: no-repeat;
	height: 13px;
	width: 7px;
	float: left;
}

.end .connerR {
	background-image: URL("../client/images/table_conner_4.gif");
	background-position: right top;
	background-repeat: no-repeat;
	height: 5px;
	width: 7px;
	float: right;
}
*/

/* MAIN TABLE */ /* BODY */
#areaTable .tableBody {

}

#areaTable .tableBody th {
	padding: 3px 0 5px 5px;
	color: #666;
	text-align: left;
	background-color: #DEDEDE;
}

#areaTable .tableBody td {
	padding: 5px 0 5px 5px ;
	vertical-align: top;
}

#areaTable td {
	padding: 5px 0 5px 5px ;
	vertical-align: top;
}

#areaTable .list td {
	font-size: 10px;
}

#areaTable .category span {
	display: block;
	padding-left: 15px;
}

#areaTable .detail th {
	font-size: 10px;
	text-align: left;
}
#areaTable .detail td {
	font-size: 10px;
	padding: 0 2px;
}
#areaTable .tableBody tr.even td {
	background-color: #ECECEC;
	cursor: pointer;
}

#areaTable .tableBody tr.even_over td {
	background-color: #FFF;
	color: #333;
	cursor: pointer;
}

#areaTable .tableBody tr.odd td {
	cursor: pointer;
}

#areaTable .tableBody tr.odd_over td {
	background-color: #FFF;
	color: #333;
	cursor: pointer;
}

a.remove {
	text-decoration: none;
	color: #666;
	font-size: 9px;
}

#areaSomething {
	width: 440px;
}

#areaSomething .tableBody {
	padding: 20px;
	text-align: right;
}

#areaSomething .text {
	margin: 0;
	color: #CCC;
}

/* Section in table */
.section {
	color: #FFF;
	padding: 5px;
	font-style: normal;
	background-color: #969696;
}

.section i {
	color: #FFF;
	font-style: italic;
	padding: 0 5px;
}

#areaTable .tableBody .overflow {
	overflow: auto; 
}

#areaTable .tableBody .overflow input {
	margin: 0 2px;
}

.total {
	border: 2px solid #000;;
}

#areaContainer .button {
	border: 1px solid #B0B0B0;
	background-color: #062585;
	font-size: 10px;
	color: #FFF;
	margin: 0;
	padding: 0 5px;
	font-family: "Verdana";
}

#areaContainer .arrow {
	padding-right: 14px;
	background-image: URL("../_images/button_arrow.gif");
	background-position: right center;
	background-repeat: no-repeat;
}

#areaContainer .bold {
	font-weight: bold;
	border: 1px solid #062585;
	background-color: #062585;
}

#areaContainer .blank {
	font-weight: bold;
	padding: 0 5px;
	width: 20px;
}

#areaBody {
	margin-left: 0;
	padding: 10px 0 10px 10px;
	border-right: 1px solid #CCC;
	width: 704px;
	min-height: 200px;
}
* html #areaBody {
	height: 200px;
	width: 704px;
}

#areaBody .Content {
	padding: 20px 10px 20px 0;
}

#areaBody .Kicker {
	display: none;
	border-top: 1px solid #CCC;
	padding: 10px;
}

#areaLeft {
	display: none;
	float: left;
	width: 189px;
	min-height: 380px;
	background-color: #EAEAEA;
	padding: 20px;
}
* html #areaLeft {
	height: 380px;
}

#areaRight {
	position: absolute;
	padding-top: 0;
	padding-right: 5px;
	width: 223px;
	left: 754px;
}

#areaRight .frmLogin {
	padding: 20px 0 5px 0;
	font-size: 11px;
}

#areaRight .frmRegister {
	padding: 15px 0 20px 0;
	display: b;
	border-top: 1px solid #CCC;
	font-size: 11px;
}

#areaRight input.text {
	margin: 2px 0;
	font-size: 11px;
}

#areaSource {
	display: none;
}

#areaTarget {
	display: none;
	padding: 20px 0;
	border-top: 1px solid #CCC;
}

h1 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	color: #062585;
	text-transform: uppercase;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 0 0 5px 0;
	color: #062585;
	text-transform: capitalize;
	border-bottom: 1px solid #CCC;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	color: #062585;
	text-transform: uppercase;
}

h4 {
	background-color: #CFCFCF;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 5px 10px;
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
}

p {
	line-height: 16px;
	margin: 0;
	padding: 0 0 10px 0;
}

p.home {
	font-size: 9px;
}

p span {
	color: #656565;
}

.news p {
	line-height: 18px;
	margin: 0;
	margin: 5px;
	font-size: 10px;
}

.news b {
	color: #666;
}

.more {
	font-size: 9px;
	color: #600;
}

.clearFix {
	clear: both;
}



/* SHOW ONLY HOME */
.home #areaTabs {
	display: none;	
}

.home #areaTable {
	border: none;
	padding: 0;
}

.home #areaLeft {
	display: block;
}

.home #areaSource {
	display: block;	
}

.home #areaTarget {
	display: none;
}

.home #areaBody .Kicker {
	display: block;	
}

.home #areaRight .frmRegister {
	display: block;
}

.home #areaBody {
	margin-left: 255px;
	width: 467px;
	padding: 30px 0 0 0;
}
* html .home #areaBody {
	width: 460px;
}




#subBox .title {
	background-color: #F8F8F8;
	background-image: URL("../_images/table_top.gif");
	background-position: left -3px;
	background-repeat: repeat-x;
	padding: 0 0 10px 0;
}

#subBox .title span {
	background-color: #F3F3F3;
	color: #333;
	font-style: italic;
	float: left;
}

#subBox .title span b {
	color: #333;
	font-style: normal;
	font-weight: bold;
}

#subBox .title .connerL {
	background-image: URL("../_images/table_conner_1.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 13px;
	width: 7px;
	float: left;
}

#subBox .title .connerR {
	background-image: URL("../_images/table_conner_2.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 13px;
	width: 7px;
	float: right;
}

#subBox .end {
	background-image: URL("../_images/table_end.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

#subBox .end .connerL {
	background-image: URL("../_images/table_conner_3.gif");
	background-position: left top;
	background-repeat: no-repeat;
	height: 13px;
	width: 7px;
	float: left;
}

#subBox .end .connerR {
	background-image: URL("../_images/table_conner_4.gif");
	background-position: right top;
	background-repeat: no-repeat;
	height: 5px;
	width: 7px;
	float: right;
}

#subBox .subBody {
	background-color: #F8F8F8;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 5px 20px 10px 15px;
}

body.popup {
	background-image: none;
	background-color: #FFF;
	margin: 10px;
}

body.popup .button {
	border: 1px solid #B0B0B0;
	background-color: #B0B0B0;
	font-size: 10px;
	color: #FFF;
	margin: 0;
	padding: 0 5px;
	font-weight: bold;
}

#loginsList input.text {
	width: 90px;
}