/* *************************************************************************
CSS TOC
=HTML SELECTORS
=LAYOUT
=NAVIGATION
=SECTION SPECIFIC
************************************************************************* */
/* =PAGE CONTENT */
@import url("content.css");
/* *************************************************************************
=HTML SELECTORS
************************************************************************* */
* {
}	
html {
}	
body {
	background:#ddd;
	color:#434343;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	height:100%;
	margin:0;
	padding:0;
}

/* ----- HEADINGS ----- */
h1 {
	color:  #FF6600; 
	display: block;
	font-size: .9em;
	font-weight: bold;
	letter-spacing:.05em;
	margin: 5px 0;
	padding: 0;
	text-transform: uppercase; 
}

h1.account, h1.register, h1.accountContract, h1.registerContract{
	background:#fff;
	color:#4e4989;
	font-size:1.9em;
	font-weight:normal;
	height:28px;
	letter-spacing:normal;
	margin:0 0 0 0;
	padding:8px 0 0 15px;
	text-transform:capitalize;
}

h1.account{
	background:#fff url(/includes/images/homepages/shared/login.h1.account.bkg.gif) no-repeat 0 0;
	width:181px;
}
h1.register {
	background:#fff url(/includes/images/homepages/shared/login.h1.register.bkg.gif) no-repeat 0 0 ;
	width:184px;
}

h1.accountContract{
	background:#fff url(/includes/images/homepages/shared/login.h1.account.con.bkg.gif) no-repeat 0 0;
	width:181px;
}
h1.registerContract {
	background:#fff url(/includes/images/homepages/shared/login.h1.register.con.bkg.gif) no-repeat 0 0 ;
	width:184px;
}
h2 {
	color: #FF6600;
	font-size: 1.3em;
	font-weight:normal;
	/*letter-spacing:.05em;*/
	margin:0;
	padding:0 0 8px 0;
}
h2 a{
	font-size:.8em;
	font-weight:bold;
}
h2.accountH2, h2.registerH2, h2.accountContractH2{
	color:#fff;
  font-size:1.3em;
	height:13px;
	letter-spacing:normal;
	margin:0 0 7px 0;
	padding:14px 0 0 15px;
}
h2.accountH2{ 
	background:#dce1e4 url(/includes/images/homepages/shared/login.h2.account.bkg.gif) no-repeat 0 0;
	margin-left:0;
	padding-left:17px;
	width:178px;
}
h2.accountContractH2{
	background:#f4f4f4 url(/includes/images/homepages/shared/login.h2.account.bkg.gif) no-repeat 1px 0;
	margin-left:-1px;
	padding-left:17px;
	width:178px;
}
h2.registerH2{ 
	background:transparent url(/includes/images/homepages/shared/login.h2.register.bkg.gif) no-repeat top left;
	padding:14px 0 0 12px;
	width:185px;
}
h3 {
	color:  #FF6600;
	font-size: 1em;
	font-weight: bold;
	margin:0;
	padding:0 0 8px 0;
}
h4 a, h4 a:visited, h4 a:hover{
	color:#2f2f2f;
}
h4 {
	color:#2f2f2f;
	font-size: 1.1em;
	font-weight: normal;
	margin:0;
	padding:0 0 8px 0;
}
h5 { color:  #FF6600; /* for names following titles */
}
h6 { color:  #FF6600; /* for titles */
}


/* ----- PARAGRAPHS ----- */
p {
	font-size:0.9em;
	line-height:1.35em;
	margin:0;
	padding:0; 
}	
/* ----- QUOTES ----- */
blockquote {
}
cite {
}
/* ----- CODE ----- */
pre {
}
code {
}
/* ----- LISTS ----- */
li {
	margin:0;
	padding:0;
}
ol {
	list-style:decimal;
	margin-top: 3px;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}
ol li {
	background:none;
	color:#727272;
	font-size:.9em;
	padding:0 0 3px 0;
}
ul li {
	background:url(/includes/images/common/right.arrow.li.gif) no-repeat 0 4px;
	font-size:.9em;
	list-style:none;
	margin:0;
	padding:0px 0 3px 9px;
}
ul li a{
	display:block;
}
ul li a:hover{
	font-weight:normal;
}
/* ----- IMAGES ----- */
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
/* ----- TEXT FORMATTING ----- */
strong, .strong, .bold {
	font-weight: bold;
}
em {
}
em#foot {font-size:10px;
	font-style:italic;
	
}

b {
}
i {
}
ins {
	text-decoration: none;
}
del {
}
/* ----- LINKS ----- */
a {
	color: #008bd1;
	text-decoration: none;
}
a:visited {
	color:#525fb8;
}
a:hover {
	text-decoration: underline;
}
/* ----- TABLES ----- */
table, .table {
	background:#f4f4f4;
	font-size:1em;
	margin:4px 0 16px 10px;
	padding: 5px 1px;
	width:100%;
}
caption {
}
thead {
}
tbody {
}
tfoot {
}
tr {
}

th {
	border-bottom:1px solid #fff;
	color:#FF6600;
	font-size:1.1em;
	font-weight:normal;
	padding:5px;
}

td {
	vertical-align: top;
	text-align: center;
	padding: 0px 4px 4px 0px;
}

.formTable td {
	text-align: left
}
.formTable td:first-child {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

/* ----- FORMS ----- */
form {
	margin:0;
	padding:0;
}
fieldset {
}
legend {
}
label {
	font-weight: bold;
}
input, select {
	font-size: 1em;
	vertical-align:middle;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
}	
input.button{
	margin:10px 0 0 0;
}
input.form {
	border: 1px solid #7f9db9;
	height:16px;
	margin:0 0 0 3px;
	width:155px;
}
input#search{
	border: 1px solid #dadada;
	height:15px;
	margin:0 3px;
	width:143px;
}	
input.buttonSearch{ height:21px; margin-bottom:1px; }
button { height: 19px; }
select.form{
	font-size:.8em;
	border: 1px solid #7f9db9;
	height:18px;
	margin:0 0 0 3px;
	width:155px;
}
optgroup {
}
option {
}
/* ----- DEFINITIONS ----- */
dl { 
}
dt {
}
dd {
}

/* ----- Horizontal Rule -----*/
hr{
	background:url(/includes/images/common/body.hline.gif) repeat-x 0 0;
	border:none;
	height:2px;
	outline:none;
}
.hr {
	background:url(/includes/images/common/body.hline.gif) repeat-x 0 0;
	border:none;
	height:15px;
	outline:none;
	width:100%;
}

/* ----- ID AND CLASS SELECTORS ----- */
.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	margin:0px;
	padding:0px;
}
.clearBoth{
	clear:both;
}
.floatLeft{ 
	float:left;
	position:relative;
}
.floatRight{ 
	float:right;
	position:relative;
}


/* *************************************************************************
=LAYOUT
************************************************************************* */


/* --- containers --- */
#containAll{
	position:absolute;
	left:50%;
	margin-left:-400px;
}
#container {
	background:#ddd url(/includes/images/common/content.bkg.gif) repeat-y 0 0;
	margin:0;
	padding:0 0 41px 0;
	width:800px;
}


/* ----- footer ----- */
.contentFooter{
	background:#eff3ff url(/includes/images/common/footer.content.bkg.gif) no-repeat 0 0;
}
.loginFooter{
	background:#eff3ff url(/includes/images/common/footer.login.bkg.gif) no-repeat 0 0;
	height:80px;
}
.mainLoginFooter{
	background:#eff3ff url(/includes/images/common/footer.login.main.bkg.gif) no-repeat 0 0;
}
#footer { 
	display:block;
	font-size:.9em;
	height:100px;
	margin:0;
	padding:0;
	vertical-align:bottom;
	width:800px;
}
#footer p{
	color:#999999;
	clear:both;
	margin:0;
	padding:3px 0 0 30px; 
}
#footer li{
	background:none;
}
#footer ul { 
  list-style-type:none; 
	margin:0; 
	padding:55px 0 0 20px; 
}
#footer ul li { 
	display:inline; 
	float:left; 
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none; 
	margin:0; 
	padding:0;
}

#footer ul li a{
	color:#999999;	
	background:transparent url(/includes/images/common/footer.vline.gif) no-repeat right;
	display:block;
	margin:0;
	padding:0 10px;
}
#footer ul li a.endList{
	background:none;
}


/* ----- header ----- */
#header {
	background:#fff url(/includes/images/common/content.bkg.gif) repeat-y 0 0;
	font-size:.9em;
	height:97px;
	margin:0;
	position:relative;
	padding:0 0 8px 0;
	width:800px;
}
#header #globalSearch{
	color:#8e8e8e;
	position:absolute;
	right:39px;
	top:27px;
}
#q { /* search form field */
	padding-left: 1px;
	margin-right: 2px;
	vertical-align: middle;
}
#header .logo {
	display:inline;
	left:32px;
	position:absolute;
	top:11px;
}
#header ul {
	list-style:none;
	margin:0;
	position:relative;
	padding:0;
}
#header ul li {
	float:left;
}

/*------ Main Login Page -----*/ 
#mainLogin {
	background:#ddd url(/includes/images/common/content.bkg.gif) repeat-y 0 0;
	margin:0;
	padding:14px 0 25px 0;
	width:800px;
}
#mainLoginContainer{
	background:#fff url(/includes/images/homepages/shared/login.main.footer.bkg.gif) no-repeat bottom right;
	width:800px;
	margin:0;
	padding:0 0 29px 0;
}

/* *************************************************************************
=NAVIGATION
************************************************************************* */

/*------ Global Navigation -----*/
#globalNav{
	background:transparent url(/includes/images/common/header.vline.gif) no-repeat right;
	margin:0;
	padding:0;
	position:absolute;
	right:39px;
	top:8px;
}
#globalNav ul li {
	background:transparent url(/includes/images/common/header.vline.gif) no-repeat 0 0;
	margin:0px;
	padding:0 10px 0 9px;
}
#globalNav ul li a {
	background:transparent url(/includes/images/common/right.arrow.header.gif) no-repeat left 4px;
	color:#434343;
	display:block;
	padding:0 0 0 9px;
}
#globalNav ul li a:visited {color:#434343;}
#globalNav ul li a:hover{
	color:#FF6600;
	background:transparent url(/includes/images/common/right.arrow.green.gif) no-repeat left 2px;
	text-decoration:none;
}
#globalNav ul li.on a{
	color:#FF6600;
	background:transparent url(/includes/images/common/right.arrow.green.gif) no-repeat left 2px;
}



/*------ Main Navigation -----*/
#mainNav{
	padding:3px 17px 0 0;
	position:absolute;
	right:-5px;
	top:49px;	
}
#mainNav ul li{
	background:none;
	border: none;
	margin: 0px;
	padding: 0px;
}
#mainNav ul li a{
	margin:0px;
	padding:0px;
}

/*------ Skip Navigation -----*/

.skipNav{
	display:none;
}


/* *************************************************************************
=SECTION SPECIFIC
************************************************************************* */

/*------ Content Pages -----*/

/*.contentImg {margin-left: -10px; }*/
#leftColumn{
	float:left;
	padding:0 0 0 20px;
	position:relative;
	width:353px;
}
#leftNav{
	float:left;
	margin:24px 0 0 0;
	padding:0 0 0 20px;
	position:relative;
	width:180px;
}
#leftNav h4{
	background:transparent url(/includes/images/common/body.hline.gif) repeat-x 0 0;
	margin:9px 0 0 0;
	padding:7px 0 4px 10px;
	width:168px; 
}
#leftNav h4.on a{
	color:#FF6600;
	text-decoration:none;	
}
#leftNav h4 a:hover{
	color:#FF6600;
}
#leftNav ul{
	margin:0;
	padding:0 0 2px 10px;
	position:relative;
}
#leftNav ul li a:hover {
		color:#FF6600;	
}
#leftNav ul li.on a {
	color:#FF6600;	
	text-decoration:none;
}
#leftNav a:hover{color:#FF6600;}
#leftNav p{
	margin:0;
	padding:0 0 0 10px;
}

#mainContent {
	float:right;
	padding:0 0 0 12px;
	margin:0;
	position:relative;
	width:588px;
}
#mainContent h1{
	padding-left:10px;
}
#mainContent li a { 
	display: inline;
}
/* margin for pages without <h1> */
#mainContent div.topPad{
	margin-top:26px;
}
#mainContentLeft{
	float:left;
	padding:11px 0 0 0;
	position:relative;
	width:350px;
}
/* gutter fix for the community page */
.communityPage #mainContentLeft{
	width:358px;
}
#mainContentLeft h2,
#mainContentLeft h3 {
	padding-left:10px;
}
#mainContentLeft .imgRight {
	float: right;
	padding: 0px; margin: 6px 0px 6px 6px;
}
#mainContentLeft .imgLeft {
	float: left;
	padding: 0px; margin: 6px 6px 6px 0px;
}
.imgBorder {
	border: 1px solid #000;
}
.pageBannerImg {
	margin-top: -10px;
}
#mainContentLeft p {
	padding:0 0 9px 10px
}
#mainContentLeft p a{
	text-decoration:underline;
}
#mainContentLeft p a:hover{
	text-decoration:none;
}
#mainContentLeft ul, #mainContentLeft dl {
	padding:0 0 9px 10px;
}
#mainContentLeft .hr{
	margin:0 0 0 10px;
}
#mainContentRight{
	float:right;
	padding:0;
	margin:0;
	position:relative;
	width:226px;
}
#rightColumn{
	float: right;
	margin: 0;
	padding: 14px 0 0 0;
	width: 407px;
}

/* margin for pages without "features" */
#noRight { padding: 0px 0px 9px 0px; width: 530px; }
#noRight p, #noRight h2, #noRight h3, #noRight h4, #noRight h5, #noRight hr, 
#noRight .hr, #noRight ul, #noRight iframe { margin-left: 9px; }

.alignLeft { text-align: left; }
.alignCenter { text-align: center; }
.alignRight { text-align: right; }
.valignTop { vertical-align: top; }
.valignMiddle { vertical-align: middle; }
.nowrap { white-space: nowrap; }
.wrap { white-space: normal; }
.indent { margin-left: 25px; }
.indent-small { margin-left: 10px; }
.required, .red, .note { color: red; font-weight: bold;  }
.faqlist li { margin-bottom: 6px; }
.faqanswers li { margin-top: 6px; }
.faqanswers li li, .faqanswers li li li { padding: 0px; margin: 0px; border: none; }
.noPadding { padding: 0px; }
img .icons {
	border: none;
	margin: 0px 0px -10px 2px; padding: 0px;
	height: 8px; width: 25px;
}
.small {
	font-size: xx-small
}
.scroll {
	width: 100%;
	height:250px;
	overflow: auto;
	border: 1px solid #ccc; 
	margin-left: 10px;
	margin-bottom: 3px;
	padding: 1px 2px;
}
.sup, sup {
	font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

#widget_emailUserName.dijitTextBox {
	width: 10em;
}

#widget_emailDomainName.dijitComboBox {
	width: 11em;
}

#emailDomainName_popup li {
	background-image: none;
}

#accountConfirmDialog_underlay.dijitDialogUnderlay { 
	opacity: .97;
	filter: opacity(90); 
}

#accountConfirmDialog .dijitDialogTitleBar .dijitDialogCloseIcon {
    display:none;
}

.tundra .dijitTooltipContainer {
    font-size:1em;
}