/*-----Link Style-----*/
a:link{
	letter-spacing: 0px;
	font-family: "arial", trebuchet ms, tahoma, verdana;
	font-size: 10px;
	color: #d7809a;
	font-weight: normal;
	line-height: 11px;
	letter-spacing: 0px;
	text-decoration: none;
}

a:visited{
	letter-spacing: 0px;
	font-family: "arial", trebuchet ms, tahoma, verdana;
	font-size: 10px;
	color: #d7809a;
	font-weight: normal;
	line-height: 11px;
	letter-spacing: 0px;
	text-decoration: none;
}
	
a:hover{
	letter-spacing: 0px;
	font-family: "arial", trebuchet ms, tahoma, verdana;
	font-size: 10px;
	color: #919191;
	font-weight: normal;
	line-height: 11px;
	letter-spacing: 0px;
	text-decoration: underline;
}

a:active{
	letter-spacing: 0px;
	font-family: "arial", trebuchet ms, tahoma, verdana;
	font-size: 10px;
	color: #919191;
	font-weight: normal;
	line-height: 11px;
	letter-spacing: 0px;
	text-decoration: none;
}




	
 /*-----Table Style-----*/
body{
	background-color: #262626;
	background-image: url(IMAGES/bg.gif);
	background-position: 0% 0%;
	background-repeat: repeat-x;
	color: #919191;
	font-size: 12px;
	font-family: "arial", trebuchet ms, tahoma, verdana;
	letter-spacing: 0px;
	scrollbar-track-color: #e2e2e2;
	scrollbar-face-color: #f7f8f7;
	scrollbar-arrow-color: #505050;
	scrollbar-3dlight-color: #afafaf;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

br{
	line-height: 11px;
}

td{
	font-family: "arial", trebuchet ms, tahoma, verdana;
	font-size: 10px;
	color: #262626;
}




/*-----Table Text Style-----*/
#header1{
	font-family: "arial", trebuchet ms, tahoma, verdana;
	font-size: 13px;
	color: #d7809a;
	font-weight: bolder;
	line-height: 13px;
	letter-spacing: -1px;
	text-transform: lowercase;
	margin: 10px;
}

#header2{
	font-family: "arial", trebuchet ms, tahoma, verdana;
	font-size: 17px;
	color: #6a6a6a;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 0px;
	text-transform: capitalize;
	margin: 10px;
}


#content{
	font-family: "arial", trebuchet ms, tahoma, verdana;
	font-size: 11px;
	color: #D7D7D7;
	font-weight: normal;
	line-height: 17px;
	letter-spacing: 0px;
	margin: 10px;
	text-align: justify;
}

#sidebarcontent{
	font-family: "arial", trebuchet ms, tahoma, verdana;
	font-size: 10px;
	color: #919191;
	font-weight: normal;
	line-height: 11px;
	letter-spacing: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}



/*-----Input and Textrea*/
input,textarea,select{
   background-color: #5a5a5a;
	font-family: "arial", trebuchet ms, tahoma, verdana;
	font-size: 10px;
	color: #262626;
	font-weight: normal;
	line-height: 11px;
	letter-spacing: 0px;
	padding: 3px;
	margin: 1px;
	border: #262626 solid 1px;
}





/*-----List Style-----*/
ul{
	font-family: "arial", trebuchet ms, tahoma, verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
	letter-spacing: 0px;
	list-style-position: inherit;
	line-height: 11px;
	text-align: left;
	text-decoration: none;
}





/*-----Dropdown Menu-----*/
#dropmenudiv{
  font-size: 10px;
  font-family: "trebuchet ms", arial, verdana, tahoma;
  color: #d7809a;
  line-height:18px;
  z-index:100;
  position:absolute;
}

#dropmenudiv a{
  background-color: #111111;
  color: #919191;
  text-decoration: none;
  text-indent: 3px;
  padding: 1px 0;
  width: 100%;
  display: block;
  border-bottom:1px solid #262626;
  padding-left: 7px;
}

#dropmenudiv a:hover{ /*hover background color*/
  background-color: #262626;
  color: #919191;
  border-bottom:1px solid #262626;
  padding-left: 7px;
}
