@import url('reset.css');
@import url('base.css');

body {
	background: #fff url(../images/bg.gif) repeat-x scroll top center;
}

#pageContainer {
	margin: auto;
	width: 960px;
}

.header {
	height: 116px;
	margin-bottom: 15px;
	position: relative;
}

.header .logo {
	background: url(../images/inetpro_logo.jpg) no-repeat scroll left top;
	display: block;
	height: 100px;
	overflow: hidden;
	text-indent: -999px;
	width: 400px;
	margin-top: 10px;
}

.header .menu {
	display: none;
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 9;
}

.header .menu li {
	float: left;
	position: relative;
}

.header .menu li a {
	color: #777777;
	display: block;
	float: left;
	height: 75px;
	line-height: 75px;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	padding: 0 15px;
}

.green {
    color: green;
}

.red {
    color: red;
}

ul.right_nav li {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(http://inetprotraining.com/wp-content/themes/Huex/img/box_ul_div.gif) repeat-x scroll center top;
    color:#999999;
    list-style-position:inside;
    margin-top:1px;
    padding:7px 5px 5px;
    list-style-image: url(http://inetprotraining.com/wp-content/themes/Huex/img/blue/arrow_right.gif);
}

.content {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff none repeat scroll 0 0;
	margin: -10px;
	padding: 10px;
}

form.signup_form table {
    width: auto;
    margin: auto;
}

table {
    width: 100%;
}

table td {
    padding: 4px;
}

table.standard_rs th {
    font-weight: bold;
    border-bottom: 2px solid #13A5F1;
}

table.standard_rs tr.alt {
    background-color: #DFF5FF;
    border-top: 1px solid #13A5F1;
    border-bottom: 1px solid #13A5F1;
}

.left {
	float: left;
	width: 620px;
}

.right {
	float: right;
	padding: 0 10px;
	width: 300px;
}

.headline {
	margin-bottom: 10px;
}

.headlines {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.heading {
	background:transparent url(../images/heading_bg.png) repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-size:18px;
	height:40px;
	line-height:40px;
	margin-bottom:10px;
	text-indent:12px;
	width:620px;
}

.article .post {
	line-height: 18px;
	text-align: justify;
}

.sprite {
	background:transparent url(../images/sprites.png) no-repeat scroll left top;
}

.heading3 {
	background-position: 0 -102px;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	height: 47px;
	line-height: 35px;
	margin: 0 -10px;
	text-indent: 14px;
	width: 320px;
}

.right .box {
	background:#D0D0D0 url(../images/box_bottom.gif) no-repeat scroll left bottom;
	margin-bottom:10px;
	padding:3px 10px 14px;
}

.box-search .box-inner {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1px;
}

.box .box-inner {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#F3F3F3 none repeat scroll 0 0;
    border:1px solid #FFFFFF;
    padding:5px;
}

form.login_form {
    background-color: #AFE4FF;
    border: 1px solid #1193D9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 270px;
    margin: 20px auto 0 auto;
}

form.wide {
    width: 100%;
}

form.login_form table {
    margin: 9px auto;
    width: auto;
}

.footer {
	color: #fff;
	height: 108px;
	background:#066295 url(../images/footer_bg.gif) repeat-x scroll center top;
}

.footer .wrapper {
	margin: auto;
	height: 83px;
	padding: 25px 10px 0;
	width: 940px;
}

.footer .fleft {
	float: left;
	padding-top: 16px;
	width: 50%;
}

.footer .fright {
	float: right;
	padding-top: 16px;
	text-align: right;
	width: 50%;
}

.footer .fright .meslogo {
	float:right;
	margin-left:10px;
}

.footer a {
	font-weight: bold;
	color: #8BD6FF;
}
