/* CSS Document */

body {
	background-color: #58595c;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-family: Arial;
		/*'''''''''''''''''''''''*/
	scrollbar-face-color:#585858;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#ffffff;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}
.text {
	font-family: Arial ;
	font-size: 12px;
	text-decoration:none;
	color:#000000;
	text-align:justify;
	
}
.New 
{
	font-family: Arial;
	font-size: 12px;
	text-decoration:none;
	color:#0173BA;
	}


.Title {
	font-size: 18px;
	font-weight: bold;
	color: #0064a1;
	text-decoration:none;
}
.copyright {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
.menu {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.products {
	font-size: 28px;
	font-family: Arial;
	font-weight: bold;
	text-decoration:none;
}
.products2 {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	text-decoration:none;
}

.Error{
	font-size: 	10pt;
	font-family: Arial;
	color:red;
}
/***********************Link*/

a
{ 
	 font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: None;
  color: #847743;
}
a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration:underline;
  color: #BCB60B;

  
}
/***********************Link*/

td
{
	font-family:Arial;
	text-align:left;
	}

.details
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	}
hr{border: none 0; 
border-top: 1px dashed #8B8A8F;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

.Link
{
	font-family:Arial;
	font-size:10pt;
	color:#0072B9;
	font-weight:bold;
	cursor:pointer;
}
/*********************************************Grid View*/
.GridView
	{
	font-family:arial;
	font-size:12pt;
	text-align:center;
	width: 100%;
	border-style:outset;
	border-width:medium;
	border-color: #C7CF9C;
	color:#3A3A3A;
	background-color:#F4F4F4;
		}
.GridHeader
	{
		text-align: center;
	font-family:arial;
	font-size:10pt;
	font-weight: bold;
	color:White;
	height:30px;
	background-color:#0C0C0C;
		}
	.Rowstyle
{
	background-color:#ffffff;
	text-align: center;
}

	
.GridRow
	{
	font-family:Arial;
	font-size:11pt;
		text-align: Center;
	width:100%;
	
	}
	GridRow
	{
	font-family:Arial;
	font-size:11pt;
	text-align: center;
	width:100%;
	
	}
	/********************************************rounded-textbox*/
	
	.rounded-textbox {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-color:#ffffff;
border: 1px solid #A0A83B;

padding-left:2px;
padding-right:2px;
width:15em;
}




/***********Pages Shadow********/
.footer {
	CLEAR: both; MARGIN-TOP:27px;
}

#content {
	WIDTH: 100%;
	text-align:center;
	 }

.notice-box {
	BORDER-RIGHT:  #d2d2d2 1px solid;
	BORDER-TOP: #d2d2d2 1px solid;
	 margin-top:10;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px; 
	PADDING-BOTTOM: 10px; 
	BORDER-LEFT: #d2d2d2 1px solid;
	PADDING-TOP: 10px; 
	BORDER-BOTTOM: #999999 1px solid;
	BACKGROUND-COLOR: #ffffff; 
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px
}
.footer .boxeff {
	MARGIN-TOP: -27px;
	 BACKGROUND: url(images/img_effect.png) no-repeat right bottom; 
	 z-index:0;
	 HEIGHT: 32px
}
/**************Shadow to div for text box***************/
.shiftcontainer
{

position: relative;
left: 0px; /*Number should match -left shadow depth below*/
top: 0px; /*Number should match -top shadow depth below*/
}

.shadowcontainer
{
	-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
width: 100%; /* container width*/

background-color: #d1cfd0;
}

.shadowcontainer .innerdiv
{
	height:23px;
	-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
/* Add container height here if desired */
background-color: white;
border: 1px solid #A0A83B;
padding: 2px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}
