/*Images*/

.sign_up{
	padding-right:5px;
	float:right;
	margin:0px;	
	right:15px;	
}

/*Text Blocks*/

.red{
color:#A40001;
}

.black{
color:#424242;
}

.blue{
color:#0f489d;
}

.welcome{	
	font-weight:bold;
	font-size:14px;
	color:#424242;
	position:relative;
	width:500px;
	float:right;		
}

.how_it_works{
	font-weight:bold;
	font-size:12px;
	color:#424242;
	padding-left:8px;
}

.bullet{
	font-weight:bold;
	font-size:14px;
	color:#A40001;
	position:relative;
	width:500px;
	float:right;
	margin:5px 0px 0px 0px;	
}

.bullet_indent{	
	font-size:12px;
	color:#424242;
	position:relative;
	width:500px;
	float:right;
	margin:0px 0px 10px 0px;
	letter-spacing:1px;
}



#form_box {
	float: left;
	width: 290px;
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	font-size: 11px;
	font-weight: bold;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
}
 
#form_box div {
	height: 25px;
	padding: 0.2em 0.5em;
}
 
#form_box div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
 
#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 120px;
}
 
 
#log {
	float: left;
	padding: 0.5em;
	margin-left: 10px;
	width: 290px;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	margin-top: 10px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}

/*- Menu Tabs B--------------------------- */

    #tabsB {
      float:left;
      width:100%;     
      font-size:93%;	 
      line-height:normal;
      }
    #tabsB ul {
        margin:0;
        padding:10px 10px 0 6px;
        list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("../images/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("../images/tabrightB.gif") no-repeat right top;
      padding:5px 18px 4px 15px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }

        #tabsB .current a {
                background-position:0% -42px;
        }
        #tabsB .current a span {
                background-position:100% -42px;
        }
	
/*- Circle Menu--------------------------- */		

#navCircle {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
        padding-bottom: 6px;
        color: #000;
        background: url(../images/circle.gif) no-repeat bottom center;
}
		

/*Calendar*/
.dayofweekhead{
	font-weight:bold;	
}		

table.calendar {
	border:none; 
	border-collapse: collapse; 
	width:100%;
}

td.cal{		
	padding:4px;
	vertical-align:top;	
	border: solid 1px #C1C1C1;
	border-right:none;
	height:75px;
}

td.cal:hover{		
	background:#EDEDED;	
}
	

td.today {  
	background-color: #D6DEEC; 
	font-weight: bold;
} 

td.nonmonthdays { 
	background-color: #CCCCCC;	
	}
	
.cal_item{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
	font-size:10px;	
}	

.cal_item_inner:hover{
	/*color:#A40001;
	cursor:pointer;*/
}	

/*Tool Tips*/


.tool-tip-mt {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title-mt {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text-mt {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip-mt {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title-mt {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text-mt {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

/*Accordion*/


.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}




