/* global */

body {
	background-color: #1b242a;
	background-image: url(/site/images/other/background.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, Verdana, Arial;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body#popUpBg {
	background-color: #fff;
	background-image: url(/site/images/Background_PopUp_580.gif);
}

body#popUpNoBg {
	background-color: #fff;
	background-image: none;
}

#footer {
	border-top: 1px solid #333;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align: center;
	width: 100%;
}

a {
	color: #212492;
	text-decoration: underline;
}

a:hover {
	color: #cd202c;
	text-decoration: underline;
}

a .bread {
	text-decoration: underline;
}

a .bread_order {
	color: gray;
	font-size: 11px;
}

p {
	margin: 0 100px 0 0;
}

.navLeft {
	font-size: 11px;
	font-weight: bold;
	text-indent: 5px;
}

.navLeft a {
	color: #000;
	text-decoration: none;
}

.navLeft a:hover {
	color: #cd202c;
	text-decoration: none;
}

.navLeftSub {
	font-size: 11px;
	font-weight: bold;
	text-indent: 10px;
}

.navLeftSub a {
	color: #212492;
	text-decoration: underline;
}

.navLeftSub a:hover {
	color: #cd202c;
	text-decoration: underline;
}

.navMain {
	font-size: 11px;
	font-weight: bold;
}

.navMain a {
	color: #212492;
	text-decoration: underline;
}

.navMain a:hover {
	color: #cd202c;
	text-decoration: underline;
}

.navMainSub {
	font-size: 11px;
	font-weight: normal;
}

.navMainSub a {
	color: #212492;
	text-decoration: underline;
}

.navMainSub a:hover {
	color: #cd202c;
	text-decoration: underline;
}

.navMainGrey {
	font-size: 11px;
	font-weight: bold;
}

.navMainGrey a {
	color: #c0c0c0;
	text-decoration: none;
}

.navMainGrey a:hover {
	color: #65809a;
	text-decoration: none;
}

.title1, .title2, .title3, .title4 {
	font-weight: bold;
}

.title1 {
	font-size: 16px;
}

.title2 {
	font-size: 13px;
}

.title3 {
	font-size: 12px;
}

.title4 {
	font-size: 11px;
}

.title1_help, .title2_help {
	font-weight: bold;
}

.title1_help {
	font-size: 16px;
}

.title2_help {
	font-size: 13px;
}

.bread, .bread_ok, .bread_error, .normal, .normalGrey {
	font-weight: normal;
}

.bread {
	font-size: 11px;
}

p.bread {
	margin: 0 100px 0 0;
}

.bread_ok {
	color: #739586;
	font-size: 11px;
}

.bread_error {
	color: #8a1313;
	font-size: 11px;
}

.help_bread {
	color: #333;
	font-size: 11px;
}

.breadForm {
	color: #333;
	font-size: 11px;
}

.normal {
	font-size: 11px;
}

.normalGrey {
	color: #999;
	font-size: 11px;
}

.small {
	color: #333;
	font-size: 9px;
	font-weight: bold;
}

.button {
	font-size: 11px;
}

.help_button {
	font-size: 11px;
	width: 50px;
	height: 25px;
}

.input {
	color: #1b242a;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 11px;
	font-weight: bold;
}

.help_input {
	font-size: 11px;
	width: 110px;
	height: 25px;
	margin: 0 0 0 2px;
	vertical-align: top;
}

.select {
	color: #1b242a;
	background-color: #fff;
	font-size: 11px;
	font-weight: bold;
}
#divAlert {
	text-align: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#alertBox {
	position: absolute;
	top: 10%;
	left: 50%;
	width: 244px;
	margin: auto 0 0 -122px;
}
	
	
.showAlert {
	display: block;
	position: absolute;
	z-index: 10;
}

.hideAlert {
	display: none;
	position: absolute;
	z-index: 10;
}

.showDiv {
	display: block;
}

.hideDiv {
	display: none;
}

.showDiv_Error {
	display: block;
}

.hideDiv_Error {
	display: none;
}

#divGear {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enable=true, sizingMethod=scale, src='/site/images/transparent.png');
	text-align: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#divGear[id] {
	background-image: url(/site/images/transparent.png);
}

#gearBox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 160px;
	height: 206px;
	margin: -103px 0 0 -80px;
}

.search_help {
	background-color: #fff;
	border-top: 1px solid #b90054;
	border-right: 1px solid #b90054;
	border-bottom: 1px solid #b90054;
	border-left: 1px solid #b90054;
	padding: 0 0.1cm 0 0.1cm;
	position: relative;
	width: 160px;
}

.greybox {
	background-color: #d7dce9;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: -1px -1px -1px -1px;
}

.trGrey {
	background-color: #bcc4db;
}

.trLightGrey {
	background-color: #d7dce9;
}

.numHit {
	color: #999;
	font-size: 11px;
	font-weight: normal;
}

.border {
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}

/* search result */

div.search_page {
	text-align: center;
	padding: 3px 0;
}

div.search_count {
	color: #65809a;
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 3px 6px;
}

div.search_hit {
	color: #333;
	background-color: #fff;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #eee;
	border-left: none;
	font-size: 11px;
	text-align: left;
	margin: 5px auto 10px;
	padding: 0 0 0 0;
}

div.search_hit * {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div.search_hit div.search_title {
	color: #65809a;
	background-color: #eee;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 6px;
}

div.search_hit div.search_info {
	color: #666;
	background-color: #fff;
/*	float: left; */
	margin: 2px 0 2px 15px;
}

div.search_hit div.search_text {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #eee;
	border-left: none;
	padding: 0 15px 5px 15px;
}

div.search_hit div.search_text p, div.search_hit div.search_text div {
	margin: 5px 0 0 0;
}

div.search_hit div.search_link {
	/*float: right;*/
	text-align: right;
	margin: 2px 15px 2px 0;
}

div.search_hit div.search_clear {
/*	clear: both;*/
}

div.search_breakers {
	display: none;
}

.search_bottom {
	 width: 100%;
 }
 .search_info {
	 float: left;
 }

table.mailForward {
	margin: 0 5px 5px;
}

table.mailForward tr td.top {
	background-color: #f5f5f5;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 1px 0;
	padding: 5px 5px 5px;
}

table.mailForward tr td.middle {
	background-color: #f5f5f5;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 1px;
	padding: 0 5px 5px;
}

table.mailForward tr td.bottom {
	background-color: #f5f5f5;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 1px 1px;
	padding: 0 5px 5px;
}

table.mailForward tr.hideMe {
	display: none;
}

table.mailForward tr td.midLeft {
	background-color: #f5f5f5;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #ccc;
	padding: 0 5px 5px;
}

table.mailForward tr td.midRight {
	background-color: #f5f5f5;
	border-top: none;
	border-right: 1px solid #ccc;
	border-bottom: none;
	border-left: none;
	padding: 0 5px 5px;
}

table.mailForward tr td.fillCell, table.mailForward tr td.fillBottom, table.mailForward tr td.bottomLeft, table.mailForward tr td.bottomRight {
	background-color: #f5f5f5;
}

table.mailForward tr td.fillBottom, table.mailForward tr td.bottomLeft, table.mailForward tr td.bottomRight {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #ccc;
	border-left: none;
	padding: 0 5px 5px;
}

table.mailForward tr td.bottomLeft, table.mailForward tr td.topLeft {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #ccc;
}

table.mailForward tr td.bottomRight, table.mailForward tr td.topRight {
	border-top: none;
	border-right: 1px solid #ccc;
	border-bottom: none;
	border-left: none;
}

table.mailForward tr td.fillTop, table.mailForward tr td.topLeft, table.mailForward tr td.topRight {
	background-color: #f5f5f5;
	border-top: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 5px;
}

table tr td.popupTitle {
	border-top: 1px dotted #313031;
	border-right: none;
	border-bottom: 1px dotted #313031;
	border-left: none;
	padding: 0 15px;
}

table.mailForward tr td.popupTitle {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0 15px;
}

.bold {
	font-weight: bold;
}
