﻿body 
{
    font-family: helvetica, tahoma, sans-serif;font-size:13px;color: #606060;text-align: center;background-color:#efece6; margin:5px;
}

img {border:none;}
h4, .underline { text-decoration: underline;}
ul.nostyle{list-style-type: none;}
a:link, a:visited {color:#00008b;}


.download a {font-size:14px;  text-decoration: none;font-weight: bold;}
.download a:hover   {  text-decoration: underline;}
.download a:link    {  color: darkblue;}
.download a:visited {color: darkblue;}

#main
{
    margin: 0px auto;
    width: 1000px;    
    text-align: left;   
    background-color: #fff;
    position:relative;
    min-height: 800px; 
    height:auto !important; 
    height: 800px; 
}

#banner  {margin-bottom:30px;}
#sidebar {padding-left:10px;width:220px;padding-bottom:50px;display:block;float:left;}
#content {width:750px;padding-bottom:50px;display:block;float:left;}
#content-body {padding-left:20px;}


.page-heading
{ color: #606060; font-family: Georgia,arial,helvetica;letter-spacing:1px; font-size: 16px;background: url(../images/hdg_bg.png) repeat-x 0px -6069px;padding: 8px 5px 8px 5px;height:30px;  }


/* MENU STYLE */
.CategoriesVertical div
{
    width: 200px;
    background: url(../images/vertcat.png) no-repeat left top;
}

.CategoriesVertical div a
{
    display: block;
    height: 36px;
    text-decoration: none;
    color: #003366;
}


.CategoriesVertical div a:hover
{
    background: url(../images/black5.png);
    text-decoration: none;
    color: #003366;
}

.CategoriesVertical div a img
{
    float: left;
    margin-left: 5px;
    padding-top: 4px;
}

.CategoriesVertical div a span
{
    float: left;
    display: block;
    margin-left: 10px;
    padding-top: 12px;
    font-size: 13px;
}

/* End-MENU STYLE */



/* menu tab bar */

.shadowblockmenu{
font-weight: bold;
font-size: 85%;
width: 100%;
}

.shadowblockmenu ul{
border: 1px solid #BBB;
border-width: 1px 0; /* Show only top and bottom border for main menu container */
padding: 0;
margin: 0;
overflow: hidden;
}

.shadowblockmenu ul li{
display: inline;
margin:0;
padding:0;
}

.shadowblockmenu ul li a{
display:block;
float:left;
text-transform: uppercase;
color: green;
padding: 8px 15px 8px 9px;
margin: 0;
text-decoration: none;
border-right: 1px solid #BBB; /*right border between menu items*/
-moz-box-shadow: inset -7px 0 10px rgba(114,114,114, 0.4); /* Add inset shadow to each menu item. First 3 values in (114,114,114, 0.4) specifies rgb values, last specifies opacity */
-webkit-box-shadow: inset -7px 0 10px rgba(114,114,114, 0.4);
box-shadow: inset -7px 0 10px rgba(114,114,114, 0.4);
text-shadow: 0 -1px 1px #cfcfcf; /* CSS text shadow to give text some depth */
-moz-transition: all 0.2s ease-in-out; /* Enable CSS transition between property changes */
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}



.shadowblockmenu ul li a:hover, .shadowblockmenu ul li.current a  {
color: #00cc00;
-moz-box-shadow: inset -7px 0 10px rgba(60,162,221, 0.4), inset 0 0 12px rgba(60,162,221, 0.6); /* Add 2 inset shadows to each menu item  */
-webkit-box-shadow: inset -7px 0 10px rgba(60,162,221, 0.4), inset 0 0 12px rgba(60,162,221, 0.6);
box-shadow: inset -7px 0 10px rgba(60,162,221, 0.4), inset 0 0 12px rgba(60,162,221, 0.6);
}


/* end menu tab bar */



.spacer-20 { height:20px;}


/**********  entry fields ***************** */
.input-amount   {text-align: right;}


.input-div div  { margin:10px 0 10px 0; }

.input-label    {width:200px; display:block;float:left; line-height:20px;}

.input-text, .output-text  { padding:3px;border:1px solid #bbb;-moz-border-radius:5px;-webkit-border-radius: 5px;border-radius: 5px;width:350px;height:16px;color: #666666;}

.input-text:focus { outline: none; border: 1px solid #7bc1f7; box-shadow: 0px 0px 8px #7bc1f7; -moz-box-shadow: 0px 0px 8px #7bc1f7; -webkit-box-shadow: 0px 0px 8px #7bc1f7; }

.input-text-error  { border:1px solid #ff0000;}

.input-amount-box {display:inline-block;width:100px;}

.input-text-box {display:inline-block;width:150px;}

.output-text {display:inline-block;background-color:#f8f8f8;}
/**********  end  entry fields ***************** */


.regular-button {margin: 25px 0px;padding:  4px;color: #3e4f5c;cursor: pointer;width: 150px;height:30px;}



.messageBox {width:600px; min-height:40px; margin:1em 0; border:1px solid #ffcf0f; -moz-border-radius:5px;-webkit-border-radius: 5px;border-radius: 5px;padding:0 12px; background-color:#ffffde; background-position:20px 5px; background-repeat:no-repeat;}
.messageBox p
{
	margin: 5px 0;
	color: #707070;font-family: Georgia,'Palatino Linotype';font-size:13px;
}
.messageBox.notification
{
	border-color: #81a4c6;
	padding-left: 55px;
	background-color: #f0f6fd;
	background-image: url(../images/icon_info.gif);
}
.messageBox.confirmation
{
	border-color: #c4de95;
	padding-left: 55px;
	background-color: #f8feee;
	background-image: url(../images/icon_success.gif);
}
.messageBox.error, div.messageBox.alert
{
	padding-left: 55px;
	background-image: url(../images/icon_alert.gif);
}
.messageBox ul {position:absolute; top:0; left:-500em; width:1px; height:1px; overflow:hidden; text-indent:-9999em; line-height:0;}

/* box with rounded corners */
.nifty{ margin: 0;background: #f7f7f7;font-family:Arial;}
.nifty h1,p{margin: 5px;font-size: 15px;}
.nifty i{font-size: 12px;}
.nifty h1{color: #336699; padding: 3px;margin: 5px;border-bottom:solid 1px;border-bottom-color:#c0c0c0;}
.nifty p{padding-bottom:5px;padding-left:5px;}

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #f7f7f7}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
    
    background-color: #ffffff;
    border: none;  
    padding: 0px;
    margin: 0px;
    
}



/* login box Rounded borders */
#login-box {width:575px; margin: 50px auto;text-align:center;}
#login-box .topborder
{
    background-image: url(../images/top-border.gif);
    height: 14px;
}

#login-box .middleborder
{
    background-image: url(../images/middle-border.gif);
   
}

#login-box .bottomborder
{
    background-image: url(../images/bottom-border.gif);
    height: 14px;
}

#login-box .lock-box
{
    width:480px;
    background-color: #e2e2e2; 
    margin-left:20px;padding: 5px 25px 5px 25px; 
    color: #666666; 
    border: #696969 1px solid;
}





/*
Table Style for gridview
------------------------------------------------------------------ */

.gvStyle table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
	border-bottom: 1px black dotted;
}
.gvStyle table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
	border-bottom: 1px black dotted;
}
.gvStyle table a:active,
.gvStyle table a:hover {
	color: #bd5a35;
	text-decoration:none;
	border-bottom: 1px #bd5a35 dotted;
}
.gvStyle table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:13px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;	
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.gvStyle table th {
	padding:11px 15px 12px 15px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.gvStyle table th:first-child{
	text-align: left;
	padding-left:20px;
}
.gvStyle table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.gvStyle table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.gvStyle table tr{
	text-align: center;
	padding-left:20px;
}
.gvStyle table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.gvStyle table tr td {
	padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.gvStyle table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.gvStyle table tr:last-child td{
	border-bottom:0;
}
.gvStyle table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.gvStyle table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.gvStyle table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

 
 /* gridview pager styling */
 
 .gvStyle .gvStyle_pager 
{
    text-align:right;
}
.gvStyle .gvStyle_pager table 
{
    margin: 5px;border:0px !important;background:#fff;box-shadow:none;
}
.gvStyle .gvStyle_pager td
{
    border-width: 0;
    padding: 2px;   
    border:none;
    font-weight: bold;
    color: #666;
    line-height: 15px;
 }  
 
 .gvStyle .gvStyle_pager span  /* selected page number */
{   
    
    text-decoration: none;    
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;    
    
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;            
    background: #616161;    
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);

}

.gvStyle .gvStyle_pager a 
{
    color: #666;
    text-decoration: none;
    border-bottom:1px solid #c0c0c0 !important;     
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}
.gvStyle .gvStyle_pager a:hover 
{
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
    border-bottom:0px !important;
}