/* STANDARD CORE CSS STYLES */

/* @group GLOBAL STYLES */

body {
	margin: 0 auto;
	padding: 0;
	color: #222;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #FFF;
}

html, body {
	background-color: #FFF;
}

td {
	
}

input {
	padding: 3px;
}

span.help {
	font-size: 10px;
	color: #666;
}
a {
	text-decoration: underline;
	padding: 1px;
	font-weight: bold;
	font-size: 12px;
}

a:link {
	color: #03C;
}

a:visited {
	color: #03C;
}

a:hover {
	color: #fff;
	background-color: #30c;
}

a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}

a.image img {
	border: none;
}
span.admin {
	color: #999;
	font-size: 11px;
	font-weight: normal;
}

form {
	margin: 0;
	padding: 0;
}

p {
	font-size: 12px;
	line-height: 16px;
}

small {
	font-size: 10px;
	line-height: 13px;
}
/*
ol, ul, li 
{
	margin: 0;
	padding: 0;
}

ul li 
{
	list-style-type: none;
}

li 
{
	font-size: 11px;
	line-height: 13px;
	padding: 3px 0;
}
*/
div.widget li {
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}

h1 {
	padding: 0;
	border-bottom: 0;
	margin: 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	margin: 20px 0 5px 0px;
	color: #333;
	font-size: 14px;
	padding: 0;
}

h2.subheader {
	padding: 0 0 2px 0;
	margin: 15px 0 5px 0;
	font-size: 12px;
	border-bottom: 1px solid #000;
	color: #000;
}

h3 {
	margin: 20px 0 0 0;
	color: #666;
	font-size: 14px;
	padding: 0;
}

.highlight {
	background-color: #ffc;
}

td, th {
	padding: 3px;
	text-align: left;
}

.red {
	color: red;
}

.blue {
	color: #06c;
}

.green {
	color: #390;
}

/* @end */

/* @group LAYOUT */

div#Wrapper {
	padding: 12px 23px 0 30px;
	margin: 0 auto;
}

.container {
	margin: 0 auto 0 auto;
	text-align: center;
	min-width: 750px;
}

.ClearAll {
	padding: 0px;
	clear: both;
	font-size: 0px;
}

#ContentFrame, #DashContentFrame, .ContentFrame {
	margin: 0;
	padding: 0px 0;
	width: 100%;
	text-align: left;
	/*p

os

ition: relative;*/;
	float: left;
}

#btnCopyMaps {
	margin-right: 20px;
	width: 70px;
}

#btnCompare {
	margin-right: 20px;
	width: 75px;
}

.fndComboBox {
	border: 3px solid rgb(131, 203, 222);
	color: #366;
	font-weight: bold;
	height: 30px;
	padding: 3px;
	text-align: center;
	width: 180px;
}

.rcbitem {
	color: #366;
	left: 5px;
	margin: 0;
	padding: 0;
	width: 210px;
}

.rcbSlide {
	color: #366;
	left: 5px;
	margin: 0;
	padding: 0;
	width: 210px;
}

.rcbScroll {
	color: #366;
	left: 5px;
	margin: 0;
	padding: 0;
	width: 210px;
}

.rcbWidth {
	color: #366;
	left: 5px;
	margin: 0;
	padding: 0;
	width: 210px;
}

.RadComboBoxDropDown {
	color: #366;
	left: 5px;
	margin: 0;
	padding: 0;
	width: 210px;
}

.RadComboBoxDropDown_Default {
	color: #366;
	left: 5px;
	margin: 0;
	padding: 0;
	width: 210px;
}

.rcbScroll.rcbWidth {
	color: #366;
	left: 5px;
	margin: 0;
	padding: 0;
	width: 210px;
}

table.layout {
	clear: left;
	border-collapse: collapse;
	width: 100%;
}

table.layout td.left, table.layout td.right {
	vertical-align: top;
	padding: 0;
}

table.layout td.left {
	width: 70%;
}

table.layout td.right {
	width: 30%;
}

div.Left {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 70%;
	float: left;
	display: inline;
}

div.Right {
	margin: 0px 0 0 0;
	padding: 0;
	text-align: left;
	/*

po

sition: absolute;*/;
	float: left;
	width: 30%;
}

table.layout td.left div.Left, table.layout td.right div.Right {
	width: auto;
	float: none;
}

.Footer {
	clear: left;
	font-size: 10px;
	color: #666;
	margin: 4px 0 20px 30px;
	text-align: left;
	padding-bottom: 15px;
}

.Footer a:link, .Footer a:visited {
	color: #666;
}

.Footer a:hover {
	color: #fff;
	background: #666;
}

/* @end */

/* @group ALERTS */

#Flash {
	text-align: left;
	border: 4px solid #ccc;
	padding: 5px 5px 5px 5px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 6px;
}

.login #Flash {
	margin-top: 12px;
	font-size: 12px;
}

#Flash.flash_notice {
	border-color: #9c9;
	color: #060;
	background: #E2F9E3;
}

#Flash.flash_alert {
	border-color: #C99;
	color: #fff;
	background: #C00;
}

#Flash.flash_alert a {
	color: #fff;
}

#Flash.flash_alert a:hover {
	background: #000;
}

.field_alert {
	background: #c99;
}

/* @end */

/* @group COLUMNS */

.col {
	padding: 0 20px;
	text-align: left;
}

.Left .col, .Full .col {
	padding: 0 0 0 0;
	background: #fff;
	position: relative;
	border: 1px solid #000;
}

.Left .innercol, .Full .innercol {
	padding: 15px 60px 20px 23px;
}

div.Left .bottom, div.Full .bottom {
	font-size: 8px;
}

div.Right .col {
	min-width: 200px;
	padding: 0 0 0 9px;
}

/* @end */

/* @group MASTER HEADER */

#Header {
	background: #999;
	padding: 1px 0 0 0;
	margin: 0;
	text-align: left;
	position: relative;
}

#Header h1 {
	padding: 0 0 10px 0;
	margin: 0 0 0 30px;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	text-align: left;
}

#Header.global h1 {
	margin-top: 7px;
}

/* School Name: */

#Header h1 span {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	border: none;
}

#Header h3 {
	padding: 7px 20px 7px 25px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

#Header h3 a {
	padding: 7px;
}

#Header.global h3 {
	position: relative;
	float: right;
	text-align: right;
	width: 300px;
}

#Header h3 span#floatright {
	text-align: right;
	width: 300px;
	position: relative;
	float: right;
}

#Header h3 span#floatright, #Header.global h3 {
	font-size: 10px;
}

#Header h3 span#floatright a, #Header.global h3 a {
	padding: 7px 4px;
}

#Header h3 span.pipe {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#Header h3 a.current {
	font-weight: bold;
	text-decoration: none;
}

#Header h3 a.free_pitch {
	font-size: 10px;
	text-decoration: none !important;
}

#Header h3 a.free_pitch span {
	font-size: 12px;
	text-decoration: underline;
}

#Header h3 a.free_pitch:hover span {
	text-decoration: none;
}

#fresh_all h2 {
	padding: 0 0 2px 0;
	margin: 0;
	border-bottom: 1px dotted #ccc;
}

#Header a:hover.image {
	background-color: none;
	background-color: transparent;
}

/* @end */

/* @group PAGE HEADERS */

div.page_header {
	background: #edf3fe;
	margin: 0 0 5px 0;
	padding: 13px 30px 13px 24px;
}

div.page_header h1 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #000;
}

div.page_header h1 span {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

div.sheet div.page_header h1 {
	font-size: 20px;
}

div.page_header p {
	margin: 5px 0 0 0;
}

/* @end */

/* @group PAGE HEADER LINKS */

div.block_header_links {
	display: inline;
	float: right;
	font-size: 11px;
	margin-top: 0;
	text-align: right;
	color: #ccc;
	line-height: 20px;
}

div.page_header_links {
	display: inline;
	float: right;
	font-size: 11px;
	margin-top: 0;
	text-align: right;
	color: #ccc;
	line-height: 20px;
}

div.page_header_links strong {
	color: #000;
}

div.page_header_links a.active:link, div.page_header_links a.active:visited, div.page_header_links a.active:hover {
	background: #999;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

div.page_header_links a.edit {
	text-decoration: none;
	color: #777;
}

div.page_header_links a.edit:hover {
	color: #fff;
}

/* @end */

/* @group SIDEBAR */

body .Right h1 {
	background-color: #EDF3FE;
	margin: 0 0 5px 0;
	color: #333;
	padding: 6px 8px;
	font-size: 13px;
}

body .Right p {
	font-size: 12px;
	line-height: 1.3em;
	color: #222;
}

body .Right div.indent {
	padding-left: 8px;
}

/* @end */

/* @group SIDEBAR LINKS */

div#SideNavList {
	margin-top: 5px;
	font-size: 12px;
	padding-left: 6px;
}

div#SideNavList a:link.SideNav_link, div#SideNavList a:visited.SideNav_link {
	position: relative;
	display: block;
	margin: 0 0 1px 0;
	padding: 4px;
	line-height: 15px;
}

div#SideNavList a:hover.SideNav_link {
	color: #fff;
	background-color: #30c;
}

div#SideNavList a.SideNav_link:active {
	color: #000;
}

div#SideNavList.editing div.SideNav {
	clear: both;
	border-top: 1px solid #ccc;
}

div#SideNavList.editing a:link.SideNav_link, div#SideNavList.editing a:visited.SideNav_link {
	margin-right: 80px;
}

div#SideNavList.editing div.SideNav div.operations {
	display: block;
}

div#SideNavList a.current:link, div#SideNavList a.current:visited, div#SideNavList a.current:hover {
	color: #000;
	text-decoration: none;
	background: none;
	padding-left: 2px;
}

div#SideNavList a.current span, div#SideNavList a.current:hover span {
	padding: 2px 4px;
	background: #000;
	color: #fff;
}

/* @end */

/* @group TABS */

#Tabs {
	margin: 0 24px 0 30px;
	height: 25px;
	padding: 0;
}

#Tabs ul {
	margin: 0;
	padding: 0;
}

#Tabs li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	border: none;
}

#Tabs ul#MainTabs {
	
}

div#Tabs a:link, div#Tabs a:visited {
	text-decoration: none;
}

#Tabs a:hover {
	color: #fff;
	background: #30c;
}

#Tabs ul#MainTabs a:link, #Tabs ul#MainTabs a:visited {
	float: left;
	/*

for

IE6 */;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 8px 6px 8px;
	margin: 0;
}

#Tabs ul#MainTabs a:link.current, #Tabs ul#MainTabs a:visited.current {
	background: #e5e5e5;
	border-bottom: 1px solid #999;
	color: #222;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}

/* @end */

/* @group CONTENT */

body.content div.Left div.innercol {
	padding-right: 23px;
}

table.content_view {
	margin-bottom: 20px;
	border-collapse: collapse;
	height: 15px;
}

table.content_view th {
	color: #999;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	padding: 3px 7px 3px 0;
	border-bottom: 1px solid #ddd;
}

table.content_view td {
	font-size: 14px;
	color: #000;
	/*border-bottom: 1px solid #eee;*/
	line-height: 1.1em;
}

table.content_view td.map {
	/*padding-right: 25px;*/
}

table.content_view td.map a {
	text-decoration: none;
	position: relative;
}

table.content_view td.map a:hover {
	background: none;
}

table.content_view td.map a span.comments {
	display: block;
	position: absolute;
	top: 4px;
	left: -55px;
	width: 50px;
	text-align: right;
}

table.content_view td.map a span.size {
	float: right;
	font-weight: bold;
	padding: 2px 5px 0 0;
	font-size: 12px;
}

table.content_view td.map a span.title {
	padding: 1px 0;
	line-height: 1.3em;
	text-decoration: underline;
}

table.content_view td.map a span.title:hover {
	color: #fff;
	background-color: #30c;
}

table.content_view td span.meta {
	color: #DBDBDB;
	font-size: 13px;
	font-weight: bold;
}

table.content_view td span.metacontent {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}

table.content_view td span.metainactive {
	color: #DBDBDB;
	font-size: 13px;
	font-weight: bold;
}

table.content_view td span.metaheader {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

table.content_view td span.metaalert {
	color: #c00;
	font-size: 12px;
	font-weight: bold;
}

body.login {
	color: #000;
	background-color: #e5e5e5;
}

body.login a:hover {
	color: #03c;
	background: none;
	text-decoration: underline;
}

body.login div#LogoBox {
	margin-top: 50px;
}

body.login div.login_dialog {
	zoom: 100%;
	background-color: #f5f5f5;
}

body.login div.login {
	padding: 20px;
	border: 10px solid #ccc;
	background-color: #f5f5f5;
	text-align: left;
	width: 400px;
	margin: 50px auto;
	font-family: lucida grande, verdana;
	font-size: 12px;
}

body.login div.login p {
	margin: 0 0 15px 0;
	padding: 0;
}

body.login div.login div.flash {
	padding: 7px 5px;
	font-size: 12px;
	margin: 15px 0;
}

body.login div.login div.error {
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	color: #900;
	background-color: #f5e6e6;
}

body.login div.login div.confirm {
	border-top: 1px solid #393;
	border-bottom: 1px solid #393;
	color: #393;
	background-color: #e6f5ea;
}

body.login div.login h1 {
	color: #000;
	font-size: 16px;
	margin: 0 0 20px 0;
	padding: 0;
}

body.login div.login h2 {
	color: #000;
	font-size: 12px;
	margin: 0 0 2px 0;
	padding: 0;
}

body.login div.login input {
	width: 275px;
	font-size: 14px;
	padding: 3px;
	margin-bottom: 10px;
}

body.login div.login label {
	margin-bottom: 10px;
}

body.login div.login label input {
	margin-bottom: 0;
}

body.login div.login input.auto {
	width: auto;
}

body.login div.login input.button {
	width: auto;
	font-size: 14px;
	padding: 3px;
	margin: 10px 0 0 0;
}

body.login div.login div.extras {
	border-top: 1px dashed #999;
	margin-top: 20px;
	padding-top: 10px;
}

body.login div.login div.extras ul {
	margin: 0 0 0 17px;
	padding: 0;
}

body.login div.login div.extras ul li {
	list-style: disc;
	font-size: 12px;
	padding-bottom: 3px;
}

.breadcrumbs {
	font-size: 10px;
	font-weight: bold;
	float: left;
}

#imgPageHelp {
	margin-right: 25px;
}

/* @end */


/** Khushbu added these ***/
.cli_validation_alert {
	color: #fff;
	background: #c00;
	text-align: left;
	border: 4px solid #C99;
	padding: 5px 5px 5px 5px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 6px;
}
.cli_invald_detail{font-style: italic;}
span.metaalert {color: #c00;font-size: 12px;font-weight: bold;}
label.metaalert {color: #c00;font-weight: bold;}