* { padding:0; margin:0; outline:0; }
body {
	/*background:#f9ebae;*/
	background:#e2f4f8;
	font-family: Verdana, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#5e5e5e;
}
input, textarea, select { font-family: Verdana, sans-serif; font-size:13px; }
textarea { overflow:hidden; }

.field { border:solid 1px #d3cfc7; background:#fff; padding:5px; }
.small-field { border:solid 1px #d3cfc7; background:#fff; padding:3px 1px; font-size:11px; }

.checkbox { width:13px; height:13px; vertical-align:top; position:relative; top:2px; }

.button { background:#eee url(images/button.gif) repeat-x 0 0; border:solid 1px #b1a874; color:#7f7f7f; font-size:11px; padding:2px 6px 2px 6px; cursor:pointer; line-height:14px !important; }
.button:hover { color:#333; border-color:#857b42;-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s; }


.field:focus { color:#000; border-color:#857b42;}

a img { border:0; }

a { color:#258ab6; text-decoration: underline; cursor:pointer; }
a:hover { color:#00346c; text-decoration: none;}

.left, .alignleft { float:left; display:inline; }
.right, .alignright { float:right; display:inline; }

.cl { font-size:0; line-height:0; clear:both; display:block; height:0; }

.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center !important; }

h1{ font-size:22px; line-height:24px; color:#fff; font-weight: normal;}
h1 a{ color:#fff; text-decoration: none; }
h2 { font-size:15px; font-weight: normal; }
h3 { font-size:12px; line-height:14px; font-weight: normal; }
h3 a{ text-decoration: none; }



.shell { width:988px; margin:0 auto; }

#header { height:89px; background:url(images/header.jpg); white-space:nowrap; }
#header h1{ float:left; display:inline; padding-top:60px; }
#top-navigation { float:right; white-space:nowrap; color:#fff; padding-top:15px; }
#top-navigation a{ color:#fff; }
#top-navigation span{ color:#dca598; }
#top { height:53px; }

#navigation { height:36px;}
#navigation ul{ list-style-type: none; float:right;}
#navigation ul li{ float:left; display:inline; margin-right:2px;}
#navigation ul li a,
#navigation ul li a span { float:left; height:36px; /*background:url(images/tab.png) no-repeat 0 0;*/ padding:0 0 0 15px;}
#navigation ul li a span { background-position:right 0; padding:0 15px 0 0;}
#navigation ul li a { line-height:36px; color:#fff; background:#00ae6a; text-decoration: none;border-top-left-radius: 5px;
    border-top-right-radius: 5px;
 }

#navigation ul li a.active,
#navigation ul li a:hover { background-position:0 bottom; background:#E2F4F8; color:#445E00;}

#navigation ul li a.active span,
#navigation ul li a:hover span{ background-position:right bottom; color:#445E00;}

#navigation ul li a.active { font-size:12px; font-weight: bold; color:#445E00; }


#container { padding:20px 0;}

.small-nav { color:#445e00; padding-bottom:20px; }
.small-nav a{ color:#356aa0; }


#main {}
#content { float:left; width:750px; }
#sidebar { float:right; width:225px; }
.full-width{float:left; width:988px!important; }

.table {}
.table th{ background:#fffdfa url(images/th.gif) repeat-x 0 0; color:#818181; text-align: left; padding:7px 10px; border-bottom:solid 1px #d2d1cb;}
.table td{ background:#fbfcfc;  border-bottom:solid 1px #e0e0e0; padding:8px 10px; }
.table tr.odd td{ background:#f8f8f8; }
.table tr:hover td{ /*background:#fff9e1; */}
.table a.ico{ }

.box { background:#fbfcfc; height:100%; padding:1px; margin-bottom:20px; }
.box-head { background:#00ae6a; height:32px; color:#fff; padding: 0 10px; line-height:32px; white-space:nowrap; border-bottom:solid 1px #fff; }
.box-head .right{ padding-top:5px; line-height:13px;}
.box-head .right label,
.box-head .right input { float:left; }
.box-head .right label { padding:4px 0 0 0;}
.box-head .right input { margin-left:5px;}

.pagging { height:20px; padding:8px 10px; line-height:19px; color:#5E5E5E; }
.pagging a{ background:url(images/pagging.gif) repeat-x 0 0; height:20px; float:left; padding:0 8px; border:solid 1px #d5d5d5; text-decoration: none; color:#5E5E5E; margin-left:5px;  }
.pagging a:hover { border-color:#00346c; background:#258ab6; color:#fff;-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s; }
.pagging span{ float:left; margin-left:5px; padding-top:2px; }


a.ico { color:#9d9c9a; font-size:10px; text-decoration: none; padding:0 0 0 14px; background-repeat:no-repeat; background-position:0 0; }
a.ico:hover { color:#333;}
a.del { background-image:url(images/del.gif)}
a.edit { background-image:url(images/edit.gif); margin-left:14px;}


.form { padding:15px 10px 5px 10px; }
.form label{ display:block; font-weight: bold; font-size:13px; padding-bottom:4px; }
.form label span{ color:#999; font-weight: normal;}
.form .field { display:block; }
.form .inline-field .field { display:inline;}
.form .req { font-size:13px; float:right; white-space:nowrap; color:#999;  }
.form p{ padding-bottom:15px; }

.size1 { width:716px; }
.size2 { width:80px; }
.size3 { width:120px; }
textarea.size1 { height:180px; }

.buttons { text-align: right; padding:10px; background:#eee; border-top:solid 1px #e0e0e0; }
.buttons .button{ margin-left:3px;}

.box-content { padding:10px; }

.sort { border-top:solid 1px #e0e0e0; padding-top:10px; margin-top:15px;   }
.sort label{ display:block; font-weight: bold;}
.sort .field{ display:block; margin-top:5px; }
.sort select.field{ width:203px; }


.box-content p { padding-top:10px; }
.select-all{}
.select-all label{ text-decoration: underline; padding-left:4px; }

.add-button,
.add-button span { float:left; height:26px; background:url(images/add-button.gif) no-repeat 0 0; padding:0 0 0 28px; }
.add-button span { background-position:right 0; padding:0 10px 0 0; }
.add-button { font-weight: bold; font-size:12px; color:#747474; text-decoration: none; line-height:26px; }
.add-button:hover { color:#333;}


#footer { height:44px; background:url(images/footer.jpg); line-height:44px; color:#fff;}
#footer a{ color:#fff; }


.msg { position:relative; padding-right:35px; margin-bottom:10px; }
.msg p{ padding:9px 10px 9px 40px; font-size:12px; background-repeat:no-repeat; background-position:10px 5px;}
.msg a.close{ font-size:0; line-height:0; position:absolute; top:0; right:0; width:34px; height:34px; background:url(images/close.gif); text-indent: -4000px;}

.msg-ok p{ background-color:#fffac2; border:solid 1px #dbd6a2; color:#5e5c40; background-image:url(images/msg-ok.gif); }
.msg-error p{ background-color:#f3c598; border:solid 1px #e8b084; color:#ba4c32; background-image:url(images/msg-error.gif);  }

/*** CSS3 ***/
.box { -moz-border-radius:5px; -webkit-border-radius:5px; -moz-box-shadow: 0 0 6px #978f6c; -webkit-box-shadow: 0 0 6px #978f6c;border-radius:5px;box-shadow: 0 0 6px #978f6c;}
.box-head { -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; -webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px;border-top-left-radius:5px; border-top-right-radius:5px; }

.field, .button { -moz-border-radius:4px; -webkit-border-radius:4px;border-radius:4px; }
.small-field, .button, .pagging a { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}

.msg p { -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;}

.button { -moz-box-shadow: 0 0 2px #978f6c; -webkit-box-shadow: 0 0 2px #978f6c;box-shadow: 0 0 2px #978f6c;}
input[type='button'], input[type='submit']
{
background:url(images/pagging.gif) repeat-x 0 0;  float:left; height:22px; padding:0px 8px 4px 8px; border:solid 1px #d5d5d5; text-decoration: none; color:#5E5E5E; margin-right:5px; font-size:12px; line-height:19px; cursor:pointer;
}
input.btn:hover { border-color:#00346c; background:#258ab6; color:#fff;-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s; }
	
	.searcbox label
	{
	margin-bottom:5px;
	float:left;
	}
	.searcbox th
{
border:0px;
}
#main-login
{
background:#FFFFFF;
width:60%;
position:relative;
margin-top:15%;
margin-left:auto;
margin-right:auto;
}
#main-login 
{
color: #818181;
padding:2% 3%;
border-radius:12px;
border:1px solid #258ab6;
}
#main-login h1
{
color:#258ab6;
border-bottom:2px solid #258ab6;
padding-bottom:5px;
}
.login-box
{
width:49%;
margin:30px auto;
font-size:14px;
}
.login-box input[type='text'], .login-box input[type='password']
{
border:1px solid #818181;
padding:5px 10px; 
margin:5px 0px;
}
.login-box input[type='button'], .login-box input[type='submit']
{
font-size:14px;
float:right;
margin-right:10px;
}
.btn.sign-in
{
float:right;
}
.my-account input[type='text'], .searcbox input[type='text']
{
padding:2px 3px;
border:1px solid #818181;
}
.my-account table th, .my-account table td
{
border:0px;
}
.floatnone
{
float:none!important;
margin-right:19px!important;
}
.my-account th, .my-account td
{
background:none;
}
.my-account select
{
width:162px;
border:1px solid #818181;
padding:2px 3px;
}
.fileUpload {
	float: right;
    overflow: hidden;
    position: relative;
    
}
.fileUpload input {
	position: absolute;
	top: 0;
	width:60px;
	right: 0px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	z-index:5000;
	filter: alpha(opacity=0);
}
.fileUpload.btn-primary
{
background: url("images/pagging.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #D5D5D5;
    color: #5E5E5E;
    float: right;
    height:18px;
    margin-left: 5px;
   padding:2px 8px 0px 8px;
    text-decoration: none;
	z-index:6000;
}
.fileUpload.btn-primary:hover
{
 border-color:#00346c; background:#258ab6; color:#fff;-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}



#loader {
    background: url("images/loading15.gif") no-repeat scroll 50% 50% rgba(0, 0, 0, 0.6);
    height: 100%;
    display:none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.alert-box {
	color:#fff;
	border-radius:10px;
	font-family:Arial,sans-serif;font-size:13px;
	padding:10px 36px 10px 0px;
	margin:10px;
	width:310px;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:999;
}
.alert-box span {
	font-weight:bold;
	text-transform:uppercase;
	padding-left:36px;
	background:url(images/success.png) no-repeat 10px 50%;
}
.success {
  background-color: #67cba4;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#67cba4), to(#00AE6A));
  background: -webkit-linear-gradient(top, #67cba4, #00AE6A);
  background: -moz-linear-gradient(top, #67cba4, #00AE6A);
  background: -ms-linear-gradient(top, #67cba4, #00AE6A);
  background: -o-linear-gradient(top, #67cba4, #00AE6A);
	border:1px solid #00482c;
}
.cross
{
 
position:absolute;
right:-14px;
top:-12px;
border:1px solid #00482c;
border-radius:15px;
z-index:888;
}

#ajax_sucess_msg {
  display:none;
}

#filterPolicies table tr:first-child th select
{
	max-width:150px;
}


#filterPolicies table tr:first-child th input
{
	max-width:100px;
}


/* 
	2014-03-06
*/
.list-full-shell
{
	width:98% !important;
}


.list-full-shell #main_table td:nth-child(9)
{
	width: 207px;
}


.list-full-shell .full-width
{
	width:100% !important;
}
