/* CSS Document */
.hidden {
	display:none;
	visibility:hidden;
}
.show {
	display:block;
	visibility:visible;
}
.error {
	color: #FF0000;
}

.success {
	color:#009900;
}

td.banner_header {
   height:100px;
}

div.banner_right {
   float:left;
}

div.banner_left {
   float:left;
}

div.logout_pane {
   background:url(site_images/logout_panel_bg.gif) no-repeat;
   width:237px;
   height:45px;
   
   position:relative;
   top:25px;
   left:210px;
   color:#677896;
   }
   div.logout_pane #credit, div.logout_pane div.credit_display {
      font-size:14px;
   }
   div.logout_pane #logout_btn {
      position:relative;
      top:12px;
      left:10px;
   }
   div.logout_pane div.credit_display {
      position:relative;
      top:7px;
      left:20px;
      display:inline;
   
   }
   
   

/* Modi Changes -------------*/
* {
	font-family: Tahoma, sans-serif;
	font-size:12px;
}

li {
	font-size: 12px;
}
p {
	font-size: 12px;
}
h1 {
	font-weight: bold;
	font-size: 18px;
	color: #717A8D;
}

.sectionheader {
	color: #3F6D49;
	font-size: 14px;
	font-weight: bold;
}	

p.sectionheader2 {
	color: #717A8D;
	font-size: 14px;
	font-weight: bold;
}

.specify {
	color: #618E6B;
	font-weight: bold;
	font-size:14pt;
}

/* Modi Changes -------------*/


.columnRead {
	padding: 0px 150px 0px 150px;
}
.columnReadLeft {
	padding: 0px 250px 0px 0px;
}

.header {
/*background-color:#717A8D;*/
background-color:#677896;
border-bottom:solid white 2px;

background-image:url(site_images/au_logo.jpg);
/*height:93;
background-image:url(site_images/robot.gif);
*/
background-repeat:no-repeat;
background-position:top right;

}

.loginform {
	color:#999999; 
	border: 1px solid #677896; 
	margin:0px; 
	font-size:14px;
}

.indexSection {
	color: #677896;
	background-color: #e1e1e1;
	font-size: 16px;
	font-weight: bold;
	padding-left: 4px;	
}

.indexDescription ul {
	padding: 10px 10px 10px 20px;
	list-style: none;
	margin: 0;
	text-indent: -1em;
}
.indexDescription li {
	padding-bottom: 5px;
}

.indexDescription li:before {
	content: " - ";
}

.headerMembers {
background-color:#677896;
border-bottom:solid white 2px;
height:120;
background-image:url(site_images/robot.gif);
background-repeat:no-repeat;
background-position:top right;
}
table {
	border-collapse:collapse;
}
.mainFrame {
	background-color:rgb(241,243,247);
	padding:20px 20px 20px 20px;

}
/*-----table styles-------*/
.top {
background-image:url(site_images/table/top.jpg);
background-repeat:repeat-x;
}
.bot {
background-image:url(site_images/table/bot.jpg);
background-repeat:repeat-x;
}
.left {
background-image:url(site_images/table/left.jpg);
background-repeat:repeat-y;
}
.right {
background-image:url(site_images/table/right.jpg);
background-repeat:repeat-y;
}
.titleFrame {
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	width: 388px;
	height: 23px;
	background:url(site_images/tbar3.gif);
}
.titleFrameWide {
	width: 389px;
	height: 23px;
}
.content {
	padding: 5px 0px 5px 10px;
	color:#333333;
	font-family: Tahoma, Arial, Futura;
	font-size:12px
	}
	.signup {
	  color:#000;
	  padding-right:10px;
	  padding-bottom:10px;
	  }
	  .bigger {
	     font-size:13px;
	  }
	  .tip_heading {
	     color:rgb(28,92,224);
	     font-size:12px;
	     font-weight:bold;
	  }
	  p.tip_text {
	     color:rgb(50,63,53);
	  }
	
.contentFullText {
	min-height: 480px;
	padding: 5px 20px 15px 20px;
	color:#333333;
	font-family: Tahoma, sans-serif;
	font-size:12px
}

td.membersCell {
/*height:500px;*/
}

.contentMembersIE {

	height: 480px;
	background-color:rgb(241,243,247);
	padding: 5px 20px 15px 20px;
	color:#333333;
	font-family: Tahoma, sans-serif;
	font-size:14px
}

.contentMembers {
	/*background-color:#E9E9E9;
	padding: 10px 15px 20px 15px;
	border:#4791C0 solid 3px;*/
	min-height: 480px;
	/*height: 480px;*/
	background-color:rgb(241,243,247);
	padding: 5px 20px 15px 20px;
	color:#333333;
	font-family: Tahoma, sans-serif;
	font-size:14px
}
.contentForm {
	font-family: Tahoma, sans-serif;
}
.contentSpaced {
	line-height:1.8;
}
.leftShade {
	background-color:rgb(241,243,247);
}
.rightShade {
	background-color:rgb(217,229,220);
}

/*********    New right column style changes    ************/

div.home_separator {
   height:4px;
   background:white;
   width:100%;
}

div#tab_container {
   width:224px;

   }
   div.tab {
      float:left;
      width:50%;
      text-align:center;
      
      height:23px;
   
      }
      div.tab a {
         display:block;
         height:22px;
         padding-top:4px;

         background:url(site_images/home_tab_off.gif) no-repeat;
         width:112px;
         color:rgb(28,92,224);
         text-decoration:none;
         }
         div.tab a:hover {
            display:block;
            height:22px;
   
            background:url(site_images/home_tab_off.gif) no-repeat;
            width:112px;
            color:rgb(67,100,73);            
         }
         div.tab a.selected {
            background:url(site_images/home_tab_over.gif) no-repeat;
            width:112px; 
            display:block;
            height:23px;rgb(28,92,224)
            color:rgb(28,92,224);    
         }
   div.right_tab {
      float:right;
   }

/*********    END New right column style changes    ************/


.mainImage {
	border-bottom:solid white 2px;
	height:195;
}
.verticalDivider {
	border-right:white thin solid;
}
.topDivider {
	border-top:white thin solid;
}
/*-------  OLD  --------------------*/
a {
	color: #E1904A;
	font-weight:bold;
}
a:hover {
text-decoration:none;
}
.contentFromText {
	color:#000;
	font-weight:bold;
	padding-bottom: 2px;
	padding-top:2px;
}


.titleFrameText {
	position: relative;
	top: 7px;
	padding-left: 10px;
	vertical-align:middle;
}
.mobile_name {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 12px;
	background-color:rgb(241,243,247);
}
