body {
	margin: 0;
	font: 13px Arial Verdana, Helvetica, FreeSans, Sans-Serif;
	color: #111;
	background: #fff;
}

p {
	margin-top: 0;
}

a:link,a:visited,a:active,a:hover {
	color: #0143a7;
	text-decoration: none;
	outline-style: none;
}

a:hover {
	color: #ef5a18;
	outline-style: none;
}

.requiredStar {
	color: red;
	font-weight: normal;
	font-size: 12px;
}

.requiredStarPrompt {
	margin-top: 30px;
	font-size: 11px;
}

.iframeHeader {
	background: #25499d;
	padding: 10px 15px;
}

.iframeHeader h1 {
	color: #f4f4f4;
	margin: 0;
	font-size: 17px;
	font-weight: normal;
}

.contentPadding {
	padding: 15px;
}

.inlineForm {
	margin: 0;
	padding: 0;	
}

.inlineForm div {
	clear: both;
	margin-bottom: 15px;
}

.inlineForm div div {
	float: left;
	padding-top: 3px;
	font-weight: bold;
	font-size: 11px;
	color: #222;
}

.inlineForm #submitContentBodyRow div {
	float: none;	
}

.labelWidth90 div div {
	width: 90px;
}

.labelWidth110 div div {
	width: 110px;
}

.labelWidth120 div div {
	width: 120px;
}

.labelWidth130 div div {
	width: 130px;
}

.labelWidth140 div div {
	width: 140px;
}

.labelWidth160 div div {
	width: 160px;
}

.labelWidth170 div div {
	width: 170px;
}

.labelWidth230 div div {
	width: 230px;
}

.inlineForm div .blockElement {
	float: none;
	margin-bottom: 3px;
	width: 100%;	
}

.inlineForm input, .inlineForm select, .inlineForm textarea, .uploadImageTable input {
	width: 200px;
	font-size: 12px;
	color: #000;
	padding: 5px 2px;
	border: 1px solid #c2c2c2;
	background: #fff;
	font-family: Arial;
}

.inlineForm select {
	width: auto;	
}

.roundedBoxInput, .roundInputs input, .roundInputs select, .roundInputs textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #dcdcdc; 
	padding: 7px 6px 7px 6px; 
	color: #333;
	font-size: 13px;
	background: #fff;
}

.roundInputs .hasErrors input, .roundInputs .hasErrors textarea, .roundInputs .hasErrors select {
	border-color: #df1111;
}

.publishContentSelect {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #fff; 
	color: #333;
	font-size: 13px;
	background: #fff;
	font: 12px Arial Verdana, Helvetica, FreeSans, Sans-Serif;
	padding: 5px 6px 5px 6px;
}

.inlineForm .submitButton {
	border: none;
	width: auto;
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	outline-style: none;
}

.formInlineError {
	color: #df1111;
	font-size: 12px;
	display: block;
	margin-top: 5px;
	font-weight: normal;
}

.formInlineError img {
	width: 11px;
	height: 11px;
	position: relative;
	top: 1px;
}

.publishSubHeader {
	background: #cdcdcd;
	padding: 5px 15px 0 5px;
	border-bottom: 1px solid #acacac;
}

.publishSubHeader a:link, .publishSubHeader a:visited, .publishSubHeader a:hover, .publishSubHeader a:active {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 7px 10px;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	position: relative;
	top: 1px;
	border: 1px solid #cdcdcd;
	border-bottom: none;
	background: transparent;
	outline-style: none;
}

.publishSubHeader .activeSubLink:link, .publishSubHeader .activeSubLink:visited, .publishSubHeader .activeSubLink:hover, .publishSubHeader .activeSubLink:active {
	background: #fff;
	border: 1px solid #acacac;
	border-bottom: none;
}

.publishSubHeader a:hover {
	text-decoration: underline;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 25px;
	font-family: Times;
	font-weight: normal;
	color: #222;
	background: #fff;
}

h3 {
	margin: 0 0 7px 0;
	font-size: 23px;
	font-family: Times;
	font-weight: normal;
	color: #222;
	background: #fff;
}

.contentListTable {
	width: 100%;
	background-color: #fff;
}

.contentListTable td, .contentListTable th {
	vertical-align: top;
	padding: 10px 7px 10px 7px;
	text-align: left;
	border-bottom: 1px dotted #ccc;
}

.contentListHeadline {
	font-size: 15px;	
}

.featureRow {
	margin: 3px 0 0 0;
	font-size: 12px;
}

#featureGets {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 12px;
	list-style: none;
}

#featureGets li {
	padding: 0;
	margin: 8px 0;
	background-image: url('/images/template/green-check.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
}

#popLayerHolder {
	position: absolute;
	z-index: 5000000000;
	width: 100%;
	top: 0;
	left: 0;	
}

#popLayer {
	width: 300px;
	padding: 15px;
	background-color: #fff;
	color: #222;
	top: 0;
	margin: 0 auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-align: center;
	font-size: 13px;
}

.popLayerSuccess {
	border: 2px solid #62b534;
}

.popLayerError {
	border: 2px solid #df1111;
}

.popLayerNotice {
	border: 2px solid #23a0e8;
}

.popLayerGeneral {
	border: 2px solid #2950aa;
	text-align: left;	
}

.clearBoth {
	clear: both;
	font-size: 0;	
}

.whyAccountTable td {
	border-bottom: 1px dotted #dcdcdc;
	padding: 10px 7px;
	vertical-align: middle;
	
}

.whyAccountTable h2 {
	margin: 0 0 4px 0;
	font-size: 18px;
}

.whyAccountTable .left {
	padding-right: 12px;
}

.upgradeAccountTable td {
	background: #f9f8f8;
	text-align: center;
}

.upgradeAccountTable .infoCell {
	font-weight: bold;
	cursor: pointer;
	text-align: left;
}

.upgradeAccountTable .infoCell img {
	border: none;
	position: relative;
	top: 2px;
	margin: 0 3px 0 0;
}

.upgradeAccountTable .infoCell div {
	font-weight: normal;
	margin: 7px 0 0 0;
	padding: 0 0 0 21px;
}

.upgradeAccountTable .infoCell div p img {
	position: absolute;
	left: 0;
	margin: -4px 0 0 -15px;
}

.upgradeAccountTable .infoCell div p {
	margin: 9px 0 0 0;
	position: relative;
}

.upgradeAccountTable .headerRow th {
	background: #eee;
	border-bottom: 1px solid #cdcdcd;
	text-align: center;
}

#creditImageTable td {
	text-align: center;
	padding-right: 15px;
}

.popupDateTrigger {
	cursor: pointer; 
	position: relative; 
	top: 5px;
}

.superScript {
	position: relative; 
	font-size: 10px; 
	bottom: 5px;
}

.paginationContainer {
	margin: 30px 0;
	font-weight: bold;
}

.paginationContainer a:link, .paginationContainer a:visited, .paginationContainer a:hover, .paginationContainer a:active {
	background: #fff;
	border: 1px solid #4296d1;
	color: #000;
	text-decoration: none;
	padding: 3px 6px;
	margin: 0;
	font-size: 11px;
	outline-style: none;
}

.paginationContainer a:hover {
	background: #4296d1;
	color: #fff;		
}

.paginationContainer .active:link, .paginationContainer .active:visited, .paginationContainer .active:hover, .paginationContainer .active:active {
	background: #4296d1;
	color: #fff;
}

.ajaxSearchDrop, .userAjaxSearchDrop {
	background: #fff;
	border: 1px solid #dcdcdc;
	width: 330px;
	padding: 5px 0;
	position: absolute;
	z-index: 20;
	left: 90px;
	margin: 3px 0 0 0;
}

.userAjaxSearchDrop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.userAjaxSearchDrop ul li {
	padding: 3px 5px;

}

.ajaxSearchDrop a:link, .ajaxSearchDrop a:visited, .ajaxSearchDrop a:hover, .ajaxSearchDrop a:active {
	display: block;
	padding: 2px 10px;
	font-weight: normal;
	color: #111;
	font-size: 12px;
	margin: 0;
}

.ajaxSearchDrop a:hover {
	background: #acacac;
	color: #fff;
}

#searchOptionsBody {
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #dcdcdc;
	margin: 0 0 10px 0;
	background: #fff;
}

.dropBox {	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #acacac;
	margin: 0 0 10px 0;
	background: #cdcdcd;
}

.dropBoxHead {
	color: #333;
	padding: 6px 10px;
	font-weight: bold;
}

.dropBoxBody {
	padding: 10px;
	background: #fff;
	border-top: 1px solid #acacac;
}

.dropBoxClose {
	cursor: pointer;
	font-weight: normal;
	float: right;
	font-size: 11px;
}

.roundedBox {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px 12px;
}

.roundedBoxGoG {
	background: #f8f8f8;
	border: 1px solid #e4eaef;
}

.subButtons {
	margin: 0 0 10px 0;	
}

.subButtons a:link, .subButtons a:visited, .subButtons a:hover, .subButtons a:active {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #cdcdcd;
	background: #cdcdcd;
	display: block;
	float: left;
	margin: 0 7px 0 0;
	padding: 3px 7px;
	color: #333;
	font-size: 11px;
}

.subButtons .active:link, .subButtons .active:visited, .subButtons .active:hover, .subButtons .active:active {
	border: 1px solid #25499d;
	background: #25499d;
	color: #fff;
}

.subButtons a:hover {
	border: 1px solid #25499d;
	background: #25499d;
	color: #fff;
}

.singleNote {
	font-size: 11px;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 5px;
	border-bottom: 1px dotted #25499d;	
}

.featureCirc {
	background-color: #f8d765;
	border: 1px solid #f4c02b;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	font-size: 9px;
	font-family: Tahoma;
	padding: 0 3px;
	position: relative;
	bottom: 4px;
	color: #000;
}
