@charset "utf-8";
html {
	height:100%;
	background-image: url(Images/denim.png);
	background-repeat: repeat;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background:none;
	/*background: url("Images/bodyBG1.jpg") repeat-x, url("Images/bodyBG2.jpg") repeat,#00916a ; */

}

.Buttons a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 4px;
	padding: 4px;
	float: left;
	height: 15px;
	background-color: #00349d;
	color: #FFFFFF;
	border: 1px solid #000000;
	background-image: url(Images/button_BG.png);
	background-repeat: repeat-x;
	
	-webkit-transition-property:all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function:linear;
	-webkit-transition-delay: 0s;
	-moz-transition-property:all;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function:linear;
	-moz-transition-delay: 0s;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function:linear;
	transition-delay: 0s;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.Buttons a:hover {
	background-color: #333333;
	background-image: url(none);
}
.Buttons a:hover .count {
	background-color: #000;
}
/* CSS Document */

.item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-weight: bold;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: rgb(239,239,239); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(221,221,221,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(239,239,239,1) 0%,rgba(221,221,221,1) 100%);
	-webkit-transition-property:all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function:linear;
	-webkit-transition-delay: 0s;
	-moz-transition-property:all;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function:linear;
	-moz-transition-delay: 0s;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function:linear;
	transition-delay: 0s;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #999;
	border-bottom-color: #cbcbcb;
	border-left-color: #999;
}

.item:hover {
	background-color: #333;
	
}

.itemList a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	-webkit-transition-property:all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function:linear;
	-webkit-transition-delay: 0s;
	-moz-transition-property:all;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function:linear;
	-moz-transition-delay: 0s;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function:linear;
	transition-delay: 0s;
}
.itemList a:hover {
	color: #FFF;
	background-color: #333;
	display: block;
}
.edate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	margin-right: 10px;
}
.itemList a:hover .edate {
	color: #CCC;	
}
.itemActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	height: 22px;
	margin-top: 0px;
	margin-bottom: 2px;
	background-image: url(Images/status_Active.png);
	background-repeat: no-repeat;
}
.itemInactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: bold;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 22px;
	background-image: url(Images/status_InActive.png);
	background-repeat: no-repeat;
}
.itemFuture {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: bold;
	padding-left: 5px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000;
	height: 18px;
}
.Delete {
	background-color: #900;
	border: 1px solid #F00;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	height: 16px;
	margin-top: 2px;
}
.Delete a {
	color: #FFF;
}
.PageTitle {
	padding-top: 0px;
	padding-bottom: 0px;
	background: rgb(0,85,255); /* Old browsers */
	background: url(Images/header_BGImage.png) no-repeat center, -moz-linear-gradient(top, rgba(0,85,255,1) 0%, rgba(0,34,102,1) 100%); /* FF3.6+ */
	background: url(Images/header_BGImage.png) no-repeat center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,85,255,1)), color-stop(100%,rgba(0,34,102,1))); /* Chrome,Safari4+ */
	background: url(Images/header_BGImage.png) no-repeat center, -webkit-linear-gradient(top, rgba(0,85,255,1) 0%,rgba(0,34,102,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url(Images/header_BGImage.png) no-repeat center, -o-linear-gradient(top, rgba(0,85,255,1) 0%,rgba(0,34,102,1) 100%); /* Opera11.10+ */
	background: url(Images/header_BGImage.png) no-repeat center, -ms-linear-gradient(top, rgba(0,85,255,1) 0%,rgba(0,34,102,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055ff', endColorstr='#002266',GradientType=0 ); /* IE6-9 */
	background: url(Images/header_BGImage.png) no-repeat center, linear-gradient(top, rgba(0,85,255,1) 0%,rgba(0,34,102,1) 100%); /* W3C */

	height: 75px;
	position: absolute;
	z-index: 2;
	width: 100%;
	margin: 0px;
	left: 0px;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.4);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.7), inset 0px 2px 2px #000000;
}
.PageTitle h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	text-shadow: 1px 1px 1px #000000;
	border-radius: 10px;
	background: -moz-linear-gradient(top, rgba(116,116,116,0.75) 0%, rgba(89,89,89,0.75) 33%, rgba(51,51,51,0.75) 34%, rgba(51,51,51,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,116,116,0.75)), color-stop(33%,rgba(89,89,89,0.75)), color-stop(34%,rgba(51,51,51,0.75)), color-stop(100%,rgba(51,51,51,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(116,116,116,0.75) 0%,rgba(89,89,89,0.75) 33%,rgba(51,51,51,0.75) 34%,rgba(51,51,51,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(116,116,116,0.75) 0%,rgba(89,89,89,0.75) 33%,rgba(51,51,51,0.75) 34%,rgba(51,51,51,0.75) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(116,116,116,0.75) 0%,rgba(89,89,89,0.75) 33%,rgba(51,51,51,0.75) 34%,rgba(51,51,51,0.75) 100%); /* IE10+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf747474', endColorstr='#bf333333',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(116,116,116,0.75) 0%,rgba(89,89,89,0.75) 33%,rgba(51,51,51,0.75) 34%,rgba(51,51,51,0.75) 100%); /* W3C */
	display: inline-block;
	float: left;
	margin-top: 7px;
	margin-right: 20px;
	margin-bottom: 7px;
	margin-left: 20px;
	box-shadow: inset 0px 1px rgba(255,255,255,0.3), 2px 2px 2px #000000;
}
.PageTitle h1 span {
	font-size: 13px;
	font-weight: bold;
	display: block;
	color: #333333;
	background-color: #CCC;
	margin-right: -15px;
	margin-bottom: -3px;
	margin-left: -15px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	text-shadow:none;
	box-shadow:inset 0px 3px 3px #000000;
}

.RedButtons a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 4px;
	padding: 4px;
	height: 15px;
	background-color: #990000;
	color: #FFFFFF;
	border: 1px solid #000000;
	background-image: url(Images/Redbutton_BG.png);
	background-repeat: repeat-x;
	float: left;
	font-weight: bold;
	
	-webkit-transition-property:all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function:linear;
	-webkit-transition-delay: 0s;
	-moz-transition-property:all;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function:linear;
	-moz-transition-delay: 0s;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function:linear;
	transition-delay: 0s;
}
.RedButtons a:hover {
	background-color: #333333;
	background-image: url(none);
}
#Nav {
	background: rgb(253,253,253); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(248,248,248,1) 44%, rgba(240,240,240,1) 45%, rgba(223,223,223,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(44%,rgba(248,248,248,1)), color-stop(45%,rgba(240,240,240,1)), color-stop(100%,rgba(223,223,223,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(248,248,248,1) 44%,rgba(240,240,240,1) 45%,rgba(223,223,223,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(248,248,248,1) 44%,rgba(240,240,240,1) 45%,rgba(223,223,223,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(248,248,248,1) 44%,rgba(240,240,240,1) 45%,rgba(223,223,223,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(253,253,253,1) 0%,rgba(248,248,248,1) 44%,rgba(240,240,240,1) 45%,rgba(223,223,223,1) 100%); /* W3C */
	height: 45px;
	margin-bottom: 10px;
	box-shadow: 0px 2px 2px #000000;
	margin-top: 76px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.pgBox {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	background: -moz-linear-gradient(top, rgba(116,116,116,0.85) 0%, rgba(59,59,59,0.85) 15%, rgba(38,38,38,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,116,116,0.85)), color-stop(15%,rgba(59,59,59,0.85)), color-stop(100%,rgba(38,38,38,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(116,116,116,0.85) 0%,rgba(59,59,59,0.85) 15%,rgba(38,38,38,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(116,116,116,0.85) 0%,rgba(59,59,59,0.85) 15%,rgba(38,38,38,0.85) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(116,116,116,0.85) 0%,rgba(59,59,59,0.85) 15%,rgba(38,38,38,0.85) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9747474', endColorstr='#d9262626',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(116,116,116,0.85) 0%,rgba(59,59,59,0.85) 15%,rgba(38,38,38,0.85) 100%); /* W3C */
	box-shadow:inset 0px 1px rgba(255,255,255,0.3), 5px 5px 10px #000000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin-top: 30px;
	margin-bottom: 15px;
	border: 1px solid #000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.pgBox h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 1px #000000;
	color: #FFF;
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 10px;
}

.pgBox .pgBox-BG {
	box-shadow:inset 2px 2px 2px rgba(0,0,0,0.3),0px 1px 1px rgba(255,255,255,0.3);
	background-color:#f1f1f1;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	width: auto;
	border: 1px solid #000;
	overflow: auto;
}
/*
#Nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 12px;
	padding-left: 12px;
	height: 26px;
	display: inline-block;
	float: left;
	padding-top: 12px;
	padding-bottom: 0px;
	-webkit-transition-property:all;
	-webkit-transition-duration: 0.25s;
	-webkit-transition-timing-function:linear;
	-webkit-transition-delay: 0s;
	-moz-transition-property:all;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function:linear;
	-moz-transition-delay: 0s;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function:linear;
	transition-delay: 0s;
}
#Nav a:hover {
	background-color: #666;
	background-image: none;
}
*/
.clear {
	clear: both;
}
.error {
	border: 1px solid #900;
	background-color: #FDD;
	padding: 4px;
	margin: 5px;
	font-weight: bold;
	color: #900;
}
.count {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #666;
	padding: 2px;
	display: inline-block;
	border: 1px solid #000;
	margin-top: -3px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	
	-webkit-transition-property:all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function:linear;
	-webkit-transition-delay: 0s;
	-moz-transition-property:all;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function:linear;
	-moz-transition-delay: 0s;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function:linear;
	transition-delay: 0s;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.statTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#userBox  {
	position: absolute;
	z-index: 1000;
	top: 0px;
	right: 0px;
}
#userBox a.user {
	float: right;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color: #E5E5E5;
	border: 1px solid #000;
	text-shadow: 1px 1px 1px #000000;
	background: -moz-linear-gradient(top, rgba(116,116,116,0.75) 0%, rgba(59,59,59,0.75) 28%, rgba(38,38,38,0.75) 29%, rgba(38,38,38,0.75) 97%, rgba(38,38,38,0.75) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,116,116,0.75)), color-stop(28%,rgba(59,59,59,0.75)), color-stop(29%,rgba(38,38,38,0.75)), color-stop(97%,rgba(38,38,38,0.75)), color-stop(100%,rgba(38,38,38,0.75))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(116,116,116,0.75) 0%,rgba(59,59,59,0.75) 28%,rgba(38,38,38,0.75) 29%,rgba(38,38,38,0.75) 97%,rgba(38,38,38,0.75) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(116,116,116,0.75) 0%,rgba(59,59,59,0.75) 28%,rgba(38,38,38,0.75) 29%,rgba(38,38,38,0.75) 97%,rgba(38,38,38,0.75) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(116,116,116,0.75) 0%,rgba(59,59,59,0.75) 28%,rgba(38,38,38,0.75) 29%,rgba(38,38,38,0.75) 97%,rgba(38,38,38,0.75) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf747474', endColorstr='#bf262626',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(116,116,116,0.75) 0%,rgba(59,59,59,0.75) 28%,rgba(38,38,38,0.75) 29%,rgba(38,38,38,0.75) 97%,rgba(38,38,38,0.75) 100%); /* W3C */
	box-shadow:inset 0px 0px 1px rgba(255,255,255,0.3), 2px 2px 2px rgba(0,0,0, 0.6);
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
}
#userBox:hover a.user {
	background: -moz-linear-gradient(top, rgba(116,116,116,1) 0%, rgba(59,59,59,1) 28%, rgba(38,38,38,1) 29%, rgba(38,38,38,1) 97%, rgba(38,38,38,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,116,116,1)), color-stop(28%,rgba(59,59,59,1)), color-stop(29%,rgba(38,38,38,1)), color-stop(97%,rgba(38,38,38,1)), color-stop(100%,rgba(38,38,38,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(116,116,116,1) 0%,rgba(59,59,59,1) 28%,rgba(38,38,38,1) 29%,rgba(38,38,38,1) 97%,rgba(38,38,38,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(116,116,116,1) 0%,rgba(59,59,59,1) 28%,rgba(38,38,38,1) 29%,rgba(38,38,38,1) 97%,rgba(38,38,38,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(116,116,116,1) 0%,rgba(59,59,59,1) 28%,rgba(38,38,38,1) 29%,rgba(38,38,38,1) 97%,rgba(38,38,38,0.75) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf747474', endColorstr='#bf262626',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(116,116,116,1) 0%,rgba(59,59,59,1) 28%,rgba(38,38,38,1) 29%,rgba(38,38,38,1) 97%,rgba(38,38,38,1) 100%); /* W3C */
}
#userBox a.user  img{
	float: left;
	margin-right: 4px;
	margin-top: -5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#userBox .options {
	list-style-type: none;
	background-color: rgba(0,0,0,0.4);
	width: 90px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	display: none;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#userBox:hover .options {
	display:block;
}
#userBox .options li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	margin: 0px;
	display: block;
}
#userBox .options li a:hover {
	background-color:#333333;
}
.inputBox {
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #d9d9d9;
	overflow: auto;
}
.inputBox label {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width: 150px;
	display: inline-block;
	float: left;
	padding-right: 5px;
	padding-top: 5px;
	clear: left;
}

.inputBox input {
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.2), 0px 1px 1px #FFFFFF;
	border-radius:5px;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px solid #c3c3c3;
	font-family: Arial, Helvetica, sans-serif;
}
.inputBox textarea {
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.2), 0px 1px 1px #FFFFFF;
	border-radius:5px;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px solid #c3c3c3;
}
.banner-Options {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 15;
	border-radius:10px;
	box-shadow:2px 2px 2px #333333, inset 0px 1px rgba(255,255,255, 0.3);
	background: -moz-linear-gradient(top, rgba(116,116,116,0.85) 0%, rgba(38,38,38,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,116,116,0.85)), color-stop(100%,rgba(38,38,38,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(116,116,116,0.85) 0%,rgba(38,38,38,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(116,116,116,0.85) 0%,rgba(38,38,38,0.85) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(116,116,116,0.85) 0%,rgba(38,38,38,0.85) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9747474', endColorstr='#d9262626',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(116,116,116,0.85) 0%,rgba(38,38,38,0.85) 100%); /* W3C */
	color: #FFF;
	border: 1px solid #000;
	padding: 5px;
	width: 200px;
}
.oc-title {
	width: 500px;
}
.nav_left {
	list-style-type: none;
	display: block;
	float: left;
	margin-top: -10px;
	margin-right: 15px;
	margin-bottom: -10px;
	margin-left: -15px;
	width: 130px;
	background-color: #b6b6b6;
	overflow:hidden;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	height: 100px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	min-height: 300px;
	background: #b2b2b2; /* Old browsers */
	background: url(Images/nav_left-rshadow.png) right repeat-y, -moz-linear-gradient(left, #b2b2b2 0%, #d9d9d9 100%); /* FF3.6+ */
	background: url(Images/nav_left-rshadow.png) right repeat-y, -webkit-gradient(linear, left top, right top, color-stop(0%,#b2b2b2), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
	background: url(Images/nav_left-rshadow.png) right repeat-y, -webkit-linear-gradient(left, #b2b2b2 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: url(Images/nav_left-rshadow.png) right repeat-y, -o-linear-gradient(left, #b2b2b2 0%,#d9d9d9 100%); /* Opera11.10+ */
	background: url(Images/nav_left-rshadow.png) right repeat-y, -ms-linear-gradient(left, #b2b2b2 0%,#d9d9d9 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#d9d9d9',GradientType=1 ); /* IE6-9 */
	background: url(Images/nav_left-rshadow.png) right repeat-y, linear-gradient(left, #b2b2b2 0%,#d9d9d9 100%); /* W3C */
}
.nav_left li {
	display: block;
}
.nav_left li ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: none;
}
.nav_left li ul li a {
	font-size: 10px;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-shadow:none;
}
.nav_left li ul li a:hover {
	background: none;
}

.nav_left li a {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: block;
	text-decoration: none;
	color: #1A1A1A;
	font-size: 13px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d0d0d0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aeaeae;
	text-shadow: 1px 1px 1px #FFF;
	background: #b2b2b2; /* Old browsers */
	background: url(Images/nav_left-rshadow.png) right repeat-y, -moz-linear-gradient(left, #b2b2b2 0%, #d9d9d9 100%); /* FF3.6+ */
	background: url(Images/nav_left-rshadow.png) right repeat-y, -webkit-gradient(linear, left top, right top, color-stop(0%,#b2b2b2), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
	background: url(Images/nav_left-rshadow.png) right repeat-y, -webkit-linear-gradient(left, #b2b2b2 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: url(Images/nav_left-rshadow.png) right repeat-y, -o-linear-gradient(left, #b2b2b2 0%,#d9d9d9 100%); /* Opera11.10+ */
	background: url(Images/nav_left-rshadow.png) right repeat-y, -ms-linear-gradient(left, #b2b2b2 0%,#d9d9d9 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#d9d9d9',GradientType=1 ); /* IE6-9 */
	background: url(Images/nav_left-rshadow.png) right repeat-y, linear-gradient(left, #b2b2b2 0%,#d9d9d9 100%); /* W3C */
}
.pg-courses .courses a.top, .pg-registrations .registrations a.top {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: block;
	text-decoration: none;
	color: #1A1A1A;
	font-size: 13px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d0d0d0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aeaeae;
	text-shadow: 1px 1px 1px #FFF;
	background: #d1d1d1; /* Old browsers */
background: -moz-linear-gradient(left, #d1d1d1 0%, #f1f1f1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d1d1d1), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #d1d1d1 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #d1d1d1 0%,#f1f1f1 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, #d1d1d1 0%,#f1f1f1 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#f1f1f1',GradientType=1 ); /* IE6-9 */
background: linear-gradient(left, #d1d1d1 0%,#f1f1f1 100%); /* W3C */
}
.pg-courses .courses ul, .pg-registrations .registrations ul {
	display:block;
}
.nav_left li a:hover {
	background: #b2b2b2; /* Old browsers */
	background: url(Images/nav_left-rhover.png) right center no-repeat, url(Images/nav_left-rshadow.png) right repeat-y, -moz-linear-gradient(left, #b2b2b2 0%, #d9d9d9 100%); /* FF3.6+ */
	background: url(Images/nav_left-rhover.png) right center no-repeat, url(Images/nav_left-rshadow.png) right repeat-y, -webkit-gradient(linear, left top, right top, color-stop(0%,#b2b2b2), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
	background: url(Images/nav_left-rhover.png) right center no-repeat, url(Images/nav_left-rshadow.png) right repeat-y, -webkit-linear-gradient(left, #b2b2b2 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: url(Images/nav_left-rhover.png) right center no-repeat, url(Images/nav_left-rshadow.png) right repeat-y, -o-linear-gradient(left, #b2b2b2 0%,#d9d9d9 100%); /* Opera11.10+ */
	background: url(Images/nav_left-rhover.png) right center no-repeat, url(Images/nav_left-rshadow.png) right repeat-y, -ms-linear-gradient(left, #b2b2b2 0%,#d9d9d9 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#d9d9d9',GradientType=1 ); /* IE6-9 */
	background: url(Images/nav_left-rhover.png) right center no-repeat, url(Images/nav_left-rshadow.png) right repeat-y, linear-gradient(left, #b2b2b2 0%,#d9d9d9 100%); /* W3C */
}
.table-list tr th {
	background: #e1edf9; /* Old browsers */
	background: -moz-linear-gradient(top, #e1edf9 0%, #bbcedf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1edf9), color-stop(100%,#bbcedf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e1edf9 0%,#bbcedf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e1edf9 0%,#bbcedf 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e1edf9 0%,#bbcedf 100%); /* IE10+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1edf9', endColorstr='#bbcedf',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e1edf9 0%,#bbcedf 100%); /* W3C */
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-bottom-color: #9db5cd;
	box-shadow: 0px 2px 2px #333;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #314572;

}
.table-list thead {
	margin-bottom: 5px;
	z-index: 20;
}
.table-list tr:nth-child(odd) {
	background-color: #e6eaec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3a3d44;
	
}
.table-list tr:nth-child(even) {
	background-color: #dbdfe1;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3a3d44;
	
}
.table-list tr td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-bottom-color: #ced3d6;
}
.table-list tr td a {
	color: #3a3d44;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.table-list tr:hover {
	background: #e8eaea; /* Old browsers */
background: -moz-linear-gradient(top, #e8eaea 0%, #c9cccd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8eaea), color-stop(100%,#c9cccd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e8eaea 0%,#c9cccd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e8eaea 0%,#c9cccd 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #e8eaea 0%,#c9cccd 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8eaea', endColorstr='#c9cccd',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #e8eaea 0%,#c9cccd 100%); /* W3C */
}
.box-success {
	font-size: 14px;
	font-weight: bold;
	color: #060;
	background-color: #D9FFD9;
	padding: 15px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 45px;
	border: 1px solid #060;
	border-radius:10px;
	box-shadow: 3px 3px 3px #333333;
}
.box-success a {
	font-size: 12px;
	font-weight: normal;
}
.box-error {
	font-size: 14px;
	font-weight: bold;
	color: #660002;
	background-color: #FFD9DA;
	padding: 15px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	border: 1px solid #660002;
}

