﻿/* page structure */

body
{
    margin: 0px;
    padding: 0px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-image: url(Images/top-bar.png);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	line-height: 18px;
}
p
{
    clear: both;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding-bottom: 12px;
	line-height: 20px;
	vertical-align: middle;
}
img
{
	border: 0;
}
#box
{
    height: 100%;
    width: 765px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    background-image: url(Images/body.png);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
    display: table;
}
#top_bar
{
    width: 100%;
    height: 32px;
    background-image: url(Images/top-bar-center.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: right;
}
#top_banner
{
    height: 111px;
	width: 751px;
	background-image: url(Images/banner.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 0;
}
#top_menu
{
    height: 32px;
	width: 751px;
	/*background-color: #9dd2ee;*/
	margin-bottom: 0px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 1px;
	text-align: center;
}
#main_content
{
	width: 751px;
}
#main_content_div
{
	background-color: Yellow;
}
#footer
{
	float: left;
    height: 60px;
	width: 765px;
	background-color: White;
	background-image: url(Images/footer.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	vertical-align: middle;
	padding-top: 5px;
	line-height: 30px;
}
.left
{
	float: left;
	text-align: left;
    width: 495px;
    margin-left: 7px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 7px;
}
.right
{
	/*background-color: Red;*/
	float: left;
    text-align: left;
	/*width: 221px;*/
    margin: 0px;
    padding-left: 12px;
    padding-top: 7px;
    padding-right: 7px;
}

/* common */

.textBlock
{
	padding-bottom: 24px;
	display: inline-block;
}

input 
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
}

a
{
	color: #4085d2;
	text-decoration: none;
}

.title
{
	font-size: 14px;
	font-weight: normal;
	color: #4b8b00;
	padding-bottom: 5px;
	line-height: 24px;
	vertical-align: middle;
}

.smallTitle
{
	color: #4b8b00;
	padding-bottom: 4px;
}

.green
{
	color: #4b8b00;
}

.partTitle
{
	font-size: 12px;
	font-weight: normal;
	color: #31a2de;
	padding-bottom: 14px;
	line-height: 24px;
}

.info
{
	background-color: #fffbe2;
	color: #333333;
	border-color: #ffe222;
	border-style: solid;
	border-width: 1px;
	width: 478px;
	padding: 7px;
	margin-bottom: 16px;
	line-height: 16px;
}

.infoGreen
{
	background-color: #e8ffea;
	color: #333333;
	border-color: #7ddf1a;
	border-style: solid;
	border-width: 1px;
	width: 478px;
	padding: 7px;
	margin-bottom: 16px;
	line-height: 16px;
}

.infoRed
{
	background-color: #ffebe8;
	color: #333333;
	border-color: #dd3c10;
	border-style: solid;
	border-width: 1px;
	width: 478px;
	padding: 7px;
	margin-bottom: 16px;
	line-height: 16px;
}

.infoGray
{
	background-color: #fdfdfd;
	color: #333333;
	border-color: #dddddd;
	border-style: solid;
	border-width: 1px;
	width: 478px;
	padding: 7px;
	margin-bottom: 16px;
	line-height: 16px;
	float: left;
}

.menu
{
	background-color: White;
	color: #333333;
	border-color: #9dd2ee;
	border-style: solid;
	border-width: 1px;
	width: 478px;
	padding: 7px;
	margin-bottom: 18px;
	line-height: 16px;
}

#part
{
	background-color: #ffffff;
	color: #333333;
	border-color: #9dd2ee;
	border-style: solid;
	border-width: 1px;
	width: 478px;
	padding: 7px;
	margin-bottom: 15px;
	line-height: 16px;
}

/*
.optionList
{
	line-height: 30px;
}
*/

.tableTitle
{
	font-size: 12px;
	font-weight: normal;
	color: #4b8b00;
}

.repeaterItem
{
	background-color: #ffffff;
	color: #333333;
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
	border-bottom-style: none;
	width: 478px;
	padding: 7px;
	margin: 0px;
	line-height: 16px;
	font-size: 11px;
	
}

.repeaterItemAttention
{
	background-color: #f3fbff;
	color: #333333;
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
	border-bottom-style: none;
	width: 478px;
	padding: 7px;
	margin: 0px;
	line-height: 16px;
	font-size: 11px;
}

.columnRepeaterItem
{
	font-size: 10px;
	background-color: White;
	color: #333333;
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
	border-bottom-style: none;
	width: 191px;
	padding: 7px;
	margin: 0px;
	line-height: 16px;
}

.markedText
{
	background-color: #fff9b8;
}

.background
{
	background-color: #333333;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.verticalLine
{
	border-right: 1px Gray solid;
	/* height: 100%; */
}

.watermark
{
	color: #bbbbbb;
}

/* bar */

ul#bar
{
	/*background-color: Red;*/
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:32px;
	text-align: right;
}

ul#bar li
{
	display:block;
	float:right;
	text-decoration:none;
	padding:8px 20px 0 20px;
}

/* menu */

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:32px;
	background:transparent url(Images/h-menu-back.png) repeat-x top left;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#bbbbbb;
	text-decoration:none;
	padding:7px 20px 0 20px;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:25px;		
}
	

ul#menu li a.current
{
	display:inline;
	height:25px;
	float:left;
	margin:0;
}

/* tables */

ul#hostingTable
{
	/*background-color: Red;*/
	margin:0 0 0 0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	text-align: left;
}

ul#hostingTable li
{
	display:list-item;
	float:none;
	text-decoration:none;
	padding:4px 4px 4px 4px;
	border-bottom-color: #e0e0e0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
div.reference
{
    background-color: #fafafa;
	color: #333333;
	border-color: #dddddd;
	border-style: solid;
	border-width: 1px;
    width: 155px;
    height: 155px;
    float: left;
    margin: 0 8px 8px 0;
}