﻿/******************
RAD Scheduler
******************/

.RadScheduler_Black .rsApt
{
	height: 70px !important;
}



/******************
RAD Editor
******************/

.RadEWrongWord
{
	background-color: red !important;
}

/******************
RAD Grid
******************/

.RadGrid_Black a
{
	border-width: 0px;
	color: #FF9900 !important;
	font-size: 12px !important;
	font-family: Arial, Sans-Serif !important;
}

.GridRow_Black, .GridRow_Black td
{
	color: #FFFFFF;
	background-color: #000000 !important;
	border-left: solid 0px #555555;
	font-size: 12px !important;
	font-family: Arial, Sans-Serif !important;
}

.GridAltRow_Black, .GridAltRow_Black td
{
	color: #FFFFFF;
	background-color: #111111;
	border-left: solid 0px #555555;
	font-size: 12px !important;
	font-family: Arial, Sans-Serif !important;
}

.SelectedRow_Black, .SelectedRow_Black td
{
	background-color: #333333;
	color: #FFFFFF;
}

th.GridHeader_Black, .GridPager_Black, .GridPager_Black td
{
	color: #FF9900 !important;
	background-color: #000000 !important;
	background-image: none !important;
}

a.redButton
{
	margin: 5px;
	padding: 5px 20px 5px 20px !important;
	border-style: solid !important;
	border-width: 1px !important;
	border-color: #FFFFFF #666666 #666666 #FFFFFF !important;
	color: #FFFFFF !important;
	background-color: #cc0000 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

a.redButton:hover
{
	margin: 5px;
	padding: 5px 20px 5px 20px !important;
	border: 1px solid #ffff00 !important;
	color: #ffff00 !important;
	background-color: #ff0000 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

/* GRIDVIEW FIXED */

.gridViewFixed
{
	width: 100%;
	border: 1px solid #DCD5E5;
	border-collapse: collapse;
	table-layout: fixed;
	clear: both;
}

.gridViewFixed table, .gridViewFixed tr, .gridViewFixed td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.gridViewFixed td
{
	padding: 10px;
	border: dotted 1px #CCCCCC;
}

.gridViewFixed td b
{
	color: #000066;
	font-weight: lighter;
}

.gridViewFixed th
{
	padding: 10px;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #000000;
	border: 0px dotted #E0E0E0;
	color: #FF0000;
}

/* GRIDVIEW */

.gridView
{
	width: 100%;
	border: 1px solid #DCD5E5;
	border-collapse: collapse;
}

.gridView table, .gridView tr, .gridView td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.gridView td
{
	padding: 10px;
	border: dotted 1px #ffffff;
}

.gridView td b
{
	color: #000066;
	font-weight: lighter;
}

.gridView th
{
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	background-color: #4F2D7F;
	border: 0px dotted #E0E0E0;
	color: #FFFFFF;
}
