.bottomborder {
	border-bottom: 1px #739CC6 solid;
}

h5.bottomborder {
	margin-bottom: 0.5em;
}

.bullets {
	list-style-type: disc;
	padding-left: 1.5em;
}

.floatright a {
	text-decoration: none;
}

.inactive {
	color: #739CC6 !important;
	font-style: italic;
}

.inactive img {
	opacity: 0.5;
}

.seenote {
	color: #c00;
}



/***************************************
	Base Tags
 ***************************************/
 
a {
	color: #304E81;
	text-decoration: underline;
}

a:hover {
	color: #739CC6;
}

body {
	background-color: #F8FAFC;
	color: #369;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 100px;
}

big {
	font-size: 1.25em;
}

fieldset {
	background-color: #ECF2FB;
	border: 1px #D3DAF5 solid;
	margin: 1em 0;
	padding: 1em;
}

fieldset h6 {
	font-weight: bold;
	color: #369;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

h2 {
	color: #369;
	font-size: 1.75em;
	font-weight: normal;
	margin-bottom: 1em;
}

h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 0.5em;
}

h3 img.icon {
	vertical-align: middle;
}

h4 {
	font-size: 1.25em;
	font-weight: normal;
	margin-bottom: 1em;
}

h5, table.gridDataTable caption, table caption {
	font-size: 1.25em;
	font-weight: normal;
}

h6 {
	font-size: 0.9em;
	font-weight: normal;
}

legend {
	color: #369;
	font-weight: bold;
	text-transform: uppercase;
}

ul {
	list-style-type: none;
}



/***************************************
	Form Elements
 ***************************************/

input.button {
	background-color: #739cc6;
	border: 1px #fff outset;
	color: #fff;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: bold;
	height: 19px;
	padding: 0 5px;
}

select {
	border: 1px #ccc solid;
	border-top-color: #aaa;
	border-left-color: #aaa;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
}

input.formText, textarea {	
	background-color: #fff;
	border: 1px #ccc solid;
	border-top-color: #aaa;
	border-left-color: #aaa;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.buttons {
	margin: 1em 0;
	text-align: right;
}

div.buttons2 {
	margin: 1em 0;
}

input.button2 {
	background: #FAFCFE url('/products/common/css/formButton2.gif');
	border: 1px #9BBADB outset;
	color: #3657A1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}

input.accept, input.accept_wide, input.cancel_red, input.cancel_red_wide, input.cancel_gray, input.cancel_gray_wide, button, input.download_wide, input.print_wide, input.email, input.email_wide, input.list_wide, input.arrow_right_wide {
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height: 31px !important;
	margin: 0 0.25em;
	padding: 5px 5px 5px 30px;
	text-align: left;
	width: 100px;
}

input.accept[disabled] {
	cursor: default;
	opacity: 0.5;
}

.accept_wide, .cancel_gray_wide, .cancel_red_wide, .download_wide, .print_wide, .email_wide, .list_wide, .arrow_right_wide {
	width: 200px !important;
}

input.accept, button.accept {
	background: #38a715 url('/_images/buttons/accept.png') top left no-repeat;
}

input.cancel_red, button.cancel_red {
	background: #b61a1a url('/_images/buttons/cancel_red.png') top left no-repeat;
}

input.cancel_gray, button.cancel_gray {
	background: #666 url('/_images/buttons/cancel_gray.png') top left no-repeat;
}

input.accept_wide, button.accept_wide {
	background: #38a715 url('/_images/buttons/accept_wide.png') top left no-repeat;
}

input.cancel_red_wide, button.cancel_red_wide {
	background: #b61a1a url('/_images/buttons/cancel_red_wide.png') top left no-repeat;
}

input.cancel_gray_wide, button.cancel_gray_wide {
	background: #666 url('/_images/buttons/cancel_gray_wide.png') top left no-repeat;
}

input.download_wide, button.download_wide {
	background: #304e81 url('/_images/buttons/download_wide.png') top left no-repeat;
}

input.print_wide, button.print_wide {
	background: #304e81 url('/_images/buttons/print_wide.png') top left no-repeat;
}

input.email, button.email {
	background: #304e81 url('/_images/buttons/email.png') top left no-repeat;
}

input.email_wide, button.email_wide {
	background: #304e81 url('/_images/buttons/email_wide.png') top left no-repeat;
}

input.list_wide, button.list_wide {
	background: #304e81 url('/_images/buttons/list_wide.png') top left no-repeat;
}

input.arrow_right_wide, button.arrow_right_wide {
	background: #38a715 url('/_images/buttons/arrow_right_wide.png') top left no-repeat;
}

form dl {
	background-color: #ECF2FB;
	border: 1px #D3DAF5 solid;
	border-top-color: #739CC6;
	border-width: 1px 0;
	float: left;
	margin-bottom: 2em;
	padding: 2% 1%;
	width: 98%;
}

form dt {
	clear: left;
	float: left;
	margin-bottom: 0.5em;
	width: 8em;
}

form dd {
	margin: 0 0 0.5em 9em;
}

form dt.right {
	text-align: right;
}

form dl.wide dt {
	width: 12em !important;
}

form dl.wide dd {
	margin-left: 13em !important;
}

form dl.flat dt {
	float: none;
	margin: 0 0 0.25em 0;
	width: auto;
}

form dl.flat dd {
	position: relative;
}

form div.tabcontent dl, div.tabcontent form dl {
	background: none;
	border: none;
	float: none;
	margin: auto;
	padding: 0;
	width: auto;
}

form fieldset {
	border-top-color: #739CC6;
	border-width: 1px 0 1px 0;
	margin: 0;
}

form fieldset ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form fieldset li {
	margin-bottom: 0.5em;
}

form fieldset li img.icon {
	vertical-align: middle;
}

div.tabs fieldset {
	background-color: #fff;
	border: 1px #D3DAF5 solid;
	padding: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

fieldset form dl, form fieldset dl {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

form dl fieldset {
	background-color: #fff;
	border: 1px #D3DAF5 solid;
	clear: both;
	float: none;
	margin: 1em 2em 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

fieldset div.box, dl.infogroup div.box, div.tabs div.box, #MB_content div.box {
	background-color: #fff;
	border: 1px #D3DAF5 solid;
	clear: both;
	float: none;
	margin: 1em 0;
	padding: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#MB_content div.box a {
	text-decoration: underline;
}

div.tabs div.box {
	margin: 0;
}

div.box p {
	margin-bottom: 0;
}



a.button, button.button {
	background: #f2f2f2 url('/_images/white_button_bg.png') left center repeat-x;
	border: 1px #e5e5e5 solid !important;
	color: #666;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal !important;
	height: auto !important;
	margin: 0 !important;
	padding: 5px 15px 5px 8px !important;
	position: relative;
	text-decoration: none;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	width: auto !important;
}

a.button:hover, button.button:hover {
	border-color: #ccc !important;
	color: #444;
}

a.button img, button.button img {
	height: 16px;
	margin: 0 5px 0 2px;
	position: relative;
	vertical-align: bottom !important;
	width: 16px;
}

a.button img.inlinefix, button, button img.inlinefix {
	top: -4px;
}

div.buttons a.button img, div.buttons button.button img {
	top: 1px;
}



/*a.button.accept, a.button.big, button.accept2, button.search, button.deny, button.next {*/
a.button.big {
	font-size: 1.2em;
}



a.button.accept, button.accept2, button.refresh, button.search, button.next, button.save {
	border-color: #53a54a !important;
	color: #fff;
	padding-left: 32px !important;
}

button.deny {
	border-color: #a22322 !important;
	color: #fff;
	padding-left: 32px !important;
}

a.button.accept:hover, button.accept2:hover, button.refresh:hover, button.search:hover, button.next:hover, button.save:hover {
	color: #fff;
	border-color: #3a8332 !important;
	text-decoration: underline;
}

button.deny:hover {
	color: #fff;
	border-color: #6b1110 !important;
	text-decoration: underline;
}

a.button.accept, button.accept2 {
	background: #72c868 url('/_images/button_bgs/accept.png') left center repeat-x;
}

button.refresh {
	background: #72c868 url('/_images/button_bgs/refresh.png') left center repeat-x;
}

button.search {
	background: #72c868 url('/_images/button_bgs/search.png') left center repeat-x;
}

button.deny {
	background: #c00 url('/_images/button_bgs/deny.png') left center repeat-x;
}

button.next {
	background: #72c868 url('/_images/button_bgs/next.png') right center repeat-x;
	padding-right: 32px !important;
	padding-left: 8px !important;
}

button.save {
	background: #72c868 url('/_images/button_bgs/accept.png') left center repeat-x;
}


form h5 {
	padding: 0.25em 0;
}



/***************************************
	Main Layout DIVs
 ***************************************/

div#container {
	background: url('/_images/template/contentBg.gif') top center repeat-y;
	margin: 0 auto;
	padding: 0 5px;
	width: 992px;
}

div#pageHead {
	background: #e6ecf3 url('/_images/template/pageHeadBg.jpg') top center no-repeat;
	height: 75px;
	padding: 5px 10px 10px 42px;
	position: relative;
	width: 940px;
}

div#maincontent {
	min-height: 20em;
	padding: 20px 20px 4em 20px;
	width: 952px;
}

div#pageFoot {
	background: url('/_images/template/pageFootBg.gif') top center no-repeat;
	font-size: 0.9em;
	margin: 0 auto;
	padding: 0 5px 2em 5px;
	width: 992px;
}

div#popupcontent {
	padding: 2em;
}



/***************************************
	Page Head
 ***************************************/

h1#cplogo {
	float: left;
	margin-top: 10px;
}

h1#cplogo a {
	background: url('/products/common/images/template/mast_logo.gif') center center no-repeat;
	display: block;
	height: 56px;
	width: 138px;
}

h1 span {
	display: none;
}

div#topnav {
	text-align: right;
}

div#productnav {
	margin: 30px 0 0 225px;
}

div#churchlogo {
	position: absolute;
	right: 0;
	top: 0;
}

div#churchlogo h2 {
	color: #369;
	font-size: 2em;
	padding: 45px 1em 0 0;
}



/***************************************
	Navigation
 ***************************************/
 
div#nav {
	background-color: #304e81;
	font-size: 0.9em;
	height: 33px;
	width: 100%;
}

div#nav ul {
	float: left;
	height: 25px;
	list-style-type: none;
	margin: 0;
	padding: 8px 0 0 0;
}

div#nav ul li {
	background-color: #949C08;
	border: 1px #bec40b solid;
	border-width: 1px 1px 0 0;
	float: left;
	height: 19px;
	margin: 0;
	margin: 5px 3px 0 0;
}

div#nav ul li.current {
	background-color: #739cc6;
	border: 1px #c2bfff solid;
	border-bottom: 0;
	padding-bottom: 6px;
	margin-top: 0;
}

div#nav li#myAssignments {
	background-color: #739cc6;
	border-color: #c2bfff;
}



/***************************************
	Left Nav
 ***************************************/

div#leftnav {
	float: left;
	width: 225px;
}

div#leftnav ul {
	border-top: 1px #739CC6 solid;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#leftnav ul a {
	text-decoration: none;
}

div#leftnav li {
	border-bottom: 1px #CCD3ED solid;
	padding: 0.5em 0.25em;
}

div#leftnav li.current {
	font-weight: bold;
}

div#leftnavcontent {
	margin-left: 245px;
}



/***************************************
	People Search
 ***************************************/
 
div#search {
	float: right;
	height: 28px;
	margin-right: 7px;
	padding-top: 5px;
	position: relative;
}

div#search a {
	color: #c6d8ee;
}

div#search a:hover {
	color: #fdff88;
}

div#search input.formText {
	font-size: 1.1em;
}

div#searchError {
	height: 56px;
	left: 0px;
	position: absolute;
	top: 26px;
	width: 236px;
}

div#searchError div div {
	background: url('/_images/template/searchErrorBg.png') top left no-repeat;
	color: #fff;
	font-size: 1.1em;
	height: 30px;
	padding: 26px 0 0 13px;
	width: 233px;
}

div#searchHelp {
	right: 0px;
	position: absolute;
	top: 22px;
}

div#searchHelp div div {
	background: url('/_images/template/searchHelpBg.png') top center no-repeat;
	height: 104px;
	padding: 18px;
	width: 179px;
	color: #333;
	font-size: 10px;
}

div#searchHelp p {
	margin-bottom: 0.5em;
}

div#searchHelp h6 {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 26px;
}



/***************************************
	Subnav Toolbar
 ***************************************/
 
div#subnav {
	background-color: #739cc6;
	border-top: 1px #c2bfff solid;
	border-bottom: 1px #2d5187 solid;
	color: #fff;
	font-size: 0.9em;
	height: 21px;
	padding: 5px 0 0 9px;
	width: 983px;
}

div#subnav a, div#subsubnav a {
	color: #fff;
}

div#subnav a:hover, div#subsubnav a:hover {
	color: #fdff88;
}

div#subnav a.current, div#subsubnav a.current {
	color: #fdff88;
	font-weight: bold;
}

div#subsubnav {
	background: #96B5D3;
	border-bottom: 1px #2d5187 solid;
	color: #fff;
	font-size: 0.9em;
	line-height: 1.8em;
	min-height: 13px;
	padding: 5px 0 5px 9px;
}

div#subsubnav a {
	white-space: nowrap;
}



/***************************************
	Page Foot
 ***************************************/

div#topfootbar {
	height: 25px;
	padding-top: 8px;
	text-align: center;
}

div#topfootbar input.formText {
	font-size: 0.9em;
}

div#bottomfootbar {
	padding: 8px 12px 0 12px;
	height: 28px;
}

div#copyright {
	margin: 2em 1em 0 20px;
	font-size: 0.8em;
}

div#copyright img {
	margin-right: 1em;
	vertical-align: middle;
}

div#social {
	float: right;
	margin: 1.6em 1em 0 0;
}

a#fb {
	background: url('/_images/bigicons/facebook.png') top left no-repeat;
	height: 19px;
	margin-right: 30px;
	padding: 5px 0 5px 30px;
}

a#twitter {
	background: url('/_images/bigicons/twitter2.png') top left no-repeat;
	height: 19px;
	padding: 5px 0 5px 30px;
}

div#social a {
	text-decoration: none;
}

div#social a:hover {
	text-decoration: underline;
}



/***************************************
	Icon Styles/Legend
 ***************************************/

img.tutorialicon {
	height: 24px;
	width: 24px;
}



/***************************************
	Lightbox Styles
 ***************************************/

body.popup {
	background-color: #fff;
}

body.popup fieldset {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

body.popup div#closeWindowLink {
	background-color: #ECF2FB;
	border-bottom: 1px #D3DAF5 solid;
	padding: 0.5em;
	text-align: right;
}

body.popup div#closeWindowLink a {
	background: url(/_images/icons/application_close.png) left center no-repeat;
	padding: 3px 0 3px 21px;
}



/***************************************
	Autocomplete
 ***************************************/
 
div.autocomplete {
	left: 0;
	position: absolute;
	text-align: left !important;
	top: 1em;
	z-index: 2000;
}

div.autocomplete ul {
	background-color: #FEFFD1;
	border: 1px #CDD140 solid;
	border-bottom: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 100;
}

div.autocomplete li {
	border-bottom: 1px #CDD140 solid;
	color: #61623B;
	cursor: pointer;
	font-size: 1.1em;
	margin: 0;
	padding: 0.5em;
}

div.autocomplete li:hover {
	background-color: #ECF2FB;
	color: #369;
	text-decoration: underline;
}

div.autocomplete li.noevent {
	color: #797E54 !important;
	font-style: italic;
}

div.autocomplete li.noevent:hover {
	background-color: #EAF0A3 !important;
	cursor: default;
	text-decoration: none;
}



/***************************************
	Validation
 ***************************************/

div.error {
	clear: none;
	display: block;
	position: relative;
}

div.error div {
	clear: none;
	float: left;
	position: relative;
}

div.error div.content {
	background: url('/_images/template/errorContentBg.png') center left repeat-x;
	color: #fff;
	height: 29px;
	padding: 15px 9px 0 0;
	white-space: nowrap;
}

div.error p {
	left: -7px;
	margin: 0;
	position: relative;
}

div.error div.leftcap {
	background: url('/_images/template/errorLeftCapBg.png') center left no-repeat;
	height: 44px;
	width: 22px;
}

div.error div.rightcap {
	background: url('/_images/template/errorRightCapBg.png') center right no-repeat;
	height: 44px;
	width: 15px;
}

img.compat_mode {
	float: right;
	height: 61px;
	margin-left: 2em;
	width: 131px;
}



/********************************************
	Form Success
 ********************************************/
 
div.success {
	background: #E2FBDE url('/_images/template/checkmarkBg.gif') 97.5% center no-repeat;
	border: 1px #C3D9C0 solid;
	color: #537A4D;
	font-size: 1.4em;
	margin-bottom: 1em;
	padding: 1em 200px 1em 1em;
}

div.success a {
	color: #537A4D;
}

div.success a:hover {
	color: #49993D;
}

.success {
	color: #090;
}

body.popup div.success {
	height: 166px;
}

body.popup div.autoheight {
	height: auto !important
}


/********************************************
	Error/Alert
 ********************************************/
 
div.alert, div.errorAlert {
	background: #FFE6EE url('/_images/template/errorBg.png') 97.5% center no-repeat;
	border: 1px #FF80A8 solid;
	color: #D52C1C;
	margin-bottom: 1em !important;
	padding: 2em;
	padding-right: 200px;
}

div.alert a, div.errorAlert a {
	color: #D52C1C;
}

div.alert a:hover, div.errorAlert a:hover {
	color: #EA5662;
}

div.alert .inactive, div.errorAlert .inactive {
	color: #FFB3CB;
}

div.errorAlert {
	font-size: 1.4em;
}

span.alert, dd.alert {
	color: #D52C1C
}

div.largeError {
	background: #fff url('/_images/template/errorBg.png') left center no-repeat;
	color: #e10c50;
	font-size: 2em;
	padding: 3em 3em 3em 200px;
}

/***************************************
	Announcement Box
 ***************************************/

div.announce {
	background-color: #FEFFD1;
	border: 1px #CDD140 solid;
	color: #61623B;
	margin-bottom: 1em;
	margin-bottom: 1em;
	padding: 2em;
}

div.announce a {
	color: #61623B;
	text-decoration: none;
}

div.announce a:hover {
	color: #93952E;
}

div.announce ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0.5em;
}

div.announce li {
	margin-bottom: 0.5em;
}

div.announce div.buttons {
	float: right;
	margin: 0 0 0 2em;
	padding: 0;
}

div.announce div.buttons a {
	color: #353620;
	text-decoration: underline;
}

div.smallAnnounce {
	background-color: #FEFFD1;
	border: 1px #CDD140 solid;
	color: #61623B;
	font-size: 1em;
	margin: 0.5em 0;
	padding: 0.5em;
}



/********************************************
	Tabs
 ********************************************/
 
div.tabs {
	position: relative;
}

ul.tabs {
	height: 2.4em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

li.tab {
	background-color: #fff;
	border: 1px #D3DAF5 solid;
	border-top-width: 3px;
	color: #369;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	padding: 0px 12px;
	position: relative;
	top: 5px;
}

li.tab a {
	color: #369;
	text-decoration: none;
}

li.tab.closable {
	padding-right: 10px;
}

li.tab a.uiClose img {
	height: 14px;
	margin-left: 5px;
	opacity: 0.5;
	position: relative;
	top: 2px;
	width: 14px;
}

li.tab img.uiClose:hover {
	opacity: 1.0;
}

li.tab:hover {
	border-top-color: #369;
	color: #304E81;
}

li.tab:hover a {
	color: #304E81;
}

ul.tabs li.current {
	background-color: #ECF2FB;
	border-bottom-color: #ECF2FB;
	border-top-color: #369;
}

div.tabbody {
	background-color: #ECF2FB;
	border: 1px #D3DAF5 solid;
	padding: 1em;
	z-index: 10;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
}

div.tabbody > div {
	position: relative;
}

div.tabcontent {
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}



/***************************************
	Data Grid
 ***************************************/
 
table.gridDataTable {
	border: 1px #D3DAF5 solid;
	border-collapse: collapse;
	width: 100%;
}

table.gridDataTable caption {
	text-align: left;
	padding: 0.25em;
}

table.gridDataTable caption a {
	font-size: 0.8em;
	text-decoration: none;
}

table.gridDataTable td, table.gridDataTable th {
	padding: 0.45em;
}

table.gridDataTable th {
	background-color: #739CC6;
	color: #fff;
	text-align: left;
}

table.gridDataTable th a {
	color: #fff;
}

table.gridDataTable th a:hover {
	color: #FDFF88;
}

table.gridDataTable td {
	border-bottom: 1px #D3DAF5 solid;
	vertical-align: top;
}

table.gridDataTable tr.roweven td {
	background-color: #E6EEF9;
}

table.gridDataTable tr.rowodd td {
	background-color: #F8FAFC;
}

table.gridDataTable tr.empty td {
	background-color: #F8FAFC;
	color: #739CC6 !important;
	font-style: italic;
}

table.gridDataTable tr.top td {
	border-bottom: none;
}

table.gridDataTable tr.bottom td {
	padding-top: 0;
}

td.toolsLabel a {
	text-decoration: none;
}

div.tabcontent table.gridDataTable tr.roweven td {
	background-color: #E3ECF5;
}

table.gridDataTable td.toolsLabel {
	text-align: right;
}

table.gridDataTable td.toolsLabel li {
	margin-bottom: 0.35em;
	text-align: left;
}

table.gridDataTable tr.clickable {
	cursor: pointer;
}

table.gridDataTable tr.clickable:hover td {
	background-color: #EFF1B2;
}

.quantityLabel {
	text-align: center !important;
}



/***************************************
	List Table
 ***************************************/
 
table {
	background-color: transparent;
	border-collapse: collapse;
}

table caption {
	text-align: left;
	padding: 0.25em;
}

table caption a {
	font-size: 0.8em;
	text-decoration: none;
}

table td, table th {
	padding: 0.25em;
}

table th {
	border-bottom: 1px #739CC6 solid;
	text-align: left;
}

table td {
	vertical-align: top;
}



/***************************************
	Misc Layout Styles
 ***************************************/

.last {
	margin-right: 0 !important;
}

.lastbottom {
	margin-bottom: 0 !important;
}



ul.col3 li {
	float: left;
	width: 32%;
}

ul.col4 li {
	float: left;
	width: 24%;
}

div.box {
	background-color: #ECF2FB;
	border: 1px #D3DAF5 solid;
	padding: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.box a {
	text-decoration: none;
}

div.box h6 {
	border-bottom: 1px #739CC6 solid;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

table div.box {
	background-color: #fff;
	padding: 0.5em;
}

sup.swVersion {
	color: #a82528 !important;
	font-size: 0.5em;
}



h5.borderBottom {
	border-bottom: 1px #739CC6 solid;
	margin-bottom: 0.25em;
}



/***************************************
	Misc Display Styles
 ***************************************/
 
.nodata {
	border: none !important;
	color: #ccc;
	font-size: 3em;
	padding: 2em 0 3em 0;
	text-align: center;
}



.moduleList strong {
	background-color: #ECF2FB;
	border: 1px #D3DAF5 solid;
	color: #D3DAF5;
	padding: 0.25em 0.35em;
}

.moduleList strong.active {
	background-color: #739CC6;
	border: 1px #304E81 solid;
	color: #fff;
}



p.instruct, div.instruct {
	background: #FFFFE8 url(/_images/icons/help.png) 10px 10px no-repeat;
	border: 1px #E0E2A5 solid;
	color: #707052;
	margin: 2em 0;
	padding: 10px 10px 10px 31px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



/***************************************
	Loading Screen
 ***************************************/
 
div#loading {
	background-color: #fff;
	filter: alpha(opacity=70); 
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

div#loading div img {
	left: 48%;
	position: absolute;
	top: 45%;
}



/***************************************
	Info Groups
 ***************************************/
 
form dl.infogroup, form div.subgroup dl {
	background: transparent;
	border: none;
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
}
 
dl.infogroup, div.infogroup {
	margin-bottom: 1.5em !important;
}

dl.infogroup > dt {
	background-color: #CEDDEE;
	border-bottom: 1px #91B2D3 solid;
	float: none;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.35em;
	margin-bottom: 0;
	width: auto;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}

form > dl.infogroup > dt {
	background-color: #739CC6;
	color: #fff;
}

form > dl.infogroup > dd {
	background-color: #ECF2FB;
	border-color: #D3DAF5;
}

dl.infogroup > dd, div.infogroup div.subgroup, div.subgroup {
	background-color: #F7F9FC;
	border: 1px #CEDDEE solid;
	border-top: none;
	margin: 0 !important;
	padding: 0.5em;
	position: relative;
}

dl.infogroup h6 {
	background: transparent !important;
	border-bottom: 1px #739CC6 solid !important;
	color: #369 !important;
	font-size: 1.1em !important;
	margin: 1em 0 0.5em 0 !important;
	padding: 0 !important;
	-webkit-border-radius: none !important;
}

dl.infogroup > dt > a {
	color: #336699;
	float: right;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
}

dl.infogroup > dt > a:hover {
	color: #739CC6;
}

div.tabbody div.half dl.infogroup fieldset {
	margin-right: 0 !important;
}

dl.infogroup dd dl {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}



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

.infogroup li {
	line-height: 1.4em;
	margin-bottom: 0.5em;
}



/***************************************
	Help Videos
 ***************************************/

a.helpVideo {
	float: right;
}

div#helpVideo {
	position: fixed;
	z-index: 500;
}

div#helpVideo > div{
	background-color: #fff;
	border: 5px #336699 solid;
	height: 549px;
	padding: 15px;
	width: 807px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: 0px 0px 15px #666;
	-webkit-box-shadow: 0px 0px 15px #666;
}

div#helpVideo a.close {
	height: 30px;
	right: 0px;
	position: absolute;
	top: 0px;
	width: 30px;
	z-index: 505;
}



/***************************************
	Statuses 
 ***************************************/

.pending {
	color: #D25D1F;
}

.error {
	color: #D52C1C;
}

.positive {
	background: url(/_images/icons/tick.png) left center no-repeat;
	color: #090;
	height: 16px;
	padding-left: 21px;
}

.negative {
	background: url(/_images/icons/cross.png) left center no-repeat;
	color: #D52C1C;
	height: 16px;
	padding-left: 21px;
}




/***************************************
	Images
 ***************************************/
 
div.profileImage {
	background-color: #fff;
	border: 1px #D3DAF5 solid;
	padding: 10px;
}



/***************************************
	Side Menu
 ***************************************/

div.sideMenu {
	float: left;
	width: 25%;
}

div.sideMenu h5 {
	border-bottom: 1px #739CC6 solid;
	font-size: 1.4em;
	padding-bottom: 0.25em;
}

div.sideMenu li {
	border-bottom: 1px #D3DAF5 solid;
	padding: 0.5em 0 0.5em 21px;
}

div.sideMenu li.current {
	font-weight: bold;
}

div.sideMenu a {
	text-decoration: none;
}

div.sideMenu a:hover {
	text-decoration: underline;
}

div.menuContent {
	margin-left: 27%;
}



/***************************************
	Billing Account Warning
 ***************************************/
 
div#billing-account-warning {
	background: #FEFFD1 url(/_images/icons/error.png) 7px 5px no-repeat;
	color: #61623B;
	line-height: 1.4em;
	padding: 7px 7px 7px 30px;
}

div#billing-account-warning a {
	color: #61623B;
}



/***************************************
	Arrows
 ***************************************/
 
img.wide-arrow {
	height: 16px;
	width: 32px;
}



div.checkbox-arrow {
	background-color: #FEFFD1;
	border: 1px #CDD140 solid;
	border-bottom: 0;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	clear: both;
	float: left;
	padding: 2px 20px 5px 7px;
}

div.checkbox-arrow img.table-checkbox {
	position: relative;
	top: 3px;
}
