﻿.ws4 { font-size:6px;}
.ws7{ font-size:10px;}
body 
{
	font-family :Verdana ;
	font-size :11px;			 	      
    background-position :top ;
    background-repeat :repeat-x ;    
	text-align: justify;
	text-transform :capitalize ;
	color :Black ;
	margin:0px; padding:10px;
	background:#F7F7F7;
	
}
h1, h2, h3, h4, h5, h6
{
	margin:3px;
}
a, a:visited {
	text-decoration: none;
	color:Blue;
}
a:hover {
	color:#111010;
	font-weight:bold;
}
.LinkButtons { width:100%;}
.LinkButtons td
{
	background-color:#74B749;
	padding:4px;
}
.LinkButtons a
{
	font-weight:bold;
	color:white;
	font-size:13px;	
}
.LinkButtons a:hover
{
	 text-decoration:underline;
}
.Links {
	/*background-image:url('black_back.gif'); 
	background-repeat:repeat-x;	*/
	background-color :#2877AA;	
	padding:2px 5px 2px 5px;
	text-align:center;
}
.Links a , .Links{
	text-decoration:none;
	color:White;	 
	padding:2px 5px 2px 5px;
	font-weight:bold;
	border:solid 1px transparent;
	text-align:left;
}
.Links a:hover 
{ background-color:white;
	color:orange;
	border:solid 1px black;
	}

.menuItem
{
	border:Solid 1px white;
	width:100%;	 
	font-size :11px;	
	font-family :Verdana ;
	color :white ;
	padding:1px;
	margin: 0.5px;
	list-style-type: none;
	overflow: hidden;	
	padding:3px;
}
.menuItem a{ color:White;}
.menuHover
{	 
	 color:#111010;	 
	 font-weight:bold;
}
.gridview .actions div {
	float: right;
	padding-right: 2px;
	text-align:right;
	width: 95px;
}

.gridview .edit td,.gridview .create td {
	background: #DAFFCD;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	border-top: solid 2px #FFFFFF;
}

.gridview td {
	background: #FDFDFD;
	border-bottom: solid 1px #C5DBF7;
	color: #333333;
	font: small "Segoe UI", Segoe, sans-serif;
	padding: 5px 4px;
	text-align:left;
}
.gridview td a{
	color: #0066CC;
	font: bold small "Segoe UI",Segoe,sans-serif;
	padding: 2px;
	text-decoration: none;
}
.gridview td a:hover {
	color: #333333;
	font-weight: bold;
}
.gridview th {
	background: #D9534F;
	color: #FFFFFF;
	font: small "Segoe UI", Segoe, sans-serif;
	letter-spacing: 0;
	padding: 4px;
	text-align: center;
	font-weight:bold;
}
.gridview th a{
	color: #FFFFFF;
	font: bold small "Segoe UI",Segoe,sans-serif;
}
.gridview th a:hover{
	color: #00FF00;
}
.gridview tr.even td,.detailsview tr.even td, .Heading tr.even{
	background: #FFFFFF;
}
.gridview tr.header {
	background: #C5DBF7;
}
.gridview,.detailsview {
	width: 100%;
	border:solid 1px black;
}
.Section_Title 
{
	background: #D9534F;
	color: #FFFFFF;
 padding:5px;
 text-align:left;
 font-weight:bold;
}
legend
{
 font-weight:bold;
 background-color:#D9534F;
 color:White;
 padding:5px;
}
fieldset 
{
	 background-color:White;
	 text-align:left;
}

.folder {
	 background-image:url('folder_icon.gif');	 
	 background-repeat:no-repeat;
}
.folder a, .file a, .users a{ margin-left:20px; }
.file {
	 background-image:url('file_icon.gif');	 
	 background-repeat:no-repeat;
	 
}
.users {
	 background-image:url('user_icon.gif');	 
	 background-repeat:no-repeat;
}

.Url_Desc
{
	text-align:left;
	 font-weight:bold;
	 background-color:white;
	  padding:5px; 	  	  
	  border:solid 1px black;
}
.SiteFooter
{
	 text-align:center;
	 padding:5px;
	 background-color:#2877AA; 
	 color:White;
	 font-weight:bold;
	 margin-top:50px;
}
.calender td
{
	 padding:1px;
	 background-color:#f0f0f0;	 
}
.calender .ajax__calendar_container 
{
	background-color:#B4B4B4;	
	border-left:solid 1px black;
	border-right:solid 1px black;
}
.MarginDiv { padding:5px; border:solid 1px black; margin:3px;text-align:right; }