﻿.100percentwidth
{
	width:100%;
}

div #admindiv
{
	/*color: forestgreen;*/
	border: dashed 1px #76923c;	 
	padding-top:5px;
	width: 90%;
	/*background-color: darkolivegreen;*/
}
	div #admindiv a
	{
		/*color: forestgreen;*/	
		padding-right:5px;
		padding-left:5px;
		border-right:1px black solid;		
	}

.adminmaindiv
{
	margin:0px 0px 0px 0px;
}
/*toolbar settings*/
.admintoolbar,.contentborder
{
	width: 650px;
	border: dashed 1px #76923c;
	margin:30px 10px 0px 10px;
	padding-top:5px;
	padding-left:10px;
	height: 25px;
	float:left;
	/*padding-left:5px;*/	
}
	/*giving padding to all toolbar link buttons*/
	.admintoolbar a
	{
		
	}

.mhide
{
	border-right:none;
}

.CustomControl
{
}
	.CustomControl a
	{
		color:Gray;
	}

.contentborder
{
	height:auto;	
	padding-bottom:5px;
}

/* Title Style of controls*/
.ControlsTitleStyle
{
	color:Gray;
	font-family:Times New Roman;
	font-size:small;
	font-style:normal;
	width:100%;
}

.CoursesInCentreStyle
{
	margin:30px 10px 10px 20px;
	width:375px;
	text-align:left;
}

.CustomControlTableStyle
{
	width: 150px;
	height: 150px;
}

.divborder
{
	/*width:250px;*/
	border: dashed 1px #76923c;	 
	padding:5px 2px 5px 5px;
	text-align:center;	
}

DIV #MainContent-PlainMaster 
{
	margin:auto;			
	width:800px;
		
	}

DIV #map_canvas
{
	margin:0px auto 30px auto;
	width:500px;
	height:400px;	
}

.HeaderBackgroundStyle
{
	background-color:Black;
	border-color:White;	
	padding:0px;
	margin:0px;
}

.home_form {
	margin:2px 4px 0px 8px;
	padding-bottom:0px;
	background-image:url(images/homepage_form.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid white;
}

.LinkButtonStyle
{
	color:Black;
}

/*color to show around popup box*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=90);
	opacity:0.9;
}

.modalPopup
{
	background:#EAF1DD;
	color:#76923c;
}

.modalPopupTitle
{
	background: #4f6228;
	color: #c2d69b;
	text-align: center;
	font-weight:bold;	
/*	filter: alpha(opacity=90);
	opacity: 0.90;*/
	/*border:solid 1px black*/
	cursor:move;	
	height:20px;	
	vertical-align:middle;
	
}
/*to make cursor as hand when it will hover close button*/
.modalPopupTitle a
{
	cursor:auto;
}

.NoneDisplayStyle
{
	display:none;
}

.p_Testimonial
{
	font-size:10pt;	
	font-weight:bold !important;
	margin-bottom:3px !important;
	margin-left:3px !important;
}

.p_Heading_CustomControl
{
	font-size:15pt;
	margin-left:3px !important;
	margin-right:3px !important;
	margin-bottom:3px !important;
	width:190px !important;
}

.quickquery_submit {
			padding:2px 15px 2px 15px;
			border:1px solid #CCCCCC
		}
		
.right_content_panel
{
	width:600px;
	height:500px;
	padding:0px;
	margin:0px;
	vertical-align:top;		
}

.starting_dates_table
{
	border:1px gray dotted;	
}
	.starting_dates_title
	{
		
	}

._table
{
	color:#76923c;
	/*border-collapse:collapse;*/
	border:dashed 1px #76923c;	
	margin:10px;
	width:650px;
	/*width:90%;*/
}
	._table td
	{	
		height:25px;	
	}

		.table_header, .table_td
		{
			/*background: #4f6228;*/
			background:url('../../admin/images/toolbar_background.gif');
			border:1px solid #414141;
			background-repeat:repeat-x;
			color: #414141; /*#c2d69b;*/
			text-align: center;
			font-weight:bold;
		}

		.table_alternative_row, .table_td
		{
			background:#EAF1DD;
			color:#76923c;
			/*border:dashed 1px #4f6228;*/
		}

		.table_hover
		{
			background: #EAF1DD;
			color: Black; /*#76923c;*/
		}
	/*Table border style*/
	.TableStyle
	{	
		border-right: black 1px dotted;
		border-top: black 1px dotted;
		border-left: black 1px dotted;
		border-bottom: black 1px dotted;
	}

	/*TreeView Menu node style*/
	.TreeViewNodeStyle
	{
		color:Silver;
		text-align:left;
		text-transform:lowercase;	
		/*border-right:#939699 1px dotted;*/
		width:180px;
	}

	.TreeViewNodeHoverStyle
	{
		 cursor:help;	
	}

	.TreeViewStyle
	{
		width:196px;
		padding:0px;
		margin:0px;	
	}


/*Web site pages width and height*/
.WebSitePageWidth
{
	width:800px;
	margin:0px;
	padding:0px; 	
}

.tooltipHead
{
	background-color: #757575;
	border: 1px solid silver;
	width: 150px;
	font-weight: bold;
}

.tooltipBody
{
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:silver;
	background-color: white;
	width:150px;
	text-align:left;
	}

.TopLinkPanel
{
	position:relative;	
}

.LinkPanel
{
	position:absolute;
	top:20px;
	left:0px;	
	width:170px;
	height:70px;	
}

.PlainHL
{
	text-decoration:none;
	font-size:smaller;
		
}