﻿*
{
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
    font: 13px/1.65 -apple-system, BlinkMacSystemFont,Arial,sans-serif;
    color: #000;
    background-color: #f0f0f0;
    height: auto !important;
}

a
{
	color: #0099cc;
	text-decoration: none;
	cursor: pointer;
}
a:hover
{
	color: #00aeef;
}

a img
{
	border: 0;
}

select span
{
	background-image: url(/images/bullet.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

textarea
{
	overflow: hidden;
}

p
{
	margin: 13px 0;
}

.cl
{
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	clear: both;
}
.notext
{
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}

.alignleft
{
	float: left;
	display: inline;
}
.alignright
{
	float: right;
	display: inline;
}

/* wrapper */

.wrapper
{
	width: 1150px;
	margin: 0 auto;
}

/* End wrapper */

/* Header */

#header {
    position: relative;
    height: 45px;
    background: #f0f0f0;
    background: url(/images/body-background.png);
    border-bottom: 1px solid #ddd;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.03), 0 0 25px rgba(0, 0, 0, 0.08) inset;
    width: 100%;
}

#logo
{
	float: left;
	margin-top: 5px;
}

/* End Header */


/* Main */
.cols
{
	padding: 45px 0 70px 0;
}

.col
{
	float: left;
	display: inline;
	margin-right: 40px;
}
.col-last
{
	margin-right: 0;
}

.post
{
}
.post h1
{
	font-size: 25px;
	color: #374f5f;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: 300;
}
.post h2
{
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	color: #333;
	margin:0 0 15px 0;
}
.post h3
{
	font-size: 16px;
	color: #374f5f;
	font-weight: 300;
	margin: 0 0 5px 0;
	font-weight: 600;
}
.post p
{
	line-height: 18px;
}
.post .underline
{
	text-decoration: underline;
}
.post a
{
	color: #007ed9;
	text-decoration: none;
}
.post a.learn-more
{
	display: block;
	color: #2184ac;
	font-weight: bold;
	padding-top: 8px;
}
.post a.learn-more:hover
{
	color: #00aeef;
}
#content
{
	padding: 30px 0 20px 0;
	min-height: 400px;
}
#content .col
{
}
#content .col .left
{
}
#content .col-last p
{
	padding-bottom: 13px;
}
#content .col-last .learn-more
{
	padding: 0;
}
#content .main
{
	width: 900px;
}
#content .sidebar
{
	width: 200px;
}

/* End Main */

/* Footer */

#footer{position: relative;	height: 200px;padding-left: 50px;border-top:solid 1px #ddd;
    box-shadow: 0px 0px 10px #cdcdcd;
    -moz-box-shadow: 0px 0px 10px #cdcdcd;
    -webkit-box-shadow: 0px 0px 10px #cdcdcd;
    -o-box-shadow: 0px 0px 10px #cdcdcd;}
.footer-cols{padding: 26px 0 0 0;}
.footer-cols .col{	float: left;	width: 200px;	padding-right: 24px;}
.footer-cols .col.last{	padding-right: 0;}
.footer-cols h3{	font-size: 13px;	line-height: 28px;	font-weight: bold;	padding-bottom: 12px;}
.footer-cols h3 a{	color: #666;	font-size: 13px;}
.footer-cols h3 a:hover{text-decoration: none;	color: #bdbdbd;}
.footer-cols a{	color: #666;}
.footer-cols a:hover{	color: #39f;}
.footer-cols ul{	list-style: none;	list-style-position: outside;}
.footer-cols ul li{	color: #666;	padding-bottom: 6px;	font-size: 12px;}
/* End Footer */
table.Grid
{
	border-width: 5px;
	border-style: none;
	background-color: White;
	border-color: gray;
}
table.Grid img
{
	margin:0;
}
table.Grid TD, table.Grid TH
{
	padding: 4px 6px 4px 6px;
	border: solid 1px #e1e1e1;
	vertical-align: top;
}

table.Grid TH
{
	background-color: #f9f9f9;
	font-weight: normal;
	color: #000;
	text-align: left;
	font-size: 13px;
}
.datatable {
    font-size: 13px;
    color: #202020;
    line-height: 1.1em;
    margin: 15px 0;
    border: 1px solid #C0C3D1;
    border-collapse: separate;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 10px -4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 10px -4px rgba(0,0,0,0.5);
    box-shadow: 0 2px 10px -4px rgba(0,0,0,0.5);
}

.datatable thead tr {
    background: #e9e9e9; /* Old browsers */
    background: -moz-linear-gradient(top, #e9e9e9 0%, #c6c6c6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#c6c6c6)); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, #e9e9e9 0%,#c6c6c6 100%); /* Chrome10+, Safari5.1+ */
    background: -o-linear-gradient(top, #e9e9e9 0%,#c6c6c6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e9e9e9 0%,#c6c6c6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e9e9e9 0%,#c6c6c6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
}

.datatable thead th {
    text-align: left;
    line-height: 1.1em;
    color: #485469;
    font-weight: bold;
    padding: 8px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    vertical-align: middle;
}

.datatable tbody tr:first-child td {
    border: none;
}

.datatable tbody tr:hover {
    background-color: #fff;
}

.datatable tbody td {
    padding: 10px;
    border-top: 1px dashed #ddd;
    vertical-align: middle;
}

.datatable .center {
    text-align: center;
}

.datatable span.sub {
    font-size: .9em;
    display: block;
    color: #929292;
}

.datatable img {
    background: none;
    border: none;
    padding: 0;
}
input[type=text], input[type=url], input[type=tel], input[type=number], input[type=color], input[type=password], input[type=email]
{
	border: 1px solid #c4c4c4;
	width: 200px;
	height: 20px;
	font-size: 14px;
	padding: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 0px 8px #d9d9d9;
	-moz-box-shadow: 0px 0px 8px #d9d9d9;
	-webkit-box-shadow: 0px 0px 8px #d9d9d9;
    font: 13px/1.65 "Droid Sans","Segoe UI","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
}
textarea
{
	border: 1px solid #c4c4c4;
	font-size: 14px;
	padding: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 0px 8px #d9d9d9;
	-moz-box-shadow: 0px 0px 8px #d9d9d9;
	-webkit-box-shadow: 0px 0px 8px #d9d9d9;
    font: 13px/1.65 "Droid Sans","Segoe UI","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
}
input:focus, textarea:focus
{
	outline: none;
	border: 1px solid #7bc1f7;
	box-shadow: 0px 0px 8px #7bc1f7;
	-moz-box-shadow: 0px 0px 8px #7bc1f7;
	-webkit-box-shadow: 0px 0px 8px #7bc1f7;
}
select
{
	border: 1px solid #c4c4c4;
	padding: 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 0px 8px #d9d9d9;
	-moz-box-shadow: 0px 0px 8px #d9d9d9;
	-webkit-box-shadow: 0px 0px 8px #d9d9d9;
}
.PagerTable a
{
	font-family: "Lucida Grande" ,Helvetica,Arial,Verdana,sans-serif;
}
th, td
{
	padding-right: 1em;
	vertical-align: top;
}
br
{
	clear: left;
}
.clear
{
	clear: both;
}

/* ----------- formLayout ----------- */
.formLayout
{
	padding: 30px;
}
.formLayout p
{
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}
.formLayout label
{
	width: 180px;
	font-size: 13px;
	float: left;
}
.formLayout .small
{
	font-size: 12px;
	font-weight: normal;
	color:#666;
}
.formLayout input[type='text'], .formLayout input[type='password'], .formLayout textarea
{
	padding: 5px 4px;
	border: solid 1px #ccc;
	width: 400px;
	margin: 2px;
	margin-bottom: 5px;
}
.formLayout hr {
height: 1px;
border: 0;
color: #a7b5be;
background-color: #a7b5be;
}
.Verification
{
	padding: 4px 2px;
	border: solid 1px #ccc;
	width: 240px;
	margin: 2px;
	background-color: #fff;
}
.formLayout .submit
{
	margin-left: 150px;
	margin-top: 5px;
}

/* helpers*/

.word-wrap {
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
overflow: hidden;
break-word: break-all;
}
.center
{
	text-align: center;
	vertical-align: middle;
}
div.box
{
	border: 1px solid #e6e6e6;
	margin: 15px 0;
	background-color: #f8f8f8;
	padding-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 13px;
}
div.infobox
{
	border: 1px solid #e6e6e6;
	margin: 15px 0;
	background-color: white;
	padding-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.infobox h2
{
	border-bottom: 1px solid #e6e6e6;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	height: 32px;
	line-height: 32px;
	background-color: #efefef;
	font-size: 16px;
}
div.infobox h4
{
	border-bottom: 1px solid #e6e6e6;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	background-color: #f4f4f4;
	font-weight: 300;
}
div.infobox h4 a
{
	text-decoration: none;
}
div.infobox h4 a:hover
{
	color: #39f;
}
ul.sidebarlist
{
	list-style: none;
	padding-left: 10px;
	margin: 10px 0;
}

ul.sidebarlist li
{
	background-image: url(/images/bullet.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 12px;
	margin: 5px 0 5px 0;
}
.big
{
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 20px;
	color: #666;
}
.strong
{
	font-weight: bold;
	font-size: 100%;
	margin: 7px 0;
}
.MessageContainer
{
	margin: 0px 0px 10px 0px;
	padding: 10px;
	vertical-align: middle;
	border: solid 1px #DD3C10;
	background-color: #FFEBE8;
}
.container
{
	margin: 0 auto;
	background-color:#fff;
    border: 1px solid #e2e2e2;
    padding: 15px;
}
.tool .container
{
	border-bottom: none;
}
#sidebar div.container
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.tool-t, .tool-b
{
	width: 210px;
	overflow: hidden;
}
.tool-b
{
	height: 16px;
}
.tool
{
	background-color: #f8f8f8;
	font-size: 14px;
}
button.green2, .buttons a.green2, input.green2
{
	border: 1px solid #29691D !important;	
	background: #3A8E00;
	background: -webkit-linear-gradient(top, #3C9300, #398A00);
	background: -moz-linear-gradient(top, #3C9300, #398A00);
	background: -ms-linear-gradient(top, #3C9300, #398A00);
	background: -o-linear-gradient(top, #3C9300, #398A00);
	padding: 5px 15px 5px 15px;
	font: normal 12px Arial, sans-serif;
	color: #fff;
	cursor: pointer;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;	
	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
}
button.smallgreen, a.smallgreen, input.smallgreen
{
	background-color: #FFEE99;
	border: 1px solid #2C5115;
	border-top: 1px solid #3B6E22;
	border-left: 1px solid #3B6E22;
	background: #67A54B url(/images/green-bg.png) repeat-x 0 0;
	color: #fff!important;
	padding: 0 3px 2px 3px!important;
	font-size: 10px!important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.netcheckbox label
{
	float: none;
	padding: 4px 2px;
}

.tool
{
	background-color: #f8f8f8;
	font-size: 14px;
}
.tool .container
{
	padding: 0;
	overflow: hidden;
	_overflow: visible;
}
.tab-container h2
{
	border-top: none !important;
	font-size:16px;
	font-family: -apple-system, BlinkMacSystemFont,arial,sans-serif;
	color: #999;
}
.tab-container h2
{
	padding: 0;
	margin: 0;
}
.tab-container .border
{
	overflow: hidden;
	padding: 0 0 40px 0;
    border: 1px solid #DDD;
    background-color: white;
    border-radius: 4px;
    padding: 15px 35px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.03), 0 0 25px rgba(0, 0, 0, 0.08) inset;
	border-top: none;
}
.tab-container .current
{
	padding: 30px 10px 40px 25px;
}
table.CSPGridTable
{
	border-width: 5px;
	border-style: none;
	background-color: White;
	border-color: gray;
	color: #000;
}

table.CSPGridTable TD, table.CSPGridTable TH, table.CSPGridTable THEAD
{
	padding: 4px 6px 4px 6px;
	border: solid 1px #e1e1e1;
	vertical-align: top;
	font-size: 12px;
	color: #333;
}
table.CSPGridTable THEAD a, table.CSPGridTable THEAD
{
	color: #333;
}
table.CSPGridTable TH, table.CSPGridTable THEAD
{
	background-color: #efefef;
	background: url(/images/sidebartitle.gif);
	text-align: left;
	font-size: 12px;
}
select
{
	border: 1px solid #ddd;
}
.CurrentNumber a
{
	color:White;
}
.currentlyuse {
	background:url(/images/update.gif) left 3px no-repeat;
	line-height:20px;
	padding-left:20px;
}
.frame {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 4px;
-moz-box-shadow: 0 2px 4px rgba(0,0,0,.2);
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
box-shadow: 0 2px 4px rgba(0,0,0,.2);
line-height: 0;
padding: 4px;
position: relative;
margin: 4px 0;
max-width: 100%;
}

#tabs ul li a {
font: 14px "Lucida Sans Unicode",Arial,Helvetica,sans-serif!important;
}