/* CSS Document */

body, td, p, li, ul, th, input, h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333;
}
body {
	margin:0;
}
a {
	text-decoration: none;
	color:#333;
}
table.main {
	width: 960px;
	text-align:center;
	
}
td.copy {
	font-size: 9pt;
	text-align: center;
}
td.content {
	height: 480px;
	background:white;
	/*border-radius: 2em 0em 0em 0em;*/
	border: #5694E8 1px solid;
	border-bottom:0px;
	padding-top: 1em;
	text-align:left;
}

td.submenu{
	background-color:#00539b;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09408B', endColorstr='#5694E8'); /* for IE */
	background: -moz-linear-gradient(center top, #09408B, #5694E8) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#09408B), to(#5694E8));
	color:#EEF;
	text-align: center;
	/*border-radius: 0em 0em 2em 0em;*/
	border: #5694E8 1px solid;
	border-top:0px;

}
div.sub_header {
	width: 100%;
	vertical-align:top;
	color:#EEF;
	text-align:center;
	padding: 0px 0px 3px 0px;
}
td.submenu_cell{
	width: 320px;
	vertical-align:top;
	color:#EEF;
	text-align:left;
}
td.submenu_cell ul li, td.submenu_cell ul li a{
	color:#EEE;
}
td.vshim img {
	height: 153px;
	width: 2px;
	background-color:#06C;
}
td.content_fb div {
	vertical-align:baseline;
	text-align:left;
	margin: auto;
}
td.tagline div{
	font-size: 22pt;
	font-weight:400;
	text-align:center;
	line-height: 32pt;
	padding: 10px;
}
div.tagline {
	font-size: 22pt;
	font-weight:400;
	text-align:center;
	line-height: 32pt;
	padding: 10px;
}
td.tagline img {
	text-align:left;
}
td.menu {
/*	background-color:#00539b;
	padding: 2px;
	vertical-align:middle;
	font-size: 14pt;
	color:#FFF;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	border-radius: 1em 1em 0em 0em;*/
	vertical-align:bottom;
}
td.menu a:link, td.menu a:visited{
	color:#FFF;
	text-decoration:none;
	filter: alpha(opacity=100);
	opacity: 1;
}
.dropdown{
	float:right;
	width:350;
	/*vertical-align:baseline;*/
}
.dropdown li {
	/*border-radius: .25em .25em 0em 0em;*/
	list-style: none outside none;
    cursor: pointer;
    margin: 0;
    /*padding: 0;*/
	display: inline;
	background-color:#00539b;
    padding: 0em 1em 0em 1em;
	vertical-align:baseline;
	font-size: 20pt;
	color:#FFF;
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
	float:left;
}
.dropdown li:hover {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;

}
.header_1 {
   /* background-image: url("/images/WiseAgent_official_logo.png");
    background-repeat: no-repeat;
    float: left;*/
    padding: 0;
}
#login {
	height: 55px;
	display:none;
	float:right;
	font-size: 9pt;
	margin-bottom:2px;
	margin-right:10px;
}
#showlogin {
	display:block;
	float:right;
	padding-top: 2px;
	height: 35px;
	font-size: 12pt;
	margin-bottom:2px;
	margin-right:10px;
	vertical-align:baseline;
}
#showlogin td{
	text-align: left;
	padding: 2px;
}
#showlogin a{
	color:#FFF;
}
div.login_sm td{
	text-align: left;
	padding: 1px;
	vertical-align:baseline;
	color:#FFF;
}
div.login_sm a{
	color:#FFF;
}

input[type=button], input[type=submit], input[type=reset], .button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size:16px;
	padding: .12em .55em .3em;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
		text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.closebutton{ font-size:13px;padding: .25em .35em .255em;}
.bigrounded {-webkit-border-radius: 2em;-moz-border-radius: 2em;border-radius: 2em;}
.medium {font-size: 12px;padding: .4em 1.5em .42em;}
.small{font-size: 11px;padding: .1em .25em .1em; -webkit-border-radius: .25em; -moz-border-radius: .25em; border-radius: .25em;}
.sbsmall, .sbhide {font-size: 11px;padding: .01em .71em .01em;}
.xsmall {font-size: 9pt;padding: 0em  0em 0em;}

div.login_sm input{
	height: 18px;
	vertical-align:baseline;
}
div.login_sm input[type="submit"]{
	background-color:#00539b;
	border-radius: 0.25em 0.25em 0.25em 0.25em;
    cursor: pointer;
    display: inline-block;
	font-weight:500;
    margin: 0 2px;
    outline: medium white;
	height: 25px;
    padding: 2px;
    text-decoration: none;
    vertical-align: middle;
	color:#FFF;
}
input.calltoaction { 
	   border-radius: 0.5em 0.5em 0.5em 0.5em;
    cursor: pointer;
    display: inline-block;
    font-size: 24pt;
				font-weight:500;
    margin: 30px 2px;
    outline: medium white;
    padding: 0.12em 0.55em 0.3em;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}
/* red */
.red, .p1_red, input.red[type=button] {
	color: #faddde;
	border: solid 0px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red a{color:#faddde;}
.red:hover, input.red:hover[type=button] {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active, input.red:active[type=button] {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue, .blue2, .reportHeader, input[type=button], input[type=submit], input[type=reset]{
	color: #ffffff;
	border: solid 0px #09408b;
	background: #09408b;
	background: -webkit-gradient(linear, left top, left bottom, from(#5694e8), to(#09408b));
	background: -moz-linear-gradient(top,  #5694e8,  #09408b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5694e8', endColorstr='#09408b');
}
.blue a{color:#ffffff;}
.blue:hover input:hover[type=button], input:hover[type=submit], input:hover[type=reset]{
	background: #2a67bb;
	background: -webkit-gradient(linear, left top, left bottom, from(#2a67bb), to(#09408b));
	background: -moz-linear-gradient(top,  #2a67bb,  #09408b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a67bb', endColorstr='#09408b');
}
.blue:active, input:active[type=button], input:active[type=submit], input:active[type=reset] {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#09408b), to(#5694e8));
	background: -moz-linear-gradient(top,  #09408b,  #5694e8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#09408b', endColorstr='#5694e8');
}
.p2_blue{ background-color: #2760ad; color:#ffffff; }
.p3_blue{ background-color: #5488cf; color:#ffffff; }
.p4_blue{ background-color:#e7f0fa;color:#09408b; }/*#e7f0fa;*/
.p4_blue a{color:#09408b;}
.p5_blue{ background-color: #ddeeff; color:#09408b; }
.p5_blue a{color:#09408b;}
/* dropshadow*/
.DS {
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#animation {
	width:500px;
	border: #eee 2px solid;
/*	border-radius: 1.2em 1.2em 1.2em 1.2em;*/

    -moz-animation-duration: 1s;
    -moz-animation-delay: 0s;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
	

}
#slide {
	/*border-radius: 1em 1em 1em 1em;*/
}

@charset "utf-8";
/* CSS Document */
.waui_input {
	width: 160px;
}
.waui_select {
}
.waui_textarea {
	height: 75px;
	width: 160px;
}
.waui_td_left {
  text-align: right;
  vertical-align:top;
  color:#333;
}
.waui_td_right {
  text-align: left;
  vertical-align:top;
}
.waui_wrapper{
  padding: 5px;
  /*border-radius: 8px;*/
  border-style:solid;
  border-color:#ccc;
  background-color:#FFF;
  color:#333;
		border-width:1px;
}
div.waui_top {
  color:#333;
  text-align:center;
}
div.waui_bottom {
	background-color:#333
  color:#FFF;
  text-align:center;
}

.socialmedia {margin-left:15px; text-align:left; padding:2px;}
.bluetext {color:#09408b; font-size:19px;}
.badpass {
 position:absolute;
 left:40%;
 top:200px;
 width: 300px;
 height: 200px;
 background:#FFF ;
 border:solid 1px #666;
 border-radius: .25em;
 z-index:99;
}

.yui-content_sub, .yui-content_sub2, .yui-content_sub2-border,.yui-content,.reportDetails{ font-size:12px; margin: 0 auto;width:900px; border:1px solid #09408b;border-top:#09408b 5px solid;padding:5px 5px 0px 5px;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);}
/*inner box*/
.yui-content_sub {width:100%;padding:0px 0px 0px 0px; padding-bottom: 0px; border:1px solid #5694e8; border-top:#5694e8 5px solid;}
.yui-content_sub2 {width:100%;padding:5px; border:0px solid #5694e8;margin-bottom:5px;}
.yui-content_sub2-border, .reportDetails {margin:0 auto;width:100%;padding:5px;border:1px solid #5694e8;margin-bottom:5px;}
.reportDetails {margin:0 auto;width:97%;padding:5px;border:1px solid #5694e8;margin-bottom:5px;margin:5px;}
