﻿FIELDSET
{
    border:solid 1px #ccd9ec;
}
Legend 
{
	margin:0;
	font-size:11px;
	color:#93cc7b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top: 5px;
	right: 10px;
	bottom: 5px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;	
}

.LegendTable
{
	border-collapse:collapse;
	/*width: 98%;
	color: #003366;*/
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #93cc7b;
	border-right-color: #93cc7b;
	border-bottom-color: #93cc7b;
	border-left-color: #93cc7b;

	
}
	
.LegendTable td 
{
	border-collapse:collapse;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-right-color: #E3E8EA;
	border-bottom-color: #FFFFFF;
	border-left-color: #E3E8EA;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	
}

.LabelField {
    color: #003366;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;	
	white-space: nowrap;
}

.HeadingField {
    color: #54933c;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	white-space: nowrap;
	font-weight:bold;
}

.ControlField
{
	font-size: 11px;
	color: #003366;
	width: 150px;
	border: 1px solid #006699;
	font-family: Tahoma;		
}

.ControlFieldLong
{
	font-size: 11px;
	color: #003366;
	width: 507px;
	border: 1px solid #006699;
	font-family: Tahoma;		
}
	
.ScrollControlField
{
	width: 100%;
	border: 1px solid #006699;
	font-size: 11px;
	color: #003366;
	overflow: auto;
	height: 40px;
	scrollbar-face-color:#BCCCEC;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#BCCCEC;
	scrollbar-darkshadow-color:#447093;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#000040;
	scrollbar-track-color:#BCCCEC;
	font-family: Tahoma;
}

.ButtonField {	
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	padding:1px 5px 1px 5px;
}

.LinkButton
{
    color:DarkGreen;
    text-decoration:none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}

.LabelMessage
{
    color: RED;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	white-space: nowrap;
	font-weight:bold;
}


/* Modal */

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
    background-color: #D0E1C4;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.MovePanel
{
    height:20px;
    vertical-align:middle;
    cursor: move; 
    background-color: #DDDDDD;
   border: solid 1px Gray; 
   color: Black;
   text-align:center;
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;	
}

/* From Homepage.css file - just for testing in local app. */

.KACSTGRIDHeaderStyle
{
	border-collapse:collapse;
	background-image: url(/_layouts/images/kacst/GridHeaderBG.gif);
	background-repeat: repeat-x;
	height: 24px;
	color: #3E5557;	
	background-position: bottom;
	font-family:Verdana;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	border:1px #E3E8EA solid;
	
	font-size: 10px;
	}
	
.KACSTGRIDRowStyle
{
	border:1px #E3E8EA solid;
	height: 17px;
	padding-right: 1px;
	padding-left: 1px;
	text-align: left;
	font-family: Verdana;
	font-size: 8pt;	
	
	background-color:#f7f3f7;
	color: #3E5557;
	}
	
.KACSTGRIDRowStyle a {
	color: #3E5557;
	text-decoration: none;
}




