BODY{
		COLOR: black;
		FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
		FONT-SIZE: 12pt;
		margin-top : 0;
		margin-left : 0;
		margin-right : 0;
		margin-bottom: 0;		
		background-color: #c0c0c0;
		scrollbar-base-color: #81B8DE; 
		scrollbar-face-color: #3760A3; 
		scrollbar-shadow-color: #22458E; 
		scrollbar-track-color: #81B8DE;
		scrollbar-arrow-color: white;
}
A,
A:selected
{
    color: #2e6d8d;
	 text-decoration: none;	
	 border: none;
}

A image
{
    border: none 0px white;
}

A:hover
{
    color: #0087F7;
    border: none;
	 text-decoration: underline;
}

h1 {
		COLOR: #2e6d8d;
		FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
		FONT-SIZE: 12pt;
		font-weight: bold;
		}
h2 {
		COLOR: black;
		FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
		FONT-SIZE: 10pt;
		font-weight: bold;
		}
h3 {
		COLOR: #255988;
		FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
		FONT-SIZE: 10pt;
		font-weight: bold;
		}
td {
		COLOR: black;
		FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
		FONT-SIZE: 12pt;
}
th {
		COLOR: black;
		FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
		FONT-SIZE: 10pt;
		font-weight: bold;
		background-image: url(images/bar_bground.gif);
		border-bottom: 1px solid #01457b;
}
th a {
		COLOR: Black;
}
th A:hover{
		COLOR: #07015a;
}
.dotbox {
	border: thin dashed #07015a;
}
.image{
	border: 1px solid Black;
}
.image2{

	filter:progid:DXImageTransform.Microsoft.Shadow(color="#000000", Direction=135, Strength=4);
	border: 1px solid #153346;
}

.error
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Red;
	border: 1px solid #CECECE;
	background-color: #ffffe1;
	font-weight: bold;
}
.separator{
	 background-image: url(images/separator.gif);
	 width: 10px;
	 height: 33px;
}
.RadMenu_Menu
{	
 font-family: Tahoma;
 font-size: 14px;
 color: black;
 line-height: 31px;
 background-image: url(images/menu_off.gif);
}

.RadMenu_Menu .group 
{
 background-color: white;

}
.RadMenu_Menu .group .text
{
	cursor:pointer;
	font-size: 12px;
}
.RadMenu_Menu .horizontal
{
	border-left:0;
}
.RadMenu_Menu .vertical
{
	border-top:0;
}

.RadMenu_Menu .link:hover
{
	color: black;
	background-image: url(images/menu2_on.gif);
	cursor:pointer;
	text-decoration: none;
	border-left: 1px solid black;
  line-height: 31px;
}

.RadMenu_Menu .link,
.RadMenu_Menu .disabled,
.RadMenu_Menu .disabled:hover
{
	color: black;
	text-decoration:none;
	cursor:pointer;
	padding-right: 5px;
	padding-left: 5px;
	border-left: 1px solid black;
}

.RadMenu_Menu .first .link,
.RadMenu_Menu .first .link:hover
{
	border-left: 0px solid #6c7074;
}
.RadMenu_Menu .level1 .link,
.RadMenu_Menu .level1 .disabled,
.RadMenu_Menu .level1 .disabled:hover
{
	color: black;
	cursor:pointer;
	line-height: 20px;
	width: 150px;
	text-align: left;
	font-family: Tahoma;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(images/menu2_off.gif);
	border: 1px solid black;

}
.RadMenu_Menu .level1 .link:hover
{
	color: black;
	cursor:pointer;
	line-height: 20px;
	width: 150px;
	text-align: left;
	font-family: Tahoma;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(images/menu_on.gif);
	border: 1px solid black;

}
.RadMenu_Menu .text
{
	cursor:pointer;
	padding
}

.RadMenu_Menu .horizontal .link
{
	border-top:0;
}

.RadMenu_Menu .vertical .link
{
	border: 1px solid black;
}
.RadMenu_Menu .vertical .link:hover
{
	border: 1px solid black;
}
.RadMenu_Menu .link:hover .expandLeft,
.RadMenu_Menu .link:hover .expandRight
{
	background-image:url(Img/arrowWhite.gif);
}

.RadMenu_Menu .expandLeft,
.RadMenu_Menu .expandRight,
.RadMenu_Menu .disabled:hover .expandLeft,
.RadMenu_Menu .disabled:hover .expandRight
{
	background:transparent url('Img/arrow.gif') right center no-repeat;
}

.RadMenu_Menu_rtl .expandLeft,
.RadMenu_Menu_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	
}

/* right to left */
.RadMenu_Menu_rtl .group .link:hover .expandLeft,
.RadMenu_Menu_rtl .group .link:hover .expandRight
{
	background: blue;
	margin: 0px;
	
}

.RadMenu_Menu .leftArrow,
.RadMenu_Menu .rightArrow,
.RadMenu_Menu .topArrow,
.RadMenu_Menu .bottomArrow,
.RadMenu_Menu .leftArrowDisabled,
.RadMenu_Menu .rightArrowDisabled,
.RadMenu_Menu .topArrowDisabled,
.RadMenu_Menu .bottomArrowDisabled
{
	background: #666655 url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_Menu .topArrow,
.RadMenu_Menu .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_Menu .bottomArrow,
.RadMenu_Menu .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_Menu .rightArrow,
.RadMenu_Menu .leftArrow
{
	height:100%;
}

.RadMenu_Menu .rightArrow,
.RadMenu_Menu .rightArrowDisabled
{
	background-image:url('img/right.gif');
}
.RadTabStrip_RADCT li a
{
	padding-left: 10px;
	height: 25px;
	text-decoration:none;
	font-size: 12px;
}


.RadTabStrip_RADCT li a .wrap
{
	color: white;
	padding-right: 10px;
	height: 25px;
	font-size: 12px;
}

.RadTabStrip_RADCT li a:hover
{
	color: #C0C0C0;
	font-size: 12px;
}

.RadTabStrip_RADCT li a .innerWrap
{
	line-height: 25px;
	padding: 0px 10px;
	text-align: center;
	font-size: 12px;
}

.RadTabStrip_RADCT li a.selected
{
	padding-top: 0px;
	padding-left: 10px;
	line-height: 25px;
	font-size: 12px;
}

.RadTabStrip_RADCT li a.selected .wrap
{
	line-height: 25px;
	padding-right: 10px;
	color: #C0C0C0;
	font-size: 12px;
}

.RadTabStrip_RADCT li a.selected .innerWrap
{
	padding-top: 0px;
	font-size: 12px;
}

.RadTabStrip_RADCT li a.disabled,
.RadTabStrip_RADCT li a.disabled .wrap,
.RadTabStrip_RADCT li a.disabled .innerWrap
{
	cursor: default;
	text-decoration: line-through;
	font-size: 12px;
}

.RadTabStrip_RADCT li a.red,
.RadTabStrip_RADCT li a.red .wrap,
.RadTabStrip_RADCT li a.red .innerWrap
{
	color: white;
	font-size: 12px;
}
.RadTabStrip_RADCT .level2 li a
{
	padding-left: 10px;
	background: transparent url(images/tabLeftFirstOff.gif) no-repeat 0px 0px;
	height: 25px;
	text-decoration:none;
	color:white;
	font-size: 12px;
}

.RadTabStrip_RADCT .level2 li.last a,
.RadTabStrip_RADCT .level2 li.break a
{
	margin-right:0;
	font-size: 12px;
}

.RadTabStrip_RADCT .level2 li a .wrap
{
	color: white;
	font-weight: bold;
	padding-right: 10px;
	height: 25px;
	background: transparent url('images/tabRightLastOff.gif') right 0px no-repeat;
	margin-right: 3px;
	font-size: 12px;
}

.RadTabStrip_RADCT .level2 li a:hover
{
	color: white;
	font-size: 12px;
}

.RadTabStrip_RADCT .level2 li a .innerWrap
{
	line-height: 25px;
	padding: 0px 10px;
	background: transparent url('images/tabStripeOff.gif') 0px 0px repeat-x;
	text-align: center;
	font-size: 12px;
}

.RadTabStrip_RADCT .level2 li a.selected
{
	padding-top: 0px;
	padding-left: 10px;
	background: transparent url('images/tabLeftFirstOn.gif') 0px 0px no-repeat;
	line-height: 25px;
	font-size: 12px;

}
.RadTabStrip_RADCT .level2 li a.selected .wrap
{
	background-image:url('images/tabRightLastOn.gif');
	line-height: 25px;
	padding-right: 10px;
	color: white;
	font-size: 12px;
}


.RadTabStrip_RADCT .level2 li a.selected .innerWrap
{
	background-image:url('images/tabStripeOn.gif');
	padding-top: 0px;
	font-size: 12px;
}
/* scrolling arrows */

.RadTabStrip_RADCT .leftArrow
{
	background-image:url(img/ScrollLeft.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}

.RadTabStrip_RADCT .rightArrow
{
	background-image:url(img/ScrollRight.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}


.RadTabStrip_RADCT .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

.RadTabStrip_RADCT .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}
.RadTabStrip_RADCT_multipage {
    background-color:white;
	 border: 1px solid #2e6d8d; 
	 padding: 5px 5px 5px;  
	 width:100%;
}
.RadTabStrip_RADCT_multipage td {
    COLOR: black;
		FONT-FAMILY: Tahoma, verdana, Arial, serif;
		FONT-SIZE: 10pt;
}
.RadGrid_RADCT
{
	font: normal 11px Tahoma, Verdana;
	border-left: 1px solid #b3c5e1;
	border-right: 1px solid #b3c5e1;
}

.MasterTable_RADCT
{
    border-collapse: separate !important;
	font: normal 11px Tahoma, Verdana;
	border-left: 1px solid #b3c5e1;
	border-right: 1px solid #b3c5e1;
	background: white;
	/*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
}

.GridRow_RADCT .ResizeItem,
.GridAltRow_RADCT .ResizeItem
{
	border-bottom: 1px solid #d5d2cb;
	border-right: 0px;
}

.GridHeader_RADCT,
.ResizeHeader_RADCT
{
	font-weight: bold;
	text-align: left ;
	border:0px;
	background: url('images/headerBg.gif') repeat-x 0 100% #e0eefe;
	border-top:1px solid #b3c5e1;
	height: 30px;
	padding: 0;
	color: #244272;
	padding:6px 5px 6px 4px;
}

.GridHeader_RADCT a
{
	color: #244272;
	
}

.GridRow_RADCT,
.GridAltRow_RADCT,
.ActiveRow_RADCT
{
	height: 22px;
}
.GridRow_RADCT td,
.GridAltRow_RADCT td,
.ActiveRow_RADCT td
{
	padding:1px 4px 2px;
	border-bottom: solid 1px #b3c5e1;
}

.SelectedRow_RADCT,
.GridEditRow_RADCT
{
	background: #ffffe1;
	height: 22px;
}
.SelectedRow_RADCT td,
.GridEditRow_RADCT td,
{
	padding:1px 4px 2px;
	border-right: solid 1px #ffffe1;
	border-bottom: solid 1px #b3c5e1;
}

.GridEditRow_RADCT input
{
	font-size: 11px;
}

.GridPager_RADCT td
{
	height: 21px;
	color: #242500;
	padding-left: 14px;
	border-bottom: 1px solid #b3c5e1;
	border-top: solid 1px #f1efe9;
}

.GridPager_RADCT a
{
	color: #242500;
}

.GroupPanel_RADCT
{
	background: #ecf5ff url('images/GroupPanel.gif') repeat-x;
	height: 24px;
	border-collapse: collapse;
	border: solid 1px #d0e6f3;	
	width: 100%;
	margin-bottom: 3px;
}

.GroupPanel_RADCT td
{
	padding-left: 4px;
}

.GroupPanel_RADCT Table Table
{
	border-collapse: collapse;
	border: 0;
}

.GroupPanelItems_RADCT
{
	color: #7797c7;
	border: solid 1px #c3d9f9;
}

.GroupHeader_RADCT
{
	background: #f1efe9;
}

.Gridpager_RADCT td
{
    padding: 3px 5px 3px 4px;
	 border-top:1px solid #b3c5e1;
	 background: url('images/headerBg.gif') repeat-x 0 100% #e0eefe;
}
.QuizPanel
{
	background: white;
	border: solid 1px #4d616c3;	
	width: 100%;
	padding:10px 10px 10px 10px;
}
