﻿body 
{
    font-family: Calibri,sans-serif;
    font-size: 11px;    
    width: 100%;
    overflow-x: hidden;
    background-image: url('../../images/bg.png');
    background-repeat: repeat; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}
#topline {
    height: 5px;
    width: 100%;    
  /*  background-color: #0099cc; */
    background-color: #66CC33;
    position: absolute;
    top: 0px;
    z-index: 1;
}

#wrapper {
    width: 100%;
    margin:0px auto auto auto;
}
#header {
    width: 100%;
    height: 150px;
    z-index: 0;   
    position: relative;
    top: 0px;
   margin:0px auto auto auto;
    left: 0px;
}
#header .roundtab {
    float: right;
    width: 300px;
    height: 40px;
   /*  background-color: #0099cc; */
    background-color: #66CC33;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 18px;
    -moz-border-bottom-left-radius: 20px;
    -moz-border-bottom-right-radius: 18px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 18px;
    position: relative;
    right: 20px;
    top: 0px;
 }
 
#header .roundtab .triangle-l {
    border-color: #66CC33 #66CC33  transparent transparent;
    border-style: solid;
    border-width: 15px;
    position: relative;
    height:0px;
	width:0px;
    left:-25px;
    top: 4px;
    float:left;
  
}
#header .roundtab .triangle-r {
    border-color: #66CC33 transparent  transparent #66CC33;
    border-style: solid;
    border-width: 15px;
    position: relative;
    height:0px;
	width:0px;
    left:265px;
    top: 4px;
    float:left;
  
}
 
 #header .roundtab span {
     color: #fff;
     position: relative;
     top: 3px;
     font-family: calibri;
     font-size: 12px;
     font-weight: bold;
     
 }
 
 #header .logo {
     position:relative;
     left:20px;
     width: 200px;
     height: 105px;
     top: 12px;        
     background-image: url("");
 }
 #header .logo img {
     border-style: none;
    border-color: inherit;
    border-width: 0;
    float: left;
     position: relative;
     top: -12px;
     left: -10px;
     }
.imgstyle {
     border: 0px;
}
 
#loginheader 
{
    min-width: 700px;
    height: 100px;
    width: 99%;
    float: left;
    background: url('../images/header-bg.png') repeat-x;
    position: relative;
    top: 6px;
    left: 6px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#logincontainer 
{
    min-width: 700px;    
    min-height:510px;
    width: 99%;
    background-color:#fff;
    z-index: 100;
    position: relative;    
    top: -20px;
    float: left;
    left: 6px;
    right: 6px;
    border: 1px solid #66CC33;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#logincontainer2 
{
    min-width: 700px;
    height: 400px;
    width: 99%;
    background: url('../images/loginContainer2.png') repeat-x;
    z-index: 100;
    position: relative;    
    top: -20px;
    float: left;
    left: 6px;
    right: 6px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#Column1 {
    min-width: 150px;
    height: auto;
    width: 20%;
    position: relative;
    float: left;
     margin-top: 10px;
    margin-left: 10px;
    padding: 2px;
    
}
.Column2 
{
    
    height: 95%;
    width: 74%;
    position: relative;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 10px;
        
}
#loginheader li.title {
    list-style:none; position:relative; 
    left:-40px; text-transform:uppercase; 
    display:block; color:#fff; 
    font-size:24px; font-weight:bolder; 
}
#loginheader li.subtitle {
   list-style:none; position:relative;  
   left:-40px; top:10px; 
   text-transform:capitalize; 
   display:block; color:#fff; 
   font-weight:bold; letter-spacing:2px;
}
#loginheader img {
    padding:2px; margin:5px; 
    float:left; width:100px;
}
.contentbox 
{
    width: 100%;    
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   background-color: #fff;
    border: 1px solid #ccc;
    float: left;
	padding: 5px;
    min-height: 500px;
	 z-index: 90;
}
.lablefield {
    text-align: left;
    padding: 3px;
    width: 100px;
    
}
.textfield {
    text-align: left;
    width: 150px;
}

#loginbox {
    
    width: 650px;
    height: 200px;
    margin: 70px auto 0 auto;
    background: #fff;
    border: 2px solid #ccc;
    font-family: Century Gothic;
    font-weight: bold;
    color:darkgrey;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
    padding-bottom: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 90;
}
#loginbox h2 {
     font-size: 24px;
   /* color: #0066cc; */
    color: #66CC33;
    margin:10px 25px;    
    text-transform: uppercase;  
}
#loginbox .textboxfields {
        border: 1px solid #eee;
    height: 16px;
    width: 200px;
    
}
#loginbox-l {
    width: 250px;
    float: left;
    position: relative;
    top: 10px;
}
#loginbox-l ul.ui-tabs-nav {
    width: 250px;
    margin: 0 auto;
}
#loginbox-l ul.ui-tabs-nav li {
    display: block;
    width: 250px;
}
#loginbox-l a {
      font-family: Century Gothic;
    font-weight: bold;
    color: #66CC33;
    cursor: pointer;
    text-decoration: none;
}
#loginbox-l a:hover {
     font-family: Century Gothic;
    font-weight: bold;
    color: #66CC33;
    text-decoration: underline;
     cursor: pointer;
   
}
#loginbox-l ul.ui-tabs-nav li img {
    padding: 2px;
}
#loginbox-r {
    width: 400px;
    float: left;
    position: relative;
    top: 10px;
    left: 10px;
}
#loginbox-r h2 
{
    font-size: 24px;
    color: #66CC33;
    margin:10px 20px;    
    text-transform: uppercase;  
     
}
#loginbox-r a {
     font-family: Century Gothic;
    font-weight: bold;
    color: #66CC33;
    cursor: pointer;
     text-decoration: none;
}
#loginbox-r a:hover {
    font-family: Century Gothic;
    font-weight: bold;
    color: #66CC33;
    text-decoration: underline;
     cursor: pointer;
}
#loginbox-r .fields {
    margin:0 20px;
    line-height: 20px;
    padding-bottom: 5px;
    float: left;
}
#loginbox-r .textboxfields {
        border: 1px solid #eee;
    height: 16px;
    width: 200px;
    
}
 /*---------------- menu tab----------------------*/
/* style the outer div to give it width */
.menu 
{
    font-size:11px;padding:0px; float:right; width:100%;
    position: relative;top: -10px;
 
       }

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:28px; background:#66CC33;
             -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    
          }
/*  background:#267cb2 #0066CC*/
/* style the sub-level lists */
.menu ul ul {width: auto;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {height:28px;line-height:28px;}

/* style the sub level list items */
.menu ul ul li {display:block;width: auto; height:auto;position:relative;line-height:1em; border-bottom:1px #2384BF solid;}

/* style the links for the top level */
.menu a, .menu a:visited {
    display:block;width: 170px;float:left;height:100%;font-size:14px;text-decoration:none;color:#fff;background:#6633FF; text-transform:uppercase;
    
}
.menu a span {
    position: relative;
    left: 20px;
}
.menu a.current{background:#3da1e0;}

.vrmenu {
    font-size:11px;padding:0px; width:100%;
    position: relative;
    margin: 0px auto;
    height: auto;
    clear: both;           
}
.vrmenu ul {padding:0;margin:0;list-style-type:none; height:28px;  }
  .vrmenu ul li {height:28px;line-height:28px;
                 border-bottom: 1px solid #ddd;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
                 }
  
  .vrmenu a, .vrmenu a:visited {
    display:block;width: 100%;float:left;height:100%;text-decoration:none;color:#000; text-transform:uppercase;
      font-family: calibri;
      font-weight: normal;
      background-color: #eee;
}

.vrmenu a:hover {
     display:block;width: 100%;float:left;height:100%;text-decoration:none;color:#fff; text-transform:uppercase;
   font-family: calibri;
    background-color: #66CC33;
   font-weight:bold;
}
.vrmenu a span 
{
    float: left;
    position: relative;
    left:15px;
  
}
.vrmenu a img 
{
    float: left;
    position: relative;
    margin: 3px;
    left: 5px;
    }

#footer {
    min-width:700px;
    position: relative;
   clear:both;
    height: 50px;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: url('../images/loginfooter.png') repeat-x;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    
}
#footer span 
{
     min-width:700px;
    color: #fff;
    font-size: 12px;
    position: relative;
    left: 40%;
    top: 7px;
     
    
}

/*  Text overlay on image with CSS */
div.Imagewrapper{  
    float:left; /* important */  
    position:relative; /* important(so we can absolutely position the description div */
    padding: 5px;
    background-color: #fff;
    border: 1px solid #eee;
   
}  
div.Imagedescription{  
    position:absolute; /* absolute position (so we can position it where we want)*/  
    /* position will be on bottom */
    bottom: 10px;
    left:8px;  
    width:150px;  
    /* styling bellow */  
    background-color:#000;  
    font-family: 'tahoma';  
    font-size:15px;  
    margin:0px auto; 
    color:#fff;  
    opacity:0.6; /* transparency */  
    filter:alpha(opacity=60); /* IE transparency */  
}  
p.Imagedescription_content{  
    padding:10px;  
    margin:0px auto;  
} 

/* end of Text overlay */
.rectangle3 {
	background: #66CC33;
	height: 15px;
	width: 160px;
	position: relative;
	left:-20px;
	top: -5px;
	float: left;
  	z-index: 100; /* the stack order: foreground */
	padding: 5px 10px;
	margin: 10px;
	color: #fff;
	font-size: 21px;
    font-weight: bold;
	line-height: 1.3em;
	border: 1px dashed #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 0 0 4px #66CC33, 2px 1px 4px 4px rgba(10,10,0,.5);
	-webkit-box-shadow: 0 0 0 4px #66CC33, 2px 1px 4px 4px rgba(10,10,0,.5);
	box-shadow: 0 0 0 4px #66CC33, 2px 1px 6px 4px rgba(10,10,0,.5);
	text-shadow: -1px -1px #aa3030;
}
.rectangle3 span {
    float: right;
    position: relative;
    bottom: 7px;
}

.rectangle4 {
	background: #66CC33;
	height: 15px;
	width: 100%;
	position: relative;
	left:-20px;
	top: -5px;
	float: none;
  	z-index: 100; /* the stack order: foreground */
	padding: 5px 10px;
	margin: 10px;
	color: #fff;
	font-size: 16px;
    font-weight: bold;
	line-height: 1.1em;
	border: 1px dashed #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 0 0 4px #66CC33, 2px 1px 4px 4px rgba(10,10,0,.5);
	-webkit-box-shadow: 0 0 0 4px #66CC33, 2px 1px 4px 4px rgba(10,10,0,.5);
	box-shadow: 0 0 0 4px #66CC33, 2px 1px 6px 4px rgba(10,10,0,.5);
	text-shadow: -1px -1px #aa3030;
}

a
{
    text-decoration:none;
}

.border {
    border: 1px solid #00CC00;
}

.titleTdleft {
    color: red;
     font-size: 14px;
     text-align: left;
}
.titleTdtop {
    width: 13%;
    text-align: center;
    color: red;
    padding: 10px;
    line-height: 2;
    font-size: 14px;
    background: #eee;
    font-weight: bold;
}
.dataTd {
    text-align: center;
}
.txt {
        border: 1px Solid #00CC00;
    text-align: center;
    font-size: 14px;
    
        width: 80px;
    }
    
/*   Pager Setting */
 .GridPager a, .GridPager span
    {
        display: block;
        height: 15px;
        width: 15px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
    }
    .GridPager a
    {
        background-color: #f5f5f5;
        color: #969696;
        border: 1px solid #969696;
    }
    .GridPager span
    {
        background-color: #006633;
        color: #fff;
        border: 1px solid #006633;
    }
