@charset "utf-8";
/* CSS Document */


html {
	min-height: 100%;
	height: auto;
}
body {
	font-family:'Lucida Grande', Verdana;
	font-size: 14px;
	margin: 0px;
	color: #666;
	padding: 0px;
	height: 100%;
	cursor: default;
	min-width:750px;
}
.body_content {
	min-width:750px;
}
a:link  {
	color: #6AA4D2;
	text-decoration: none;
}
a:hover  {
	color: #2F6A9B;
	text-decoration: none;
}
a:visited  {
	text-decoration: none;
	color: #6AA4D2;
}
h1  {
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.5em;
} 
h2 {
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.6em;
	font-weight: bold;
	color:#687377;
}
h3 {
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.3em;
	font-weight: bold;
	color:#687377;
}	
.navigation  {
	color: #999999;
	text-decoration: none;
}
.header_bar {
	background-image: url(../images/backgrounds/main_top_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	min-height:75px;
	border-bottom: 1px solid #999;
}
.top_login_box, .top_user_box {
	margin-top:-6px;
	margin-bottom: -6px;
	float: right;
	width: 250px;
	font-size: 0.8em;
    color: #666;
	padding:3px 10px;
	padding-top:5px;
	word-wrap: break-word;
	
}
.top_login_box:hover {
background-color:#FCFCFC;
	border: solid 2px #6AA4D2;
	padding:1px 8px;	
	padding-top:3px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
}
.top_user_box {
	padding:3px 8px;
	width: auto;
	text-align:right;
	line-height:1.4em;
}
.index_topbar {
	background-image: url(../images/backgrounds/black_fade.png);
	background-repeat: repeat-x;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	font-size: 1.6em;
	font-weight: bold;
	color: #F2F2F2;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-position: left bottom;
	background-color: #515252;
}
.inactive_nav a, .inactive_nav a:link {
	color:#999;
	
}
.inactive_nav a:hover {
	color:#666;
	
}

.index_topbar_content {
	margin: auto;
	width: 80%;
}
.image_frame {
	background-image: url(../images/ui/image_frame.png);
	float: right;
	height: 143px;
	width: 150px;
	margin-left: 10px;
}
.image_frame_img {
	margin: 10px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid;
	border-color: #7B7B7B;
	margin-top:8px;
	background-color: #FFF;
}
.main_bar  {
	background-image: url(../images/backgrounds/main_top_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	min-height:200px;
	 border-top:1px solid #999;
}

.main_bar_content {
	margin: auto;
	width: 80%;
	min-width:700px;
}
.side_bar_title , .main_bar_title{
	font-size: 1.6em;
	font-weight: bold;
	color:#687377;
}
.main_bar_subtitle  
{
	font-size: 1.3em;
	font-weight: bold;
	color:#687377;
}
.side_bar_title {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}
.box_border ,.box_border_grey, .login_box{
	padding: 10px;
	border: 1px solid #CCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 8px;
	margin-top:1px;
}

.box_border_grey{
	background-color:#FCFCFC; 
	margin-top:8px;
}

.imgleft {
	margin-right:12px;
	margin-bottom:6px;
	margin-top:-6px;
	float:left;
}

a .box_border, .box_border, .login_box  {
	padding:7px 14px;
	cursor:pointer;
	border-color:#BECBD0;
	border:none;
	color: #6AA4D2;
}

a .box_border .link, .box_border .link {
	color: #687377;
	font-size: 1.3em;
	font-weight: bold;
}

a .box_border:hover, .login_box:hover{
	background-color:#FCFCFC;
	border: solid 2px #6AA4D2;
	padding:5px 12px;
	
}

.textfield_text,.textfield_text_small {
	font-family:"Courier New", Courier, monospace;
	font-size:1.4em;
	padding: 1px;
	margin-top:2px;
	margin-bottom: 2px;
	border: none;
	border-bottom:2px dotted #CECECE;
	background:none;
	margin-left: 2px;
	margin-right: 2px;
}
.textfield_text:hover,.textfield_text_small:hover {
	background-image: url(../../images/textfield_bg.png);
	background-repeat: repeat-x;
	margin-top:1px;
	background-position: top;
	background-color: #f7fcff;
	border: 1px solid #CECECE;
	border-bottom:2px dotted #CECECE;
	margin-left: 1px;	/*border-bottom:2px dotted #999;*/
	margin-right: 1px;
}
.textfield_text:focus,.textfield_text_small:focus {
	background-color:#fcfded;
	margin-top:0px;
	margin-bottom: 2px;
	background-image: url(../../images/textfield_bg_hover.png);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7898AF;
	border-right-color: #8BACBE;
	border-bottom-color: #95B4C4;
	border-left-color: #8BACBE;
	margin-left: 0px;
	margin-right: 0px;
}

.textfield_text_small{
	font-size:1em;
	
}

.textfield,.textfield_small {
	font-size:1.2em;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A3B8C2;
	border-right-color: #ADC0C9;
	border-bottom-color: #BACAD1;
	border-left-color: #ADC0C9;
	background-image: url(../images/ui/textfield_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f7fcff;
	padding-left: 4px;
	padding-right: 4px;
	}
.textfield:hover,.textfield_small:hover {
	background-color:#fcfded;
	background-image: url(../images/ui/textfield_bg_hover.png);
	background-repeat: repeat-x;
	background-position: top;
}	

.textfield_small{
	font-size:1em;
}

label {
	font-size: 0.8em;
	font-weight: normal;
	color: #999;
}


.form_button, .form_button_negative{
	text-align:center;
	margin-top:4px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	font-size:0.7em;
	padding-left:8px;
	padding-right:8px;
	padding-top:3px;
	padding-bottom: 3px;
	font-weight: bold;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #DDE0E6;
	color:#728CA3;
	background-image: url(../images/ui/btn_bg_40.png);
	background-repeat: repeat-x;
	background-position: center center;
	border-color: #949EB1;
	border-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 1.2em;
}



.form_button:hover{
	border-top-color: #78B5C7;
	border-right-color: #78B5C7;
	border-bottom-color: #62A9BD;
	border-left-color: #78B5C7;
	color: #8BB5C9;
	background-color: #E9EBEF;
	background-image: url(../images/ui/btn_bg_40.png);
	background-position:center;
}


.form_button_negative {
	color: #BB4D4D;
	background-color: #DB8482;
	font-size: 0.8em;
	border-color: #E05252;
	border-bottom-color: #DA2E2E;
	background-image: url(../images/btn_bg.png);
	
	
}
.form_button_negative:hover {
	color: #DE4949;
	background-color: #DD8E8C;
	border-color: #E05252;
	border-bottom-color: #DA2E2E;
	
}

.tab, .tab0, .emailtab, .emailtab0, .display_tab, .display_tab0,.back_button,.forward_button,.tab0_btn {
	border: 1px solid #CCCCCC;
	font-size: 1.1em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	text-align: center;
	background-image: url(../images/ui/btn_bg_40.png);
	background-position:center;
	padding:2px;
	background-color:#FFF;
	color:#696969;
}
.display_tab, .display_tab0 {
	cursor: default;
}
.tab:hover, .tab a:link,.tab a:hover, .tab a:visited {
	color: #696969;
}
.tab0:hover, .tab0 a:link,.tab0 a:hover, .tab0 a:visited,.back_button,.forward_button,.tab0_btn {
	color: #696969;
}
.tab0, .emailtab0, .display_tab0,.back_button,.forward_button,.tab0_btn {
	background-color: #F0F0F0;
	font-size: 0.9em;
	font-weight:normal;
	margin-top:4px;
	-min-width:15px;
	color: #909090;
}
.tab0:hover,.back_button:hover,.forward_button:hover,.tab0_btn:hover {
	background-color:#FFF;
}
.tab_content{
	display:none;
}
.tab{
	border-color: #6AA4D2;
}
.back_button,.forward_button,.tab0_btn{
	border:solid 2px #ADC0C9;
}
.back_button,.forward_button{
	padding-top:0px; 
	padding-bottom:3px;
	font-weight:bold;
}
.back_button:hover ,.forward_button:hover,.tab0_btn:hover {
	border-color: #78B5C7;
}
.forward_button{
	-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-topleft: 0px; 
	-webkit-border-top-left-radius: 0px; 
	-webkit-border-bottom-left-radius: 0px;
}
.back_button{
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-topright: 0px; 
	-webkit-border-top-right-radius: 0px; 
	-webkit-border-bottom-right-radius: 0px;
}

.emailtab,.emailtab0 { 
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
.emailtab {
	border-bottom:none;
	background: none;
}
.emailtab, .emailtab a:link,.emailtab a:hover,.emailtab a:visited  {
	color: #6AA4D2;
}
.emailtab0 a:link,.emailtab0 a:hover,.emailtab0 a:visited  {
	color: #909090;
}
.form_panel, .form_panel_blue, .form_panel_green, .form_panel_white  {
	border:1px solid #E5E5E5;
	background-color:#F7F7F7;
	padding:8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 4px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	border-bottom:2px solid #DDD ;
}
.form_panel_blue, a .form_panel:hover {
	background-color:#E3E8F0;
	border-top-color: #B3BED5;
	border-right-color: #B3BED5;
	border-bottom-color: #A4B0CC;
	border-left-color: #B3BED5;
}
.form_panel_white {
	background-color:#FFF;
	
}
a .form_panel_white:hover {
	border-color:#6AA4D2;
	
}

.form_panel_green {
	background-color:#E6EFD3;
	border-top-color: #C7DCA0;
	border-right-color: #C7DCA0;
	border-bottom-color: #B0CD7A;
	border-left-color: #C7DCA0;
}
.form_panel_title_bar, .main_panel_title_bar {
	background-color:#C0CDD2;
	color:#F9F9F9;
	padding: 6px;
	font-size: 1.4em;
	font-weight: bold;
	background-image: url(../images/backgrounds/btn_bg.png);
	background-repeat: repeat-x;
	background-position: center;
	margin-left:-8px;
	margin-right:-8px;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #BCBCBC;
	border-right-color: #B6C2C7;
	border-bottom-color: #FFF;
	border-left-color: #B6C2C7;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
 .main_panel_title_bar {
	margin-left:-10px;
	margin-right:-10px;
	padding: 8px;
	margin-bottom: 8px;
 }
 
 .main_panel_title_bar .forward_button,  .main_panel_title_bar .back_button { 
 	float:right; 
	margin-top:-2px; 
	font-size:0.8em;
 }

.reqd {
	color: #D6857C;
	font-weight: bold;
}
.form_help{
	border:1px solid #E8D595;
	background-color:#FCF9E4;
	padding:3px;
	margin:6px;
	margin-left:0px;
	font-size:0.7em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
textarea{
	padding:4px;
}



#admin_panel_div {
	position: fixed;
	left: 0px;
	top: 0px;
	font-size: 0.7em;
	font-weight: bold;
	z-index: 20;
	margin: auto;
	width: 100%;
	
	
}

#admin_panel {
	padding: 3px;
	color: #FFF;
	background-image: url(../images/backgrounds/panel_bg.png);
	background-repeat: repeat;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	text-align: left;
}
.admin_menu_box {
	position: absolute;
	left: 99px;
	top: 27px;
	border:solid 1px #333;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	padding-bottom:8px;
	
	width:150px;
	background-color: #1E1E1E;
	
	color:#FFF;
}
#admin_menu_list_item  {
	background-image: url(../images/backgrounds/panel_bg.png);
	background-repeat: repeat-x;
	background-position: center;
	background-color:#000;
	padding: 3px;
	color: #FFF;
	width: 144px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #000;
	cursor:pointer;
	border-right-style: none;
	border-left-style: none;
}
#admin_menu_list_item:hover
{
	background-color:#CCC;
}
.admin_menu_header {
	 margin-bottom:3px; 
	 padding-top:3px;
	 background-image:url(../images/backgrounds/panel_bg.png);
	 background-repeat:repeat-x;
	 background-position: center;
	 -moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}
.small_text {
	font-size: 0.7em;
}


.twitter-feed .item{
	font-size: 0.8em;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
	text-align: justify;
	
}
.twitter-feed .item a:link{
	color: #999999;
}
.twitter-feed .item a:hover{
	color: #666666;
}
