/* CSS Document */

/*
 *
 * Core style information
 *
 */
html, body {
	font: normal 0.80em "Verdana", "Arial", "Helvetica", "sans-serif";
	margin: 0;
}

body {
	background-color: #fff;
	color: #06205B;
	margin-bottom: 30px;
}

a {
	color: #EC2226;
	text-decoration: underline;
}

a img {
	border: 0;
}

b {
	font-size: 1.1em;
}

p {
	margin: 0 0 1em 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font: normal 1em "Verdana", "Arial", "Helvetica", "sans-serif";
	margin: 0;
}

h1, h2, h3 {
	color: #EC2226;
	font-size: 2.3em;
	margin: 0.2em 0 0.2em;
	padding: 0;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
}

h4, h5 {
	color: #EC2226;
	font-size: 1em;
	margin: 0 0 3px 0;
	text-transform: uppercase;
	font-weight: bold;
}

div.inlineBox-large ul {
	margin-left: 25px;
	list-style-image: url(/_images/bullet.gif)
}

div.inlineBox-large ul li {
	margin: 0 0 20px 0;
}

iframe.solverFrame {
	width: 420px;
	height: 400px;
	border: 0px;
	padding: 3px;
}



/*custom classes*/
@media print {
	.screen { display: none; }
	.print  { display: block; }
}

.smallText {
	font: normal 0.9em "Arial", "Helvetica", "sans-serif";
	color: #425c97;
}

.error, .red {
	color: #f00;
}

.success, .green {
	color: #0f0;
}

input.smallest, textarea.smallest {
	width: 47px;
}

input.small, textarea.small {
	width: 90px;
}

input.medium, textarea.medium {
	width: 210px;
}

input.large, textarea.large {
	width: 350px;
}

a.nextButton {
	font: 11pt Arial, Helvetica;
	font-weight: bold;
	margin-right: 5px;
	text-decoration: none;
	background-image: url("/_images/bullet2.gif");
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 2px 6px;
}

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

img.guideImage {
	border: 1px solid #000;
}
/*custom classes*/



/*body, navigation & stuff*/
div#body-shell {
	margin: 0px auto;
	padding: 10px 0;
	text-align: left;
	border: 1px solid #fff;
	background-color: #fff;
	width: 775px;
}
/*body, navigation & stuff*/



/*top navigation & stuff*/
div#logo {
	float: left;
}

div#member-zone {
	width: 370px;
	float: right;
	font-size: 100%;
	padding: 10px 0;
}

div#member-zone a {
	font-size: 100%;
}

div#member-zone b {
	color: #EC2226;
	font-size: 110%;
}

div#member-zone .txt-input {
	width: 105px;
	font-size: 90%;
	margin: 4px 2px;
}
div#member-zone .txt-loggedin-header {
	float: left;
	clear: both;
	width: 125px;
	font-weight: bold;
	color: #992274;
	margin: 2px 0;
}
div#member-zone .txt-loggedin-info {
	float: left;
	font-weight: normal;
	margin: 2px 0;
}
div#member-zone input#submit {
	width: 0px;
	height: 0px;
}
div#member-zone div#language {
	float: left;
	display: block;
	clear: both;
	margin-top: 7px;
}



div#topLinks {
	clear: both;
	margin: 10px 0 0 0;
	height: 30px;
}

div#memberLinks {
	clear: both;
	margin: 10px 0 0 0;
	height: 30px;
}
	div#memberLinks div.topnav-left   {
		width: 128px;
	}
	
	div#memberLinks div.topnav-middle {
		width: 132px;
	}
	
	div#memberLinks div.topnav-right  {
		width: 109px;
	}


div.topnav-left, div.topnav-middle, div.topnav-right {
	float: left;
	height: 31px
}

div.topnav-left   {
	width: 104px;
	background: url(/_images/topnav-left.gif) no-repeat 0px -40px;
}

div.topnav-middle {
	width: 138px;
	background: url(/_images/topnav-middle.gif) no-repeat 0px -40px;
}

div.topnav-right  {
	width: 109px;
	background: url(/_images/topnav-right.gif) no-repeat right -40px;
}

div.topnav-left A, div.topnav-middle A, div.topnav-right A {
	display: block;
	padding: 0px;
	margin: 0px;
	font: bold 12px/1 Arial, sans-serif;
	overflow: hidden;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none
}

div.topnav-left a { background: url(/_images/topnav-left.gif) no-repeat left top; border-right: 1px solid #000; }
div.topnav-middle a { background: url(/_images/topnav-middle.gif) no-repeat left top; border-left: 1px solid #000; border-right: 1px solid #000; }
div.topnav-right a { background: url(/_images/topnav-right.gif) no-repeat right top; border-left: 1px solid #000; }

div.topnav-left A:hover  , div.topnav-left-ON A   { background-image: none; border-right: 1px solid #fff; }
div.topnav-middle A:hover, div.topnav-middle-ON A { background-image: none; border-left: 1px solid #fff; border-right: 1px solid #fff; }
div.topnav-right A:hover , div.topnav-right-ON A  { background-image: none; border-left: 1px solid #fff; }

div.topnav-left span, div.topnav-middle span, div.topnav-right span {
	display: block;
	margin: 0px;
	padding: 10px 0 0 0;
	text-align: center;
}
/*top navigation & stuff*/

/*content*/
div#content-shell {
	clear: both;
	margin-top: 15px;
	min-height: 375px;
	_height: 375px;
}

div#content-top, div#content-bottom {
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
	height: 11px;
	clear: both;
}
div#content-top    { background-image: url(/_images/content_frame_top.gif); }
div#content-bottom { background-image: url(/_images/content_frame_bottom.gif); }

div#content-middle {
	float: left;
	background-image: url(/_images/content_frame_middle.gif);
	background-position: top left;
	background-repeat: repeat-y;
	width: 100%;
	padding: 0 10px;
	min-height: 350px;
	_height: 350px;
}
/*content*/

/*footer*/
div#footer-shell {
	margin: 0px auto;
	padding: 10px 15px 5px 20px;
	text-align: left;
	color: #000;
	font-size: 9px;
}

div#footer-shell a {
	color: #000;
	font-size: 9px;
	text-decoration: none;
	padding-left: 16px;
}

div#footer-shell div#links {
	float: left;
	padding-top: 7px;
}
div#footer-shell div#download {
	float: right;
}
/*footer*/

/*inline boxes*/
div.subNavigation {
	float: right;
	width: 282px;
	margin: 20px 7px 0 0;
}

div.subNavigation A {
	line-height: 20px;
}

div.inlineContent-large {
	float: left;
	width: 417px;
	padding: 10px;
	margin-right: 7px;
}

div.inlineContent-fullWidth {
	padding: 10px;
	margin-right: 30px;
}
/*inline boxes*/

/*inline box - small*/
div.inlineBox-small {
	float: left;
	width: 215px;
	background-color: #d8eff6;
	margin-right: 7px;
}

.inlineBox-small-top {
	background: url(/_images/inlineBox_small_top.gif) no-repeat left top;
	height: 10px;
	font-size: 1px;
}

.inlineBox-small-middle {
	padding: 10px;
	min-height: 180px;
	_height: 180px;
}

.inlineBox-small-bottom {
	background: url(/_images/inlineBox_small_bottom.gif) no-repeat left top;
	height: 10px;
	font-size: 1px;
}
/*inline box - small*/

/*inline box - large*/
div.inlineBox-large {
	float: left;
	width: 310px;
	background-color: #d8eff6;
	margin-right: 7px;
}

div.inlineBox-large-top {
	background: url(/_images/inlineBox_large_top.gif) no-repeat left top;
	height: 10px;
	font-size: 1px;
}

div.inlineBox-large-middle {
	padding: 10px;
	min-height: 180px;
	_height: 180px;
}

div.inlineBox-large-bottom {
	background: url(/_images/inlineBox_large_bottom.gif) no-repeat left top;
	height: 10px;
	font-size: 1px;
}
/*inline box - large*/




/*sms/text inputs*/
input.sms-number {
	width: 145px;
}
input.sms-zigname {
	width: 145px;
}
textarea.sms-message {
	width: 300px;
	height: 100px;
}
input.sms-submit {
	width: 150px;
}
/*sms/text inputs*/


/*profile inputs*/
div#profile-view-account {
	margin-top: 10px;
	clear: left;
	float: left;
}
	div#profile-view-account div#info {
		clear: both;
		float: left;
	}
	div#profile-view-account p {
		padding-left: 10px;
	}
	div#profile-view-account h4 {
		margin-top: 10px;
		clear: both;
	}
	div#profile-view-account div#item {
		padding-left: 10px;
		clear: both;
		float: left;
	}
	div#profile-view-account div#edit {
		clear: left;
		float: right;
	}

div#profile-view-profile {
	margin-top: 10px;
	clear: both;
}
	div#profile-view-profile p {
		padding-left: 10px;
	}
	div#profile-view-profile div#thumbnail {
		float: right;
		clear: right;
		text-align: center;
		padding: 2px;
	}
		div#profile-view-profile div#thumbnail img {
			margin-top: 5px;
			padding: 5px 20px;
			border: 1px solid #992274;
		}
	div#profile-view-profile div#edit {
		clear: left;
		float: right;
	}
	div#profile-view-profile div#info {
		clear: left;
		float: left;
	}

input.profile-edit {
	width: 330px;
}
textarea.profile-edit {
	width: 400px;
	height: 72px;
}
input.profile-submit {
	width: 150px;
}
input.profile-cancel {
	width: 80px;
}
/*profile inputs*/

