/* CSS Document */

body {
	width: 100%;
	
}

BODY, TH, TD {
	font-family: "Segoe UI", "Segoe Media Center", "Luxi Sans", Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;	
}

/*BUTTON, INPUT, SELECT, TEXTAREA, INPUT.dashed, SELECT.dashed, TEXTAREA.dashed {
	background-repeat: repeat-x;
	background-position: top left;
	font-family: "Segoe UI", "Segoe Media Center", "Luxi Sans", Tahoma, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	margin-left: 5px;
	margin-top: 5px;
}	*/

form {
	margin: 0px;
	display: inline;
}

A {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

A.largeBoldLink {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

A.largerLink {
	font-size: 13px;
}

A:hover {
	text-decoration: none;
}

A.main_link {
	font-size: 14px;
	font-weight: bold;
}

A.buy_link {
	text-decoration: none; 
}

A.buy_link:hover {
	text-decoration: underline; 
}

.topBanner {
	width: 100%;
	/*height: 105px;*/
	height: 100px;
}

.topBannerLoggedIn {
	width: 100%;
	height: 110px;
}

.topBannerLogo {
	float: left;
	height: 100%;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, Arial, helvetica, sans-serif;
	height: 100%;
}

.topBannerLogin {
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

.topBannerLoginUser {
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	height: 75px;
}

.topBannerLoginUserLoggedIn {
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	height: 100%;
}

.topBannerLinks {
	/*display:block;*/
	float: right;
	text-align: right;
	clear: right;
	width: 230px;
	padding-right: 5px;
}

.topBannerLinks a {
	text-decoration: none;
}

.topNav {
	height: 23px;
	padding-left: 5px;
	padding-right: 5px;
	background-repeat: repeat-x;
	background-position: top left;
	clear: both;
}

.topNavLeft {
	text-align: left;
	float: left;
}

.topNavRight {
	text-align: right;
	float: right;
}

.topLocation {
	height: 25px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	line-height:2.5em;
	clear: both;
}

.topLocation a {
	text-decoration: none;
	font-size: 10px;
}

.topLocationLeft {
	text-align: left;
	float: left;
	height: 25px;
	
}

.topLocationRight {
	text-align: right;
	float: right;
	padding-top: 2px;
}

.topWelcomeBanner {
	background-color: transparent;
	background-image: url('/images/banner.jpg');
	background-repeat: no-repeat;
	background-position:  left top;
	font-size: 19px;
	font-weight: bold;
	text-align: left; 
	vertical-align: middle;
	padding-left:10px;
	padding-right:0px;
	padding-top:15px;
	padding-bottom:15px;
}

.main {
	/*padding: 5px;*/
	/*padding-left: 7%;
	padding-right: 7%;*/
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bottomInfo {
	clear: both;
	width: 100%;
	height: 40px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

img {
	border: 0px;
}

.textBold {
	font-weight: bold;
}

.textCenter {
	text-align: center;
}

.textWarning {
	font-weight: bold;
	color: #FF0000;
}

.userAvatar {
	width: 75px;
	/*height: 90px;*/
	float: left;
	margin-right: 10px;
	padding-bottom: 10px;
}

.userAvatarImage {
	height: 75px;
	text-align: center;
}

.userAvatarText, .userAvatarText a{
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

TABLE {
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 10px;
}

table.tableList {
	border-width: 1px;
	border-style: solid;
	border-spacing: 0px;
}

table.tableList th {
	font-weight: bold;
}

table.tableList td, table.tableList th {
	text-align: center;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}

/*table.tableList*/
.noContent {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

.noBorderLeftBottomRight {
	border-bottom: hidden;
	border-right: hidden;
	border-left: hidden;
}

table.mainTable {
	
}

th.mainTitle {
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	padding-top: 4px;	
	text-align: center;
	vertical-align: text-top;		
	width: 100%;
}

th.leftTitle {
	width: 16px;
	background-repeat: no-repeat;
	background-position: top left;
	height: 25px;
}

th.rightTitle {
	background-repeat: no-repeat;
	background-position: top right;
	height: 25px;
	width: 16px;
}

td.mainContent {
	padding: 5px 15px 15px 15px;
	font-size: 13px;
}

td.smallText {
	font-size:10px;
}

div.tableTopLeft {
}

div.tableTopRight {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: text-top;
	padding-top: 4px;
}

div.tableTopMiddle {
	height: 25px;
}

div.tableMainContent {
	padding: 5px 15px 15px 15px;
	font-size: 13px;
}

div.clear {
	clear: both;
}

div.clearLeft {
	clear: left;
}

div.clearRight {
	clear: right;
}

span.websiteStyleText {
	font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
}

.buttonPointer {
	cursor: pointer;
}

BUTTON, INPUT, SELECT, TEXTAREA, INPUT.dashed, SELECT.dashed, TEXTAREA.dashed {
	background-repeat: repeat-x;
	background-position: top left;
	font-family: "Segoe UI", "Segoe Media Center", "Luxi Sans", Tahoma, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	/*margin-left: 5px;*/
	/*margin-top: 5px;*/
}

.inputQuestion {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 200px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-weight: bold;
}

.inputAnswer {
	margin:5px 0 0 2px;
	display: block;
	float:left;
	margin-bottom: 10px;
	width: 300px;
}

.inputQuestionSub {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 200px; 
	padding: 0;
	padding-left: 75px;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-weight: bold;
}

.inputAnswerSub {
	margin:5px 0 0 2px;
	padding: 0;
	display: block;
	float:left;
	margin-bottom: 10px;
	width: 300px;
}

.inputQuestionLandingPage {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 110px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-weight: bold;
	font-size: 11px;
}

.inputAnswerLandingPage {
	margin:5px 0 0 10px;
	display: block;
	float:left;
	margin-bottom: 10px;
	width: 150px;
}

textarea.dashed {

}

input.dashed {

}

select.dashed {

}

textarea.dashedLandingPage {
	width: 150px;
}

input.dashedLandingPage {
	width: 150px;
}

select.dashedLandingPage {
	width: 150px;
}

/*br {
	clear: left;
}*/

.errorMessage {
	font-size: medium;
	font-weight: bold;
	background-color: #CCCCCC;
	border: dashed;
	border-width: 2px;
	border-color: #FF0000;
	text-align: center;
	width: 95%;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}

.buttonCenter {
	width: 100%;
	text-align: center;
}

ul#userMenu {
  margin: 0;
  border: 0 none;
  padding-left: 5px;
}

ul#userMenu li {
	padding: 1px;
}

ul#userMenu ul li {
	margin-left: -30px;
}

.expandableOption {
	width: 93%;
	margin-left: auto;
	margin-right: auto;
	border: 1px dashed #000000;
	background-color: #CCCCCC;
	padding: 5px;
	margin-bottom: 5px;
}

div.dotted {
	border: 1px dashed #000000;
	background-color: #CCCCCC;
	padding: 5px;
	margin-bottom: 5px;
}

div.hiddenDiv {
	display: none;
	visibility: hidden;
}