/* 1. Global
----------------------------------------------- */
html, body {
	margin:0;
	padding:0;
    height: 100%;
}
body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size:12px;
	color:#000;	
}
p {
	padding-bottom:12px;
}
li {
	padding:4px 0 2px 0px;
	vertical-align:top;
}
td {
	font-size:12px;
	vertical-align:top;
}
ol {
	list-style-type:lower-alpha;
}
input, label, select, textarea {
	margin:0 0 0px 0px;
	padding:2px;
	font-size:12px;
}
label {
	padding: 0 5px 0 0;
	font-weight:bold;
	/*white-space:nowrap;*/
	color:#006e77;
	
}


input.radioButton {
	margin:1px 6px 0 0;
	padding:0;
	font-size:normal;
	font-weight:normal;
	float:left;
	position:relative;
	width:15px;
	border:none;
}

/* 2. Top Nav
----------------------------------------------- */
.TopNavRow { /* Top Nav Dividers */
	color:#007c84;
}
.topmenu a:link {
	color: #007c84;
	font-weight:bold;
	text-decoration:none;
}
.topmenu a:visited {
	color: #007c84;
	font-weight:bold;
	text-decoration:none;
}
.topmenu a:hover {
	color: #007c84;
	font-weight:bold;
	text-decoration:underline;
}

/* 3. Site
----------------------------------------------- */
.title {
	padding: 4px 5px;
	color: #fff;
	background: #006e77;
	font-weight:bold;
	overflow: auto;
}
.categoryContainerGeneric {
    padding:15px 0 0 0;
}
.changePasswordContainer {
    padding:12px 0 0 0;
    background:#fff;
	overflow: auto;
}
.contentRowGeneric {
	padding:0 0px 10px 0px;
    background:#fff;
	overflow: auto;
	clear:both;
}
.contentRowHeaderGeneric {
	padding:0 12px 5px 12px;
	font-weight:bold;
	overflow: auto;
	text-transform:capitalize;
}
.contentButtonRowGeneric {
	padding:10px 12px 0 12px;
	display:block;
	height:17px;
    background:#fff;
	overflow: auto;
	clear:both;
}
.changePasswordColLeft {
	float:left;
	position:relative;
	padding: 4px 5px;
	width:242px;
	overflow: auto;
}
.changePasswordColRight {
	float:right;
	position:relative;
	padding: 4px 5px;
	width:256px;
	overflow: auto;
	text-align:right;
}
.changePasswordButtonRow {
	overflow: auto;
	clear:both;
}
.changePasswordButtonRow a {
	float:right;
	position:relative;
	display:block;
	width:55px;
	height:17px;
	padding:0px 5px 0 0;
}
.changePasswordButtonRow input {
	float:right;
	position:relative;
	padding:0px 4px 0 0;
}
td.BolTab {
	vertical-align:middle;
}
td.headerRightside {
	vertical-align:middle;	
	color: #fff;
}
table.headerBackground {
    background: #1ca1bc; /* Old browsers */
    background: -moz-linear-gradient(top, #1ca1bc 50%, #007c84 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#1ca1bc), color-stop(100%,#007c84)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1ca1bc 50%,#007c84 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1ca1bc 50%,#007c84 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #1ca1bc 50%,#007c84 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ca1bc', endColorstr='#007c84',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #1ca1bc 50%,#007c84 100%); /* W3C */
    color: White;
}
.loginButtonRow input {
	margin:0 0 0 4px;
}
.topmenu {	
	font-weight:bold;
	height:24px;
	color:#007c84;
	text-align:center;
	vertical-align:middle;
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 50%, #dfdfdf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 50%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 50%,#dfdfdf 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 50%,#dfdfdf 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 50%,#dfdfdf 100%); /* W3C */
}
/*
.TopHeaderText {
	background-color:#aed8e6;
	font-weight:bold;
	vertical-align:middle;
	font-size:16px;
	color:#333399;
	font-weight:bold;
}*/
.LeftCol {
	padding:20px 0 0 0;
	border-right: #006e77 1px solid;
	border-bottom: #006e77 1px solid;
	background: #007c84; /* Old browsers */    
}
table.fullPage {
	margin:0px;	
	background-repeat:repeat;		
}
body.NoBg {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/clearpixel.gif);
	background-repeat:no-repeat;
}
.AlternateRow1 {
	background-color: #dbdbdb;
}
.AlternateRow2 {
	background-color: #fff;
}
.AlternateRow1 td, .AlternateRow2 td {
	padding:4px;
}
.LoginBack {
	width:242px;
	height:120px;
	border:4px solid #006e77;
	background:url(../images/bg_repeat_login.png) repeat-x;
}
.LoginNoBack {
	border:4px solid #006e77;
}
.ChildTable {
	background: #fff;
	border-bottom: #006e77 1px solid;;
}
.ChildBody {
	padding:20px 15px;
}
.OnlineBody {
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 60px;
}
.OnlineAccountTable {
	padding:0px 10px 30px 10px;
	border-top: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #FBFDFE;
}
.AccountTable {
	padding: 2px;
	border: 1px #DADADA solid;
	background-color: #F6F9FC;
	margin-top: 20px;
}
.AccountTableName {
	padding: 4px 5px;
	border: 0px;
	background-color: #006e77;
	color: #FFFFFF;
	font-weight:bold;
}
.AccountTableNameSpacer {
	height:24px;
}
.AccountTableAltCell {
	background-color: #DADADA;
}
.Div_5px {
	padding: 5px;
}
.LoginBox {
}
.DashLine {
	border-bottom: 1px dashed #DCDCDC;
	padding-bottom: 9px;
	margin-bottom:9px;
}
.CCTopSep {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #E9E9E9;
}
.CCSideMenu {
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 6px;
	padding-top: 6px;
}

.TextBlue {
	color: #006e77;
}
.TextBlueBold {
	color: #006e77;
	font-weight: bold;
}
.TextWhiteBold {
	color: #ffffff;
	font-weight: bold;
}
.TextBlack {
	color: #000000;
}
.TextBlackBold {
	color: #000000;
	font-weight: Bold;
}
.OrangeWarning {
	color: #df1003;
	font-weight: Bold;
}
.RaspBerryWarning {
	color: #cc0066;
	font-weight: normal;
}
.BigOrangeWarning {
	color: #df1003;
	font-weight: Bold;
}
.SelectBox {
	color: #365F15;
}
.topheadertext {
	font-weight: bold;
}
.BroadcastText {
	font-weight: bold;
}
.RedWarning {
	color: #FF0000;
	font-weight: Bold;
}
.loading {
	position: absolute;
	z-index: 2;
	top: 300;
	left: 450;
}
.indent {
	margin-left:25px;
}