/* CSS main */

@import url('reset.css');

body {

	margin-top:10px;

	margin-bottom:10px;

	padding:0;

	font:13px/16px "Lucida Grande", Arial, Sans-serif;

	background:#88bbd4

	}

#headertop1

{

	margin:0 auto;

	height:120px;

	width:1000px;

	border-top-left-radius:15px;

	-moz-border-top-left-radius:25px;

	-webkit-border-radius-topleft:25px;

	border-top-right-radius:15px;

	-moz-border-top-right-radius:25px;

	-webkit-border-radius-topright:25px;

	background: #669ACC

}

#headertop1 .left

{

	padding:10px;

	float:left;

	width:580px;

}

#headertop1 .left .image

{

	float:left;

}

#headertop1 .left .title

{

	float:left;

	font-family:"Liberation sans, Arial, Helvetica, sans-serif";

	margin-left:20px;

	color:#FFFFFF;

}

#headertop1 .right

{

	padding: 30px 20px 10px 10px;

	width:370px;

	float:right;

}

#headertop1 .right form

{

	margin:30px 0 0 0;

}

#container 

{

	margin:0 auto;

	position: relative;

}

#content 

{

	width:470px;

	min-height:900px;

}

a:link, a:visited {

	color:#006699;

	text-decoration:none;

}

a:hover {

	text-decoration:underline;

}

a img {

	border-width:0;

}

#topnav {

	padding:10px 0px 12px;

	font-size:11px;

	line-height:23px;

	text-align:right;

}

#topnav a.signin {

	background:#336699;

	padding:10px 30px;

	text-decoration:none;

	color:#fff;
	font-size:13px;

	-webkit-border-radius:4px;

	-moz-border-radius:4px;

	border-radius:4px;

	*background:transparent url("../images/signin-nav-bg-ie.png") no-repeat 0 0;

	*padding:10px 30px;

}

#topnav a.signin:hover {

	background:#ddeef6;

	*background:transparent url("../images/signin-nav-bg-hover-ie.png") no-repeat 0 0;

	*padding:4px 12px 6px;
	color:#336699;

}

#topnav a.signin, #topnav a.signin:hover {

	*background-position:0 3px!important;

}

a.signin {

	position:relative;

	margin-left:25px;

	background-color: #336699;

}

a.signin span {

	/* background-image:url("../images/toggle_down_light.png");

	background-repeat:no-repeat;

	background-position:100% 50%;

	padding:4px 16px 6px 0;
	*/

}

#topnav a.menu-open {

	background:#ddeef6!important;

	color:#666!important;

	outline:none;

}

#small_signup {

	display:inline;

	float:none;

	line-height:23px;

	margin:25px 0 0;

	width:170px;

}

a.signin.menu-open span {

	background-image:url("../images/toggle_up_dark.png");

	color:#789;

}



#signin_menu {

	-moz-border-radius-topleft:5px;

	-moz-border-radius-bottomleft:5px;

	-moz-border-radius-bottomright:5px;

	-webkit-border-top-left-radius:5px;

	-webkit-border-bottom-left-radius:5px;

	-webkit-border-bottom-right-radius:5px;

	display:none;

	background-color:#ddeef6;

	position:absolute;

	width:210px;

	z-index:100;

	border:1px transparent;

	text-align:left;

	padding:12px;

	top: 27.4px; 

	right: 0px; 

	margin-top:5px;

	margin-right: 0px;

	*margin-right: -1px;

	color:#789;

	font-size:11px;

}



#signin_menu input[type=text], #signin_menu input[type=password] {

	display:block;

	-moz-border-radius:4px;

	-webkit-border-radius:4px;

	border:1px solid #ACE;

	font-size:13px;

	margin:0 0 5px;

	padding:5px;

	width:203px;

}

#signin_menu p {

	margin:0;

}

#signin_menu a {

	color:#6AC;

}

#signin_menu label {

	font-weight:normal;

}

#signin_menu p.remember {

	padding:10px 0;

}

#signin_menu p.forgot, #signin_menu p.complete {

	clear:both;

	margin:5px 0;

}

#signin_menu p a {

	color:#27B!important;

}

#signin_submit {

	-moz-border-radius:4px;

	-webkit-border-radius:4px;

	background:#39d url('../images/bg-btn-blue.png') repeat-x scroll 0 0;

	border:1px solid #39D;

	color:#fff;

	text-shadow:0 -1px 0 #39d;

	padding:4px 10px 5px;

	font-size:11px;

	margin:0 5px 0 0;

	font-weight:bold;

}

#signin_submit::-moz-focus-inner {

padding:0;

border:0;

}

#signin_submit:hover, #signin_submit:focus {

	background-position:0 -5px;

	cursor:pointer;

}

.tipsy-inner {

	padding:10px 15px;

	line-height:1.5em;

	font-weight:bold;

}

.tipsy {

	opacity:.8;

	filter:alpha(opacity=80);

	background-repeat:no-repeat;

	padding:5px;

}

.tipsy-inner 

{

	padding:8px 8px;

	max-width:200px;

	font:11px 'Lucida Grande', sans-serif;

	font-weight:bold;

	-moz-border-radius:4px;

	-khtml-border-radius:4px;

	-webkit-border-radius:4px;

	border-radius:4px;

	background-color:#000;

	color:white;

	text-align:left;

}

.tipsy-north {

	background-image:url(../images/tipsy-north.gif);

	background-position:top center;

}

.tipsy-south {

	background-image:url(../images/tipsy-south.gif);

	background-position:bottom center;

}

.tipsy-east {

	background-image:url(../images/tipsy-east.gif);

	background-position:right center;

}

.tipsy-west {

	background-image:url(../images/tipsy-west.gif);

	background-position:left center;

}

#content

{

	margin:0 auto;

	min-height:500px;

	width:1000px;

	background:#FFFFFF;

}

#content #body

{

padding:5px;

}

#content #body .left

{

border: 1px outset #333333;

float:left;

width:718px;

background:#DDEEF6;

padding:10px;

border-radius:10px;

text-align:justify;

color:#286D8E;

font-size:13px;

line-height:2;

}

#content #body .left img

{

float:left;

padding-right:7px;

}

#menu

{

width:740px;

height:32px;

float:left;

border-top-left-radius:15px;

border-top-right-radius:15px;

margin-top:-4px;

margin-bottom:2.5px;

background:#336699;

}

#menu ul.list

{

float:left;

padding-left: 15px;

}

#menu ul.list li {

	float:left;

	padding:8px;

	color:#C7E2EF;

}

#menu ul.list li.active 

{

	background:#C7E2EF url(../images/navbar_bg_active.png) repeat-x;

}

#menu ul.list li a

{

	text-decoration:none;

	color:#C7E2EF;

}

#menu ul.list li.active a 

{

	color:#4DA3CC;

}

#menu ul.list li a:hover

{

color:#6699CC;

}

#right

{

width: 245px;

height:32px;

background:#336699 url(../repo/images/navimg.jpg) repeat-x;

float:right;

border-top-left-radius:15px;

border-top-right-radius:15px;

text-align:center;

color:#FFFFFF;

margin-top:-4px;



}

.news

{

background:#DDEEF6;

border-right: 1px solid #88bbd4;

border-bottom: 1px solid #88bbd4;

border-left: 1px solid #88bbd4;

border-top: 1px solid #88bbd4;

float:right;

border-radius:10px;

text-align:justify;

height:250px;

color:#286D8E;

margin-top:3px;

width:235px;

padding:5px;

}

#content #body .news a:hover

{

color:#0000FF;

text-decoration:none;

}

#headertop2

{

	margin:0 auto;

	height:440px;

	width:1000px;

}

#fontformat

{

font-size:15px;

line-height:3.5;

}

.liststyle

{

list-style-type:decimal;

}

.links

{



}

.footer 

{

	margin:0px auto 10px;

	height:40px;

	background:#669ACC;

	width:1000px;

	color:#FFFFFF;

	padding-top:15px;

	text-align:center;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;

	border-bottom-left-radius:15px;

	-moz-border-bottom-left-radius:5px;

	-webkit-border-radius-bottomleft:5px;

	border-bottom-right-radius:15px;

	-moz-border-bottom-right-radius:5px;

	-webkit-border-radius-bottomright:5px;

}

.error

{

color:#FF0000;

}

.ok

{

color: green;

}

.odd

{

background:#CAE3F0; 

border-bottom-color:#FFFFFF;

border-bottom-style:solid;

font-size:13px;

font-family:Geneva, Arial, Helvetica, sans-serif;

text-align:left;

}

.headingtable

{

background-color:#669ACC; 

border-top-style:double; 

border-top-color:#000099; 

font-weight:bold; 

font-style:italic; 

color:#FFFFFF;

font-size:14px;

text-align:center;

}

.button1 

{background:#5AA9CF;

color:#FFFFFF;

border-radius:5px;

-moz-border-radius:5px;

-webkit-border-radius:5px;

cursor:pointer;

}

.button_example{

	font-family:"Comic Sans MS", cursive;

border:1px solid #25729a; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;

 background-color: #3093c7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));

 background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);

 background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);

 background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);

 background-image: -o-linear-gradient(top, #3093c7, #1c5a85);

 background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);

}



.button_example:hover{

	cursor:pointer;

 border:1px solid #1c5675;

 background-color: #26759e; background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));

 background-image: -webkit-linear-gradient(top, #26759e, #133d5b);

 background-image: -moz-linear-gradient(top, #26759e, #133d5b);

 background-image: -ms-linear-gradient(top, #26759e, #133d5b);

 background-image: -o-linear-gradient(top, #26759e, #133d5b);

 background-image: linear-gradient(to bottom, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);

}

.btn-warning {

  background-color: #faa732;

    background-image: -moz-linear-gradient(center top , #fbb450, #f89406);

    background-repeat: repeat-x;

    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}

.btn-mini {

  font-size:2px;

  line-height:14px;

  padding:2px 6px;

}

.btn {

  border-bottom-left-radius:4px;

  border-bottom-right-radius:4px;

  border-style:solid;

  border-top-left-radius:4px;

  border-top-right-radius:4px;

  border-width:1px;

  box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.0470588) 0 1px 2px;

  color:#333333;

  cursor:pointer;

  display:inline-block;

  font-size:13px;

  line-height:18px;

  margin-bottom:0;

  padding:4px 10px;

  text-align:center;

  text-shadow:rgba(255, 255, 255, 0.74902) 0 1px 1px;

  vertical-align:middle;

}

.btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {

  ;

  text-shadow:rgba(0, 0, 0, 0.247059) 0 -1px 0;

  text-decoration:none;

}

.btn-danger {

  color:#FFF;

  background-color:#DA4F49;

  background-image:-webkit-linear-gradient(top, #EE5F5B, #BD362F);

  background-repeat:repeat-x;

  border-color:rgba(0, 0, 0, 0.0980392) rgba(0, 0, 0, 0.0980392) rgba(0, 0, 0, 0.247059);

}
#select {
    background: #fff none repeat scroll 0 0 !important;
    border: 0 none;
    border-radius: 3px;
    color: #336699;
    font-size: 12px;
    height: 35px;
    line-height: 14px;
    margin: 0;
    padding: 6px 8px 6px 10px;
    position: relative;
    text-shadow: 0 1px white;
    width: 30%;
}

#option {
    background: #f2f2f2 none repeat scroll 0 0;
    border-radius: 3px;
    cursor: pointer;
    margin: 3px;
    padding: 6px 8px 6px 10px;
    text-shadow: none;
	color:#669ACC;
}
input[name=schemecode]
{
    width:100px;
	background:#F0F0F0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:5px;
	font-size:15px;
	color:#333333;
	
}
input[name=schemecode]:focus 
{
	background:#FFF;
	color:#669ACC;
}
.top-label {
    margin-right: -59px;
    margin-top: -26px;
    position: absolute;
    right: 50%;
    top: 50%;
}
.label-info {
    background-color: #d9534f;
}

.label {
    border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-size: 110%;
    font-weight: bold;
    line-height: 1;
    padding: 0.4em 0.7em 0.4em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.label-warning {
    background-color: #008000;
	margin-top:-52px;
	margin-right:-80px
}
.t2 

{
	padding:8px;
	max-width:250px;
	font:13px 'Lucida Grande', sans-serif;
	font-weight:bold;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#FF8000;
	color:white;
	text-align:center;
	margin: -60px 310px;
}


