/* CSS Document */
/* box layout */
/*boxbody = boxleft + boxcenter */
/*boxwrap = boxbody + boxright */


html{ overflow: -moz-scrollbars-vertical;}
.hrdotted
{
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted lightgrey;
	border-style: none none dotted; 


}
.MojoPopup
{
    color:Black;
    font-family:Arial;
    font-size:30px;
    
}

.MojoPopupMsg
{
    color:Black;
    font-family:Arial;
    font-size:12px;
}
.QAPanelTitle{
    font-family: Arial;
    font-size:14px;
    padding-top:7px;
    
    
    }
.QAPanelDetail{
    font-family: Arial;
    font-size:11px;
    
    }
.QAPanelDetailLink{
    font-family: Arial;
    font-size:12px;
    text-decoration:none;
    font-weight:normal;
    line-height:10px;
    }
.QAPanelDetailLinkSmall{
    font-family: Arial;
    font-size:11px;
    text-decoration:none;
    font-weight:normal;
    
    }

.QAPanelQuestionLink{
    font-family: Arial;
    font-size:14px;
    text-decoration:none;
    font-weight:bold;
    line-height:17px;
    }
    
    
.qnaQuestion
{
    font-size:16px;    
    
}


.txt /* for input */
{
	color: #781351;
	background: #ffffff;
	border: 1px solid #43C32A;
	padding: 5px;	
	font-size:12px;
	font-family: Verdana;
}

.txtDisabled /* for input */
{
	color: #781351;
	background: #ffffff;
	border: 1px solid #43C32A;
	padding: 5px;	
	font-size:12px;
	font-family: Verdana;
	visibility: hidden;
}


a 
{
	
	text-decoration: none;
	font-size: 12px;	
	font-weight: bold;	
}

a.grayLink
{
	color:Gray;
	font-weight: normal;	
	font-size:12px;
}


a.greenLink
{
	color:#63CF10;
	font-weight: normal;	
	font-size:12px;
}


a.grayHeaderLink
{
	color:gray;font-weight:normal;font-size:11px;
}

a.black
{
	color:Black;
	font-size:8pt;
}

a.norm
{
	font-weight:normal;
}


a.select
{
	font-weight:bold;
	color:Black;
}



img 
{
	border: 0;
}
	

a:hover{
	text-decoration:underline;
}



#mainTable
{
	display:inline;
	
}

#mainTable td
{
	vertical-align:top;
}


h2 
{
	font-size:12pt;
	color:black;
	margin: 4px 0 5px 0	
}

.rowListings
{
	text-align:left;
	width:528px;
	position:relative;
	top:-13px;	
}

td
{
	color: #000000;
	font-weight:normal;
	font-size:12px;		
}

.centralbody
{	
	text-decoration: none;
	font-size: 12px;
	padding: 0px 6px 0px 6px;	
	text-align:left;
	font-family:Verdana;
	border: 0px solid red;
}

.headingSectionAdwords
{
	width:528px;
	height:40px;
	padding: 7px 0 5px 10px ; 
	vertical-align:middle;	
	background:url("../images/bg_grayHeader.gif") repeat-x left top;
	color: #000000;
	font-weight: bold;
	clear:both;
	border: 0px solid #43C32A;
		
}

.headingSectionAdwords table
{
	width:528px;

	
}

.headingSectionAdwords td
{
	color: #000000;
	font-weight: bold;
	vertical-align:middle;	
	font-size:12px;	
}


a.adwordLinkTitle
{
	color:#0000FF;	
	font-size:14px;
	font-weight:bold;
	text-decoration: underline;
}

a.adwordLinkGray
{
	color:#B5C7C6;
	font-weight: normal;
}

a.adwordLink
{
	color:#636563;
	font-weight: normal;

}
	
a.small
{
	font-size:9px;
}


.headingSection
{	
	width: 560px; 
	height:20px;
	padding: 9px 0px 0px 15px;
	font-family : Verdana, Sans-Serif;
	color: #000000;
	font-weight: bold;
	font-size:13px;
	background:url("../images/bg_grayHeader.gif") repeat-x left top;		
	border: 0px solid #A9A9A9;
}

.headingSectionSub
{	
	width: 565px; 
	height:40px;
	text-align:left;
	padding: 9px 0px 0px 10px;
	background:url("../images/bg_beige.gif") repeat-x left bottom;
	font-family : Verdana, Sans-Serif;
	color: #000000;
	font-weight: normal;
	border: 0px solid #A9A9A9;
}


/* boxwrap:   Width of the page and centring for modern browsers. */
.boxwrap {
	width: 760px; 
	margin-left: auto; 
	margin-right: auto;
	border: 0px solid #A9A9A9;
	}
 
/* boxbody:   It holds the content and left columns. It is floated left, so this leaves room on the right for "boxright" to make the right hand column. */

/* In the header we need a div for LOGO*/ 
.boxheaderleft {
	width: 450px; 
	float: left; 
	height:70px;
	}
.boxheaderright {
	width: 300px; 
	float: right; 
}
	 

/* boxclear:  This div helps out browsers who don't like the fact that boxbody has no non-floated content.*/
.boxclear {
	clear: both; 
	line-height: 0px;
}


/* ie hack: */
  .iehackwrap { text-align: center; vertical-align: top; }
  .boxwrap    { }     

/* top green bar*/
.topbar{
	position:relative;
	float:left;
	height:5px; 
	background-color:  #A4D12B; 
	layer-background-color: #A4D12B; 
	font-size: 5px;
	margin-bottom: 10px;
	margin-left:0px;
	margin-right:0px;
	left:-1px;
	width:759px;
	top:0px;
}

.bgGray
{
	width: 560px; 
	padding: 9px 0px 0px 15px;
	font-family : Verdana, Sans-Serif;
	color: #000000;
	font-weight: normal;
	font-size:13px;
	background:url("../images/bg_gray.gif") repeat-x left top;		

}

.lineGray{
	height:1px; 
	background-color:  #DEDBDE; 
	layer-background-color: #DEDBDE; 
	font-size: 1px;
	
	width:758px;
}
/* hide from IE Mac \*/
.topbar
{	
	margin-left:0px !important;
	margin-left:0px;
	margin-left/**/:/**/-3px;
	margin-right:0px !important;
	margin-right:0px;
	margin-right/**/:/**/-1px;


}

.adword
{
	color:#63CF10;
	font-weight: bold;	
	font-size: 11px;
	text-align:left;
	text-decoration:underline;
	
	
}

.adword a
{
	padding: 0 0 0 0;
	text-align: left;
}

.adwordDesc
{
	color:#636563;
	font-weight: normal;	
	font-size: 10px;
}
.adwordSource
{
	color:#636563;
	font-weight: normal;	
	font-size: 11px;
}

#sidebar
{
	position:relative; 
	float:none;
	left:5px;
}


.sidebarHeader
{	
	background:url("../images/sidebarTop.gif") no-repeat left top;
	height:25px;
	color:White;
	padding: 10px 0 0 10px;	
	margin: 0 0 0 0;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;
	width: 182px;
	
}
.sidebarHeaderSub
{
	display:block;
	position :relative;
	background:#DAE0D2 url("../images/subHeader.gif") repeat-x bottom;  
	font-size:93%;
	margin: 0 0 10px 0;
	height:20px;
	width:192px;
 
}


/* ---------------------------------------------------------formatting------------------------------------------ */
body {
	background: #d5dbe2 url("../images/body_bg.gif") top center repeat-y;
	color: #000; 
	margin: 0px; 
	padding: 0px;
	font-family : Verdana;
	font-size:12px;
	}

.boxwrap {
	text-align: left; 
	margin-bottom: 2em; 
	}
		 
h1 {
	padding: 2px 10px; 
	margin: 0px;
	}
	 
p  { padding: 4px 10px; 
	 margin: 0px;}

select{ }

/* ------------------------------------------------- style --------------------------------------------------------------*/

h1 { font-size: 1.3em; }


/* start links on footer style*/
.boxfooter {
	text-align: center;
	padding-top: 15px;
}

#copyright{
	font-size: 9px; 
	text-align: center;
	padding-top: 7px;
}
			 
.boxfooter a
{
	font-size:10px;
	color: #666666;
	text-decoration:none;
}

.boxfooter a:hover{
	color: #333333;
	text-decoration:underline;
}
/*end links on footer style*/

/* start links on header style*/
.boxheaderright a{
	color: #f87311;
	text-decoration: none;
	font-size: 12px;
	padding: 0px 6px 0px 6px;
	font-weight: bold;
}

.boxheaderright a:hover{ color: #FF7800; text-decoration: underline;}

/* end links on header*/
/* start breadcrumb font styles*/
.breadcrumb{
			  text-decoration: none;
			  font-size: 11px;
}		

.breadcrumb a{
			  color: #F87311;
			  text-decoration: none;
			  font-size: 11px;
}			 
/* end breadcrumb font styles*/
			 
.comment { border: 1px solid #EEEEEE; margin: 1em; padding: 0.5em; background: #fff; }

h1 span  { font-weight: normal; }

#scrolling div.boxleft, #scrolling div.boxright{ overflow: auto; height: 4em;}


input{
	font-size: 11px;
		
}

/*
input[type=button], input[type=submit], input[type=image],  input[type=checkbox]{
	font-size: 11px;
	border:none !important;
	height:auto;
}*/

select{
	font-size: 11px;
}

.odd{

}

.even{
	background-color: #f6f6f6;
}
/*--------------------------------------------special definitions----------------------------------------------------*/


/* top green bar*/
.searchBar
{
	background-image: url("../images/bg_greenMesh.gif");
	position:relative;
	float:none;
	height:50px; 
	font-size: 5px;
	margin-bottom: 0px;
	margin-left: 0px;	
	margin-right:0px;
	width:758px;
	top:0px;
	clear:both;
}
/* SEARCH */
#search_input {
	margin: 0px 0px -1px 0px;
	padding: 0px 10px 0px 10px;
	
	border: #549c7d 0px solid;
	width: 560px;
    height: 35px;	
	overflow: hidden;
	font-size: 30px;
	font-family: Arial;
    background-image: url("../images/bg_searchBox.gif" );
    
	}

#search .go {
	position: absolute;
	top: 48px;
	right: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 122px;
	height: 60px;
	border: none;
	cursor: pointer;
    background: none;
	}
	
	
/*  INNER TABS */	

#header 
{
	display:block;
	position :relative;
	float:left;
	width:575px;
	background:#DAE0D2 url("../images/bg.gif") repeat-x bottom;
	font-size:93%;
	line-height:normal;
	margin: 0 0 10px 0;
}
#header ul {
  margin:0;
  padding:10px 0px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("../images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("../images/right.gif") no-repeat left top;  
  text-decoration:none;
  font-weight:bold;
  color:#765;
  padding-bottom:4px;
  padding-left: 5px;
  padding-top: 5px;  
  }

#header .small a {
  background-image:url("../images/right_sm.gif");
  color:#765;
  padding-bottom:4px;
  padding-left: 5px;
  padding-top: 5px;
  }
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
#header .small a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header .small a:hover {
  color:#333;
}
    
#header #current {
  background-image:url("../images/left_on.gif");
  }
#header #current a {
  background-image:url("../images/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }

#header #currentSm {
  background-image:url("../images/left_on.gif");
  }

#header #currentSm a {
  background-image:url("../images/right_on_sm.gif");
  color:#333;
  padding-bottom:5px;
  padding-left: 5px;
  padding-top: 5px;
  }



/* ---------------------------------- */
.tbox1
{
		
	
}
	
	
.searchPgList
{
	width:560px;
	text-align:right;
	color: #999999;
}

.searchPgList a
{
	text-align:right;
	color: #A5DF31;
	font-weight: normal;	
}

.mlname
{
	
	color: #FF9A18;
	font-weight:bold;	
	font-size:small;
	
}

.mltitle
{
	color: #999999;
	font-weight:bold;	
	font-size:small;	
	
}

.mlco
{
	color: #999999;
	font-weight:bold;
	font-size:small;		
}

.textNormal
{
	color: #000000;
	font-weight:normal;
	font-size:small;		
}

.menuAd
{
	color: #424542;
	font-weight:normal;
	font-size:small;	
	height: 22px;
	padding: 5px 0 0 10px;	
}


.menuAd a
{
	font-weight:normal;
	color: Blue;
}

.messageInbox
{
	
}

.messageInbox td
{
	font-weight:bold;	
	
}
.messageInbox tr
{
	
	
}
.messageUnread
{
	background-color:white;	
}

.messageUnread tr
{
	background-color:white;	
		
}


.messageUnread td
{
	background-color:white;	
	font-weight:bold;
	font-size:8pt;
}

.messageUnread a
{	
	font-weight:bold;
	font-size:8pt;
	color:Black;
}

.messageRead
{
	background-color:#EFEFF7;		
}
.messageRead td
{
	font-weight:normal;
	font-size:8pt;
}
.messageRead a
{
	font-weight:normal;
	font-size:8pt;
	color:Black;
}

.messageItem
{
	height:15px;overflow:hidden;
}

.textGray
{
	color:#999999;
	font-weight: normal;
}
.textGrayItalic
{
	color:#999999;
	font-weight: normal;
	font-style:italic;
	font-size:11px;
}

.textGray11
{
	color:#999999;
	font-weight: normal;
	font-size:11px;
}

.textGray12
{
	color:#999999;
	font-weight: normal;
	font-size:12px;
}

.redText12
{
	color:red;
	font-weight: normal;
	font-size:12px;
}

.adwordText
{
	color:#63CF10;
	font-weight:bold;
	font-size:9pt;
	
	
}

.field
{
	font-size:13px;
	font-family:Verdana;	
	vertical-align:top;
}

.commonText
{
	font-size:12px;
	color:#000004;	
	font-family:Verdana;
	font-weight:normal;
	line-height:1.5;
}
.commonTextHeader
{
	font-size:13px;
	color:#000004;
	font-weight:bold;
	font-family:Verdana;
}
.orangeText
{
	color:#FF9A18;
	font-size: 13px;
	font-weight: bold;	
	
}

.headText
{
	font-size:14px;
	color:#000004;
	font-weight:bold;
	font-family:Verdana;
}

.question
{
	font-weight: bold;
		
}

.questionGray
{
	font-weight: bold;
	color:Gray;
		
}

.answer
{	
	color:Gray;
}

.forumHistoryList
{
		
}

.forumHistoryList li
{
	margin: 1em 0 1em 0;
	list-style-image: url("../images/pen.gif");
}


.alerts li
{
	margin: .2em 0 0 0;
	vertical-align:top;
	list-style-image: url("../images/icon_exclamationSm.gif");
}



/* INPUT */

 .t2dd
 {
	border: #549c7d 1px solid;
	width: 150px;
	height: 23px;	
	color:black;
	font-size:16px;
	padding: 0 0 0 4px;
	
 }
 
#homeBgPic
{
	background:url("../images/homeBgPic.jpg") no-repeat left top;
	width:737px;
	height:378px;	
	margin: 0 0 0 10px;
}

.homeList
{
	padding-right:10px;
}


.homeList li
{
	margin: 1em 0 1em 0;
	list-style-image: url("../images/icon_arrow.gif");	
	font-size:16px;
	color:White;
	font-family:Verdana, Serif;
	font-weight:200;
	font-variant:normal;
}

#homeBGContainer
{
	background:url("../images/homeBgOutline.gif") no-repeat left top;
	width:395px;
	height:506px;	
	margin: 0 0 0 10px;
	padding: 15px 5px 10px 10px;
	
}


.inviteEmails 
{
	font-weight:normal;
	line-height:8px;
}

