@import "SearchResults.css";
@import "Dashboard.css";
@import "Preferences.css";
@import "AdminDefault.css";
@import "Dialog.css";
@import "jquery-ui-1.7.2.custom.css";

html
{
	height: 100%;
}

body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(images/bgwrap.png) repeat-x;
	background-color: White;
	font-family: Arial Verdana;
	font: Arial;
}

.tab
{
	background-color: #193A7D;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	color: White;
	cursor: pointer;
}

.highlight
{
   background-color: #fefbd2;
   color: #000080;
}

.odd
{

}

.even
{
	
}

table
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div.maincontent a 
{
   color: Blue;
}

#pageDiv
{
	height: 100%;
	width: 100%;
}

#narrowDiv
{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#hdrDiv
{
	height: 88px;
	/*EMS width: 100%;*/
	width: 1024px;	/* EMS */
	margin-left: auto;
	margin-right: auto;
}

#bodyDiv {
   margin-top: 5px;
	font-family: Arial;
	font: Arial;
	font-size: 10pt;
}

.link
{
	cursor: pointer;
}

span.forgotpw 
{
   color: Black;
   position: relative;
   text-align: left;
   vertical-align: top;
   font-family: Arial;
   font: Arial;
   font-size: 9pt;
   top: -4px;
}

span.joinnow 
{
   color: Black;
   position: relative;
   font-size: 9pt;
   top: -4px;
   text-align: center;
   vertical-align: top;
}

span.benefits 
{
   color: White;
   position: relative;
   top: 0px;
   text-align: right;
   vertical-align: bottom;
}

#menuBarDiv
{
	width: 1024px;
	height: 40px;
	text-align: right;
	background: url(images/MenuBar.png);
	background-repeat: no-repeat;
	/* EMS */
	margin-left: auto;
	margin-right: auto;
}

#topsearch {
   vertical-align: middle;
}

.SearchBox
{
	width: 200px;
	background-color: #dbe3e5;
}

.SearchBoxMain
{
	width: 420px;
	background-color: #dbe3e5;
	font-size: 12pt;
}

td.bigsearch {
   text-align: center;
   vertical-align: middle;
}

td.bigsearch img {
   vertical-align: middle;   
}

td.bigsearch input {
   vertical-align: middle;   
}

#loginDiv
{
	margin-top: 5px;
	margin-right: 10px;
	display: inline;
	float: right;
	height: 75px;
	width: 250px;
	color: #688EDA;
	background-image: url(images/logindivbg.png);
	text-align: center;
}

#loginDiv input
{
	width: 100px;
}

.menuDiv
{
	display: inline;
	margin-top: 15px;
}

#logoContainer
{
	display: inline;
	margin-top: 23px;
	float: left;
	font-family: Verdana;
	font-size: 25pt;
	color: White;
}

/*  menu stuff */
#nav, #nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em;
	z-index: 9999;
	text-align: left;
	vertical-align: middle;
   zoom: 1;
}

/* this is used for the style of the second-level menu systems, the ones that are on the white background */
#nav li ul {
   color: White;
   background-color: #41527A;
   /* IE */
   filter:alpha(opacity=75);
   zoom: 1;
   /* Other */
   opacity:0.75;
   border-right: outset 2px #E3E3E3;
   border-bottom: outset 2px #E3E3E3;
}

/* menu item links with mouse-over */
#nav li ul a:hover {
   background-color: #03194E;
}

/* menu item links without mouse-over */
#nav a:link, #nav a:active, #nav a:visited
{
	display: block;
	padding: 0px 5px; /*border:1px solid #333;*/
	color: white;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10pt; /*background-color:#333;*/
}

/*Menu items - margins set to create spacing between items*/
#nav li
{
	float: left;
	position: relative;
	font-family: Arial Verdana;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
   zoom: 1;
	/*background-color: #393;*/
}

#nav ul
{
	position: absolute;
   zoom: 1;
	width: 13em;
	top: 1.5em;
	display: none;
}

#nav li ul a
{
	width: 13em;
	float: left;
}

#nav ul ul
{
	top: auto;
   zoom: 1;
}

#nav li ul ul
{
	left: 12em;
	margin: 0px 0 0 10px;
   zoom: 1;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul
{
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul
{
	display: block;
}

#nav img {
   vertical-align: middle;
}

/* The table cell that contains the menus */
tr.menurow {
   vertical-align: middle;
   height: 32px;
}

/* The table cell that contains the menus */
td.menucell {
   vertical-align: middle;
   margin-bottom: 5px;
}

/* use this for consistent titles on all pages other than search and search results type pages */
td.pagetitle {
   text-align: left;
   font-weight: bold;
   height: 25px;
   vertical-align: top;
   margin-left: 30px;
   font-size: 12pt;
   color: #0B2359;
}

span.contenttitle {   
   text-align: left;
   font-weight: bold;
   vertical-align: top;
   margin-left: 0px;
   font-size: 10pt;
   color: #0B2359;
}

span.button {
   background-image: url(images/button.png);
   color: white;
   text-align: center;
   vertical-align: middle;
   white-space: nowrap;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 3px;
   padding-top: 3px;
}

span.button a {
   color: White;
   font-weight: bold;
   vertical-align: middle;
   text-align: center;
}

span.solvedthankyou {
   text-align: left;
   color: #20468B;
}

/* use this to the right of the page title to display messages for the user*/
td.pagemessage {
   text-align: right;
   font-weight: bold;
   height: 30px;
   vertical-align: top;
}

div.mainconent {
   margin-top: 8px;
}

div.tabledata
{
	background-image: url(images/tablebg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-right: #bfbfbf 2px outset;
	border-bottom: #bfbfbf 2px outset;
   border-left: solid 1px #bfbfbf;
	margin: opx 0px 0px 0px;
	padding: 0 0 0 0;
	width: 250px;
	font: Arial;
	height: 187px;
	overflow: hidden;
	position: relative;
}

div.feedback {
   height: 120px;
}

div.membercomments
{
	background-image: url(images/tablebg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-right: #bfbfbf 2px outset;
	border-bottom: #bfbfbf 2px outset;
   border-left: solid 1px #bfbfbf;
	margin: opx 0px 0px 0px;
	padding: 0 0 0 0;
	width: 755px;
	font: Arial;
	background-color: White;
	position: relative;
}

div.rtfedit {
   width: auto;
}

div.topiccontent {
   margin-top: 10px;
}

a.headerlink {
   color: Black;
   text-decoration: none;
   font-family: Arial;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
}

a {
   color: Black;
   text-decoration: none;
   font-family: Arial;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	vertical-align: middle;
}

a:hover {
   text-decoration: underline;
}

table.actionlist {
   width: 100%;
   border: solid 0 white;
}

table.actionlist tr {
   height: 25px;
}

table.actionlist td {
   vertical-align: middle;
}

table.actionlist td img {
   vertical-align: middle;
}

table.actionlist td a {
   vertical-align: middle;
}

ul.actions {
   background-color: Transparent;
   font-family: Arial;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 30px;
	margin: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
}

ul.actions li {
	padding: 0px;
	margin-left: 5px;
	vertical-align: middle;
}

.cloneText {
   font-family: Arial;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	padding-left: 15px;
	padding-bottom: 30px;
	padding-top: 10px;
}

.rateIt {
   font-family: Arial;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	padding-left: 15px;
	width: 20%;
	padding-top: 10px;
	
}

/* used for tables that should not be 100% width*/
table.not100 {
   width: auto;
   text-align: center;
}

table.small
{
	width: 100%;
	margin: opx 0px 0px 0px;
	padding: 0 0 0 0;
	border-spacing: 0;
	border-collapse: collapse;
}

table.small tr {
   height: 25px;
}

table.small td {
   vertical-align: middle;
   margin-left: 5px;
   padding-left: 5px;
   text-align: left;
}

table.small img {
   vertical-align: middle;
}

/* Used for edit/insert type areas like content edit and profile */
div.edits
{
	border-right: #bfbfbf 2px outset;
	border-bottom: #bfbfbf 2px outset;
   border-left: solid 1px #bfbfbf;
   border-top: solid 1px #bfbfbf;
	margin: opx 0px 0px 0px;
	padding: 0 0 0 0;
	font-family: Arial;
	font: Arial;
	font-size: 10pt;
	text-align: center;
}

div.edits table {
	margin: opx 0px 0px 0px;
	padding: 0 0 0 0;
	border-spacing: 0;
	border-collapse: collapse;
}

div.edits tr {
   border-bottom: solid 1px #D0D0D0;
   border-collapse: separate;
}

div.edits td {
   text-align: left;
   border-bottom: solid 1px #D0D0D0;
   border-collapse: separate;
   vertical-align: middle;
}

div.edits th.value {
   background-color: #CFCFCF;
   font-weight: bold;
   font-size: 10pt;
   color: Black;
   text-align: left;
   width: 100px;
   white-space: nowrap;
   border-bottom: solid 1px white;
}

div.edits th.section {
   background-color: White;
   color: #2A4580;
   text-align: left;
   padding-left: 15px;
}

/* Used when height is auto-set based on content - sets background pattern and borders */
div.landingsection
{
	background-image: url(images/tablebg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-right: #bfbfbf 2px outset;
	border-bottom: #bfbfbf 2px outset;
   border-left: solid 1px #bfbfbf;
	margin: opx 0px 0px 0px;
	padding: 0 0 0 0;
	font: Arial;
	overflow: hidden;
}

/* Used for sections that are extra large */
div.s0
{
	height: 498px;
}

/* Used for sections that are full height */
div.s1
{
	height: 460px;
}

/* Used when section has two parts per the height */
div.s2
{
	height: 225px;
}

/* Used when section has three parts per the height */
div.s3
{
	height: 150px;
}

/* datalist class table and children used for lists of data like on the landing (content/default) page */
table.datalist {
   border: none;
}

table.datalist tr {
   height: 30px;
}

table.datalist td {
   text-align: left;
   vertical-align: middle;
   border-bottom: solid 1px #D0D0D0;
}

table.datalist td img {
   vertical-align: middle;
}

table.landingsection
{
	margin: opx 0px 0px 0px;
	padding: 0 0 0 0;
	border-spacing: 0;
	border-collapse: collapse;
}

table.landingsection tr {
}

table.landingsection td {
}

div.membercomments table {
	width: 100%;
	margin: opx 0px 0px 0px;
	padding: 0 0 0 0;
	border-spacing: 0;
	border-collapse: collapse;
	font: Arial;
}

tr.head
{
	background-image: url(images/tableheadbg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 31px;
	color: White;
	border-spacing: 0;
	padding: 0 0 0 0;
}

tr.head th {
	height: 31px;
   font-family: Arial;
   font-style: normal;
	font-weight: 500;
	font-size: 12pt;
	padding-left: 15px;
   text-align: left;
   white-space: nowrap;
}

tr.head th.colhead {
	padding-left: 5px;
	padding-right: 5px;
   text-align: center;
}

tr.recordpaging {
   background-color: #2A4580;
   height: 30px;
}

tr.recordpaging table {
   width: auto;
   border: solid 0px white;
}

tr.recordpaging table tr {
   border: solid 0px white;
}

tr.recordpaging table td {
   padding-left: 8px;
   color: White;
   border: solid 0px white;
}

tr.recordpaging table td a {
   color: White;
}

td.recordpaging {
   color: white;
   vertical-align: middle;
	padding-left: 15px;
}

span.nextpage {
   font-weight: bold;
   height: 20px;
}

span.nextpage img {
   position: relative;
   top: 2px;
}

.spaceUnder {
   font-family: Arial;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	padding-left: 15px;
	line-height: 24px;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* asp.net class alias */
.GridViewHeader
{
	font-family: Verdana;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	padding-left: 15px;
	padding-top: 6px;
	background-image: url(images/tableheadbg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 35px;
	color: White;
	vertical-align:middle;
}

.GridViewFooter
{
	background: url(images/footerbg.gif) repeat-x bottom left;
	color: #B4B4B4;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 90px;
	font-size: 10pt;
}

.GridViewSearchResults
{
	border: 1px solid gray;
	width: 100%;
	height: 100%;
}

.record
{
    vertical-align: middle;
}
.result odd
{
    vertical-align: middle;
}
.result even
{
    vertical-align: middle;
}

.GridViewAlternateRowStyle
{
}

.GridViewRowStyle
{
}
/* end alias */

div.comment {
   /*
	background: url(images/commentdivbg.gif) repeat-x top left;
	background-color: #47A21E;
	color: White;
   */
	background-image: url(images/tablebg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin: opx 0px 0px 0px;
	font-family: Arial;
	font: Arial;
   font-style: normal;
	font-weight: 500;
	font-size: 15px;
	padding-left: 9px;
}

div.footerDiv
{
	background: url(images/footerbg.gif) repeat-x bottom left;
	color: #B4B4B4;
	/*position: fixed;*/
	/*bottom: 0; */
	width: 100%;
	height: 90px;
	font-size: 10pt;
	font: Verdana;
}

div.footer table
{
	width: 90%;
	vertical-align: middle;
	text-align: center;
	border: none;
	padding: 0;
}

/* tag cloud classes */

.tag_0
{
	font-size: 8pt;
	font-weight: lighter;
}

.tag_1
{
	font-size: 8pt;
	font-weight: normal;
}

.tag_2
{
	font-size: 10pt;
	font-weight: normal;
}

.tag_3
{
	font-size: 10pt;
	font-weight: bold;
}

.tag_4
{
	font-size: 12pt;
	font-weight: bold;
}

.tag_5
{
	font-size: 14pt;
	font-weight: bold;
}

.tag_6
{
	font-size: 14pt;
	font-weight: bolder;
}

/* end tag cloud classes */

tr.ContentRow {
}

tr.ContentRow td.RatedClass {
   text-align: center;
   vertical-align: middle;
   padding: 0px 0px 0px 0px;
}

tr.ContentRow td.UnRatedClass {
   text-align: center;
   vertical-align: middle;
   padding: 0px 0px 0px 0px;
}

.RatedClass
{
    background-image: url(images/star.png);
    background-repeat: no-repeat;
    background-position: center;

    vertical-align: middle;
    
    text-align: center;
    width: 30px;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.UnRatedClass
{
    background-image: url(images/emptystar.png);
    background-repeat: no-repeat;
    background-position: center;
   
    vertical-align: middle;
    
    text-align: center;
    width: 30px;
    font-size: 12px;
    font-weight: bold;
    color: White;
}

.TypeIconClass {
   vertical-align: middle;
   text-align: center;
    width: 25px;
}

.TypeIconClass img {
   vertical-align: middle;
}
    
    .PartTitleStyle                     
    {
	    background-image: url(images/tableheadbg.gif);
	    background-position: left top;
	    background-repeat: repeat-x;
	    height: 31px;
	    color: White;
	    border-spacing: 0;
	    padding: 0 0 0 0;
       vertical-align: middle;
    }
    
    .PartTitleStyle table 
    {                   
       vertical-align: middle;        
    }
        
    .PartTitleStyle table tr td 
    {                 
      padding:10px 10px 0 10px;
      font-family: Arial;
      font-style: normal;
	   font-weight: 500;
      text-align: left;
      vertical-align: middle;
    }
        
    .PartTitleStyle table tr td span 
    {                 
      font-family: Arial;
      font-style: normal;
	   font-weight: 500;
	   font-size: 12pt;
      text-align: left;
      vertical-align: middle;
      height: 31px;
      padding-right: -10px;
      position: relative;
      top: -7px;
   }
        
    .PartTitleStyle table tr td a {
      position: relative;
      top: -3px;       
    }

    .PartStyle                 
    {
        background-color: #FFFFFF;
        border-style:none;
    }
        
    .PartZone 
    {               
        border-style:none;
    }
    .PartZoneHeader 
    {              
        height:0px;              
        display:none; 
    }
                        
                            
/** EMS: for theme tweaks */
#hdrParentDiv
{
	width: 100%;
}

#menuParentDiv
{
	width: 1024px;
	width: 100%;
}
/* end theme tweaks **/
