/*Headings*/
h1{	font-size:18px;	margin:0; }
h2{	font-size:16px;	margin:0; }
h3{	font-size:14px;	margin:0; }
h4{	font-size:12px;	margin:0; }
h5{	font-size:10px; margin:0; }
hr{
	background:#EEE;
	border-bottom:2px solid #F3F3F3;
	border-top:1px solid #79D;
	border-left:0;
	border-right:0;
	color:#EEE;
	height:3px;
}
/*Content*/
div,
table,
.content{
	color:#000;
	font:12px arial, verdana,tahoma,sans-serif;
	background-color: White;
}

.content a, .content a:visited 
{
	color:#000;
	text-decoration:underline;
}

.content a:hover 
{
		color:#000;
	text-decoration:none;
}


/*DataGrid*/
.grid{
	font:11px verdana,tahoma,sans-serif;
}
.grid-header{
	background-color:#999;
	color:#FFF;
	font:bold 11px verdana,tahoma,sans-serif;
}
.grid-item{
	background-color:#F9F9F9;
}
.grid-item-alt{
	background-color:#F0F0F0;
}
.grid-item-edit{
	background-color:#FED;
}
.pager,
.pager td{
	color:#CCC;
	font:11px verdana,tahoma,sans-serif;
}
/* Styles available in RadEditor: Classes below should be duplicated in /RadControls/Editor/Style.css */

.home-button
{
	width: 175px;
	margin-top: 12px;
	background-color: #e7e7e8;
	height: 25px;
	border: 1px #8a8583 solid;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
}

.home-button-blue
{
	color: #0f6bad;
	width: 175px;
	margin-top: 12px;
	background-color: #e7e7e8;
	height: 25px;
	border: 1px #8a8583 solid;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
}

.dotted-line
{
	border: 1px dotted #AAAAAA;
	border-style: none none dotted;
}
