body {
text-align:center;
}


#pagewidth{
	to:10px;
	width: auto;
	height:auto;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}
#pagewidthPop{
	to:10px;
	width: 600px;
	height:auto;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}
/*this two colum format useed main window */
#LeftTab{float:left; width: 70%;}
#RightTab{float:left; width: 28%; background-color: #FFFFF;}
/*#RightTab{float:left; width: 28%; background-color: #FFFFF;*/

/*this two colum format useed main window */
#LeftTabDob{float:left; width: 50%;}
#RightTabDob{float:left; width: 48%;}

#login{
	to:100px;
	width: 600px;
	height:auto;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}

/*-------------------------table css start---------------------------------------------*/


table.altrowstable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #a9c6c9;
	border-collapse: collapse;
}
table.altrowstable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}
table.altrowstable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}
.oddrowcolor{
	background-color:#FFCC99;
}
.evenrowcolor{
	background-color:#FFF0E0;
}

/*------------------------table css end----------------------------------------------*/

/*------------------------Button css Start----------------------------------------------*/
input[type='submit']
{
width: 150px;
height: 34px;
border: 3px solid white;
background-color:#FF8000;
}
input[type='submit']:hover
{
width: 150px;
height: 34px;
border: 3px solid white;
background-color:#B76D00;
color:#fff;
}
input[type='reset']
{
width: 150px;
height: 34px;
border: 3px solid white;
background-color:#FF8000;
}
input[type='reset']:hover
{
width: 150px;
height: 34px;
border: 3px solid white;
background-color:#B76D00;
color:#fff;
}
/*------------------------Button css End----------------------------------------------*/

/*------------------------Texbox css start----------------------------------------------*/
#text
{
float:left;
width:100px;
}

/*CSS for dropdown box*/
select
{
width: auto;
height: auto;
border-radius: 3px;
border: 1px solid #FF8000;
font-weight: 200;
font-size: 14px;
font-family: Verdana;
box-shadow: 1px 1px 5px #FF8000;
}
select: hover
{
width: auto;
height: auto;
border-radius: 3px;
border: 1px solid #FF8000;
font-weight: 200;
font-size: 14px;
font-family: Verdana;
box-shadow: 1px 1px 5px #FF8000;
}
/*CSS for text box*/
input[type='text'], input[type='password']
{
border-radius: 3px;
border: 1px solid #FF8000;
padding: 1px;
font-weight: 200;
font-size: 14px;
font-family: Verdana;
box-shadow: 1px 1px 5px #FF8000;
}

input[type='text']:hover, input[type='password']:hover
{
border-radius: 3px;
border: 1px solid #aaa;
padding: 1px;
font-weight: 200;
font-size: 14x;
font-family: Verdana;
box-shadow: 1px 1px 5px #CCC;
}

/*------------------------Texbox css end----------------------------------------------*/

#divstyle{
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	border:3px solid #FF9900;
	/*background:rgba(214,211,227,0.4);rgb(220,220,220)*/
        background:rgb(255, 224, 178);
	-webkit-box-shadow: #B3B3B3 5px 5px 5px;
	-moz-box-shadow: #B3B3B3 5px 5px 5px; 
	box-shadow: #B3B3B3 5px 5px 5px;
	height:auto;
	}
	
	
	
.TagBill{border-width:1px;border-color:black;}
.TagBilltr{background-color: #CC9999; color: black;} 
.TagBillNote{font-size:18pt;color:red;}

	
	
	
#divstyle_data{
	padding:20px;
	text-align:left;
       font-family: verdana,arial,sans-serif;
	font-size:12px;
}

#gallery {
	margin:2px;
	border:1px solid #ffffff;
	height:auto;
	width:150px;
	float:left;
	text-align:center;
}
#gallery  img{
	display:inline;
	margin:3px;
	/*border:1px solid #ffffff;*/
}


#gallery a:hover img
  {
  border:1px solid #0000ff;
  }

#gallery desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }

#navlist li
{
list-style-type:none;
margin:0;
padding:0;
} 

 

#footer{
height:auto;
clear:both;
color:#000000;
font-size:11px;
text-align:center;
}

/* *** Float containers fix: */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 
 
div.Head {
  text-align: center;
  font-weight: normal;
  width: auto;
  margin: 5px;
  font-weight: bold;
  font-family: verdana;
  font-style: normal;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 8px 60px 8px 60px;
  margin: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-shadow: 3px 3px 3px #333300;
  
}
div.img {
    margin: 5px;
    padding: 5px;
    border: 3px solid #FF9900;
    height: auto;
    width: auto;
    float: left;
	box-shadow: 4px 6px 3px #666666;
    text-align: center;
}	

div.img img {
    display: inline;
    margin: 5px;
    border: 1px solid #FF9900;
}

div.img a:hover img {
    border: 2px solid #FF9900;
}

div.desc {
  text-align: center;
  font-weight: normal;
  width: 330px;
  margin: 5px;
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 16px;
  color: #FF8000;
  text-decoration: none;
  display: block;
  padding: 8px 60px 8px 60px;
  margin: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-shadow: 3px 3px 3px #99867D;
  
}
div.des {
  text-align: center;
  font-weight: normal;
  width: 330px;
  margin: 5px;
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 16px;
  color: #333300;
  text-decoration: none;
  display: block;
  padding: 8px 60px 8px 60px;
  margin: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-shadow: 3px 3px 3px #8A8A73;
  
  
}