
* { margin: 0; padding: 0; }
body {
	background: #f5f5f5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";;
    font-size: 14px;
	text-align: left;
    color:#333;
	margin: 0;
	padding: 0;
    line-height:1.5;
}
a {
	color: #3d77b4;
	text-decoration: none;
}
img{border:0;}

a:hover, a:focus {
	text-decoration: underline;
}

h2 {
	border-bottom: 1px solid #dadada;
	padding-bottom: 16px;
	font-weight: normal;
	margin-bottom: 16px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
h4 {
	font-weight: bold;
	margin-bottom: 5px;
}

p {
	margin-bottom: 18px;
}

ul li, ol li {
	line-height: 20px;
	margin-bottom: 12px;
	margin-left: 20px;
}

.clear {
	clear: both;
}

.code {
    font-family: courier new;
    margin: 10px 0 20px 10px;
    background: #F7F7F7;
    padding: 0 10px;
    border-top: #666 1px solid;
    border-bottom: #666 1px solid;
}
#header {
    background-color:white;
	height: 70px;
}
#header-wrapper {
    width: 1070px; margin: 0 auto; padding-top:10px;
}
#header-wrapper h1 a {
height: 60px;
background: url(http://richscripts.com/images/live-chat.gif) no-repeat 0 0;
display: block;
text-indent: -4000px;
}

#header-wrapper h1 a {
	height: 52px;
    color:#fff;
}
#header-wrapper h1 a:hover {
	text-decoration: none;
}
#header-wrapper #MyLiveChatContainer {position: fixed; top: 250px; right: 20px; z-index: 999}
#header-wrapper .info-links { float: right; display: inline; }
#header-wrapper .info-links  li {display: inline-block;font-size: 12px;list-style: none;margin: 0 0 0 5px;float: left;}
#header-wrapper .info-links li:first-child {margin-left: 0px;}
#header-wrapper .info-links li:after {content: '\2022';color: #707070;display: inline-block;font-size: 10px;margin-left: 5px;}
#header-wrapper .info-links li.last:after {content: '';margin-left: 0px;}
#navigation {
	background: #325da7;
background-image: -moz-linear-gradient(top,#4e78c2,#325da7);
background-image: -webkit-linear-gradient(top,#4e78c2,#325da7);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4e78c2),color-stop(1,#325da7));
background-image: linear-gradient(top,#4e78c2,#325da7);
height: 36px;
	overflow: hidden;
	margin-bottom: 20px;
}

#nav {
	margin: 0 auto;
	width: 1080px;
}
#navigation
{
	background-color: #336699;
	height: 32px;
	overflow: hidden;
	margin-bottom: 20px;
}
#navigation ul
{
	padding: 0;
	margin: 0;
	float: left;
}
#navigation li
{
	white-space: nowrap;
	list-style-type: none;
	float: left;
	padding: 4px 3px 4px 12px;
	line-height: 1.5;
	vertical-align:middle;
}
#navigation li.first
{
	background: none;
    padding-left:0;
}
#navigation li a
{
	color: #fff;
	text-decoration: underline;
}

#content {
clear: both;
width: 1020px;
background:#fff;
overflow:hidden;
margin:0 auto;
border: 1px solid #ededed;
margin-bottom: 50px;
padding: 25px 40px 40px 40px;
}

#content #leftcol {
    float: left;
    display: inline;
    width: 750px;
}

#content #rightcol {
    float: right;
    width: 250px;
    margin-left: 15px;
}

.box {
background-color: #f4f4f4;
border: 1px solid #cccccc;
-moz-border-radius:3px;
border-radius: 3px;
margin-bottom: 10px;
padding: 10px;
}
ul.sidebarlist
{
	list-style: none;
	padding-left: 3px;
	margin: 10px 0;
}

ul.sidebarlist li
{
	padding-left: 2px;
	margin: 5px 0 5px 0;
}

/* The Magnificent CLEARFIX */
.buttons:before, .buttons:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
.buttons:after { clear: both; }
.buttons { zoom: 1; }
/* ------------------------ */


/*------------------------------------*\
	$BUTTON
\*------------------------------------*/
button, 
.button {
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	
	font: bold 12px Arial, sans-serif;
	color: #444;
	line-height: 17px;
	height: 18px;
	
	display: inline-block;
	float: left;
	
	margin: 5px;
	padding: 5px 6px 4px 6px;
	
	background: #F3F3F3;
	border: solid 1px #D9D9D9;
	
	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 {
	height: 29px !important;
	cursor: pointer;
}

button.left, 
.button.left {
	margin: 5px 0 5px 5px;
	
	border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	
	border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
}
button.middle, 
.button.middle {
	margin: 5px 0;
	
	border-left-color: #F4F4F4;
	
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
button.right, 
.button.right {
	margin: 5px 5px 5px 0;
	
	border-left-color: #F4F4F4;
	
	border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	
	border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
}

button:hover, 
.button:hover {
    background: #F4F4F4;
		border-color: #C0C0C0;
		color: #333;
}

button:active, 
.button:active {
	border-color: #4D90FE;
	color: #4D90FE;
	
	-moz-box-shadow:inset 0 0 10px #D4D4D4;
	-webkit-box-shadow:inset 0 0 10px #D4D4D4;
	box-shadow:inset 0 0 10px #D4D4D4;
}


button.action, 
.button.action {
	border: 1px solid #D8D8D8 !important;
	
	background: #F2F2F2;
	background: -webkit-linear-gradient(top, #F5F5F5, #F1F1F1);
	background: -moz-linear-gradient(top, #F5F5F5, #F1F1F1);
	background: -ms-linear-gradient(top, #F5F5F5, #F1F1F1);
	background: -o-linear-gradient(top, #F5F5F5, #F1F1F1);
	
	-webkit-transition: border .20s;
	-moz-transition: border .20s;
	-o-transition: border .20s;
	transition: border .20s;
}
button.action:hover, 
.button.action:hover {
	border: 1px solid #C6C6C6 !important;
	
	background: #F3F3F3;
	background: -webkit-linear-gradient(top, #F8F8F8, #F1F1F1);
	background: -moz-linear-gradient(top, #F8F8F8, #F1F1F1);
	background: -ms-linear-gradient(top, #F8F8F8, #F1F1F1);
	background: -o-linear-gradient(top, #F8F8F8, #F1F1F1);
}
button.blue, 
.button.blue {
	border: 1px solid #3079ED !important;
	
	background: #4B8DF8;
	background: -webkit-linear-gradient(top, #4C8FFD, #4787ED);
	background: -moz-linear-gradient(top, #4C8FFD, #4787ED);
	background: -ms-linear-gradient(top, #4C8FFD, #4787ED);
	background: -o-linear-gradient(top, #4C8FFD, #4787ED);
	
	-webkit-transition: border .20s;
	-moz-transition: border .20s;
	-o-transition: border .20s;
	transition: border .20s;
}
button.blue:hover, 
.button.blue:hover {
	border: 1px solid #2F5BB7 !important;
	
	background: #3F83F1;
	background: -webkit-linear-gradient(top, #4D90FE, #357AE8);
	background: -moz-linear-gradient(top, #4D90FE, #357AE8);
	background: -ms-linear-gradient(top, #4D90FE, #357AE8);
	background: -o-linear-gradient(top, #4D90FE, #357AE8);
}
button.green, 
.button.green {
	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);
	
	-webkit-transition: border .20s;
	-moz-transition: border .20s;
	-o-transition: border .20s;
	transition: border .20s;
}
button.green:hover, 
.button.green:hover {
	border: 1px solid #2D6200 !important;
	
	background: #3F83F1;
	background: -webkit-linear-gradient(top, #3C9300, #368200);
	background: -moz-linear-gradient(top, #3C9300, #368200);
	background: -ms-linear-gradient(top, #3C9300, #368200);
	background: -o-linear-gradient(top, #3C9300, #368200);
}

button.action:hover, 
.button.action:hover {
	-moz-box-shadow: 0 1px 0px #DDD;
	-webkit-box-shadow: 0 1px 0px #DDD;
	box-shadow:iset 0 1px 0px #DDD;
}
button.action:active, 
.button.action:active {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-color: #C6C6C6 !important;
}
button.blue:active, 
.button.blue:active {
	border-color: #2F5BB7 !important;
}
button.green:active, 
.button.green:active {
	border-color: #2D6200 !important;
}

/*------------------------------------*\
	$BUTTON LABEL
\*------------------------------------*/
.ddm span.label, 
button span.label, 
.button span.label {
	display: inline-block;
	float: left;
	line-height: 17px;
	height: 18px;
	padding: 0 1px;
	overflow: hidden;
	color: #444;
	
	-webkit-transition: color .20s;
	-moz-transition: color .20s;
	-o-transition: color .20s;
	transition: color .20s;
} 
button span.label {
	line-height: 15px !important;
}
.ddm:active span.label, 
button:active span.label, 
.button:active span.label {
    color: #4D90FE;
}

button:hover .label, 
.button:hover .label {
    color: #333;
}
button:hover .label.red, 
.button:hover .label.red {
    color: #DB4A37;
}
button:hover .label.blue, 
.button:hover .label.blue {
    color: #7090C8;
}
button:hover .label.green, 
.button:hover .label.green {
    color: #42B449;
}
button:hover .label.yellow, 
.button:hover .label.yellow {
    color: #F7CB38;
}

button.blue .label, 
.button.blue .label {
	color: #FFF !important;
	text-shadow: 0 1px 0 #2F5BB7 !important;
}
button.green .label, 
.button.green .label {
	color: #FFF !important;
	text-shadow: 0 1px 0 #2D6200 !important;
}
button.red .label, 
.button.red .label {
	color: #FFF !important;
	text-shadow: 0 1px 0 #B0281A !important;
}
button.action .label, 
.button.action .label {
	padding: 0 17px !important;
}

button.action:active .label, 
.button.action:active .label {
	color: #333 !important;
}

button.blue:active .label, 
button.green:active .label, 
button.red:active .label, 
.button.blue:active .label, 
.button.green:active .label, 
.button.red:active .label {
	color: #FFF !important;
}


.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;
}
#footer {
	border-top: 1px solid #dadada;
	clear: both;
	margin: 0 auto;
	min-height: 360px;
	text-align: center;
	width: 900px;
    color:#666;
}
#footer ul {
   margin:20px 0;
}
#footer ul li {
	display: inline;
	font-size: 14px;
	list-style: none;
	margin: 22px 0 0 12px;
}
#footer ul li:first-child {
	margin-left: 0px;
}
#footer ul li:after {
	content: '\2022';
	color: #707070;
	display: inline-block;
	font-size: 10px;
	margin-left: 14px;
}
#footer ul li.last:after {
	content: '';
	margin-left: 0px;
}
#footer ul li a {
	color: #707070;
}
.left {
    float:left;
}