/*CSS that affects whole page beginning*/

body{
	color: #676767;
	background-color: #ededed;
	font: normal 12px Tahoma, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #ededed url(images/gradient.jpg) repeat-x;
}

#logo {
	padding: 20px 0 20px 0;
}

a {
	color:#676767;
	text-decoration: underline;
}

a:hover {
}

.dataTables {
	
	font-size: 12px;
	
	color: #676767;

	}

.dataHeader {
	font-size:14px!important;
	font-weight:600!important;
}

.tableHeader {
	background: #cccccc;
}

/*CSS that affects whole page ending*/

/*Menu Beginning*/

#menuTop {
	position:relative;
	height: 30px;
	border-bottom: 5px solid #05386d;
}
#subMenuTop {
    position:relative;
    height: 20px;
    margin-top:5px;
    text-align:left;
    padding-left: 400px;
    
    border-bottom: 5px solid #cccccc;
}

#menuTop ul, #menuTop li {
	margin: 0;
	padding: 0;
}

#menuTop ul {
	list-style-type:none;
	}
#menuTop li {
	display: block;
	background-color: #ffffff;
	width: 130px;
	height: 20px;
	margin: 0 3px 0 0;
	padding: 7px 0 0 0;
	text-align:center;
	background-image: url(images/mnu_middle.gif);
	}

#menuTop a {
	display: block;
	}
	
#menuTop a:hover {
	color: #05386d!important;
	text-decoration:underline!important;
}

#menuTop a:link, #menuTop a:visited {
	font-family: Georgia, Times, serif;
	color: #000000;
	text-decoration: none;
}

ul.menuHoriz li{
	float: left;
	font-size:14px;
}

#headerMenu{
	float:right;
}
#headerMenu ul, #headerMenu li{
	margin: 0;
	padding: 0;
}

#headerMenu ul {
	list-style-type:none;
	}
#headerMenu li {
	display: block;
	height: 12px;
	margin: 10px 10px 10px 0;
	padding: 0 0 0 10px;
	text-align:center;
	font-size:11px!important;
	border-left: 1px solid #cccccc;
	}

#headerMenu a {
	display: block;
	text-decoration:underline!important;
	}
	
#headerMenu a:hover {
	color: #000000!important;
	text-decoration:underline!important;
}

#headerMenu a:link, #headerMenu a:visited {
	font-family: Georgia, Times, serif;
	color: #05386d;
	text-decoration: underline;
}

.menuHome{
	border:none!important;
}

.menuRight{
	margin: 10px 30px 10px 0!important;
}

#headerMessage{
	float: right;
	font-family: Georgia, Times, serif;
	font-size: 11px!important;
	padding: 0 30px 0 0;
}
/*Menu Ending*/

/*Login page beginning*/
.loginBox td {
	
	font-size: 11px;
	
	color: #676767;

	}
/*Login page ending*/

/*Overlay template beginning*/

#overLay{
	position:relative;
	padding:20px;
}

#overLay table{
	background-color:#ffffff;
	padding: 30px;
	border:1px solid #cccccc;
	margin-left:auto;
	margin-right:auto;
}

#overLay td{
	padding:5px 10px 5px 10px;
}

.overHeader {
	font-size: 16px;
	font-weight: 600; 
	padding: 5px 0 0 0!important;
	text-align: center;
	border-top:1px solid #cccccc;
}
.overHeaderText{
	padding: 5px 10px 10px 10px!important;
	font-style: italic;
	font-size:11px;
}

.overMessage {
	border:1px solid #cccccc;
	padding:10px!important;
}

.subCol{
	text-align:center; 
	border-bottom:1px solid #cccccc;
	width: 125px;
}
.subNotice{
	font-size:11px!important; 
	font-style:italic;
	text-align: center;
    border-bottom:1px solid #cccccc;
}

.overFooter{
	font-size:10px;
	text-align:right;
	padding: 2px 15px 0 0;
}



/*Overlay template ending*/

/*Register template beginning*/

#pricing_table {
	float:left;
	width: 680px;
	margin: 21px 25px 0 0;
	padding:0 25px 0 5px;
	background-color: #FFFFFF;
}

#table_top {
	position:relative;
	z-index: 10; 
	background: url(images/table_top_2.png) no-repeat; 
	height: 61px;
}
#table_bottom {
	background:url(images/table_bottom_2.png) no-repeat scroll 0 0 transparent;
	bottom:0px;
	height:40px;
	position:relative;
	z-index: 100;
}
table#pricing {
	background:; 
	position:relative;
	z-index: 1;
}
table#pricing tr {
		position:relative;
		background: url(images/table_row_2.png) no-repeat;
		display:block;
		float:left;
}
table#pricing tr td,
#table_top td {
	width: 167px;
	height:61px;
	padding:0px 15px;
	text-align:center;
	vertical-align: middle;
	font-size: 20px;
}	
table#pricing td.col1 {
color:#7F7F7F;
font-size:12px;
padding:0 15px 0 0;
text-align:right;
width:165px;
	height: 61px;

}
#table_top td {font-size: 26px; font-weight:bold;padding: 10px 8px 0; height: 50px;}

table#pricing tr.blank,
table#pricing tr.blank td {height: 45px; }
table#pricing tr.blank {background-position:bottom;}
table#pricing tr.sub {background: url(images/table_row_dot_2.png) no-repeat;}
table#pricing tr.sub td.col1 {text-align:right;}
table#pricing tr.first {background:none;}
 #table_top td.col1 {
	padding: 0 15px 0 0px;
	width: 175px;
	color:#7f7f7f;
	text-align:right;
	font-size: 12px;
}


table#pricing td.row1 {
	height: 50px;
}

#main_content td img {float:none;}
td#plus {
	color:#ffa600;
}
td#regular {
	color:#ffd000;
}
td#starter {
	color:#88b400;
}

#starter a:link {
	text-decoration: none;
	color:#88b400;
	}
#regular a:link {
	text-decoration: none;
	color:#ffd000;
	}
#plus a:link {
	text-decoration: none;
	color:#ffa600;
	}
table#pricing tr.sub td {font-size: 20px;}
table#pricing tr.sub td.col1 {text-align:right; font-size: 11px;}
table#pricing tr td.head {text-align:left; text-transform: uppercase; vertical-align: bottom; padding: 0 10px 2px 0; font-size: 10px; font-weight: bold;}

/*Register template ending*/

.loginMsgBox
{
    border: solid 1px red;
    width:100%;
    text-align:center;
}

.loginBox
{
    margin-right:auto; 
    margin-left:auto; 
    margin-top: 5%; 
    width:500px; 
    padding-left: 110px;
}

.msg_success{
padding:5px 0 5px 5px;
background-color: #FFF1A8;
width: 943px;
border: 1px solid #FFC864;
margin-bottom: 5px;
font-weight: 600;
}

.msg_error{
padding:5px 0 5px 5px;
background-color: #FFF5EB;
width: 943px;
border: 1px solid #FFB4A0;
margin: 5px 0 5px 0;
font-weight: 600;
}
