﻿
/* Added by: Nolubabalo
   Date: 16/09/2009
   General Project styles */
body
{
	font-size: 10px;
	margin: 0px 0px 0px 1px;
	color: black;
	font-family: "Verdana";
	background-color: #4caf50; /*#f49800; */
}


.enableWrapping {
    white-space: normal;
}
.ErrorStyle
{
	font-weight: bold;
	font-size: 10px;
	visibility: visible;
	color: #cc0000;
	font-family: "Verdana";
}

.Info
{
	font-weight:		bold;
	font-size:			10px;
	visibility:			visible;
	color:				#336699;
	font-family:		"Verdana";
}

.GridPageStyle
{
	overflow:			auto;
	width:				85%;
	text-align:			left;
	height:				400px;
	border-left:		1px solid #A9C7F0;
	border-right:		1px solid #A9C7F0;
	border-top:			0px solid #A9C7F0;
	border-bottom:		1px solid #A9C7F0;
	
}


/* END General Styles */

/* TABLES */
Table
{
	margin:				0px;
	font-size: 10px;
	margin: 0px 0px 0px 1px;
	color: #336699;
	font-family: "Verdana";
	background-color: white; 	
}

.LoginTableStyle
{
	border:1px;
	margin: 0px;
	background-color: white;
	font-family: "Verdana";
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	border-top:  1px solid #A9C7F0;
	border-right: 1px solid #A9C7F0;
	border-bottom: 1px solid #A9C7F0;
	border-left: 1px solid #A9C7F0;
}

/*
.TableStyle
{
	margin:				2px;
	margin-top:			5px;
	width:				97%;
	background-color:	white;
	font-family:		"Verdana";
	font-size:			10px;	
	border-collapse:	collapse;	
}
*/
.LoginTableHeader
{
	font-size: 20px;
	color: #336699;
	text-align: left;
	background-color: #ffffff;
	font-weight: bold;
}
/* END TABLES */

/* CONTROLS */

.TextBox
{
	border-right:		#A9C7F0;
	border-top:			#A9C7F0;
	border-left:		#A9C7F0;
	border-bottom:		#A9C7F0;
	border:             solid 1px #A9C7F0;
	font-size:			10px;	
	width:				150px;
	color:				#336699;	
	font-family:		"Verdana";	
}

.DropDownList
{
	width:				250px;
	color:				#336699;
	font-family:		"Verdana";
	font-size:			10px;
	
}

.Button
{
	width:				90px;
	color:				#336699;
	font-family:		"Verdana";
	font-size:			10px;
}

.DropDownListBox
{
	width:				150px;
	color:				#336699;
	font-family:		"Verdana";
	font-size:			10px;
	border-right:       #A9C7F0 1px solid;
	border-top:         #A9C7F0 1px solid;
	border-left:        #A9C7F0 1px solid;
	border-bottom:      #A9C7F0 1px solid;
	
}

.GridListBox
{
	width:				90px;
	color:				#336699;
	font-family:		"Verdana";
	font-size:			10px;

}

.RadioButton
{
	color:				#336699;
	font-family:		"Verdana";
	font-size:			10px;
}

.FunctionButton
{
	font-weight: bold;
	font-size: 10px;
	width: 90px;
	color: #336699;
	font-family: "Verdana";
	background-color:#DDECFE;
	text-align: center;
	border-bottom-color: #336699;
	
	border-right:		#336699;
	border-top:			#336699;
	border-left:		#336699;
	border-bottom:		#336699;
	border:             solid 1px #336699;
}


.Label
{
	font-weight:		bold;
	font-size:			10px;
	color:				#336699;
	font-family:		"Verdana";
	width:				20%;
}

.LongLabel
{
	font-weight:		bold;
	font-size:			10px;
	color:				#336699;
	font-family:		"Verdana";
	width:				25%;
}

.InfoLabel
{
	font-size:			10px;
	color:				#336699;
	font-family:		"Verdana";
}

.NumericLabel
{
	font-weight:		bold;
	font-size:			10px;
	color:				#336699;
	font-family:		"Verdana";
	width:				20%;
	text-align:         right;
}

/* END CONROLS */

/* Maintenance Pages */
.PageHeading
{
	background-color:	#4caf50; /*#f49800;*/
	color:              white;
	font-family:		"Verdana";
	font-size:			11px;
	font-weight:		bold;	
	height:				25px;
	border-bottom:		1px  #00b33c solid;
	vertical-align:		middle;
	width:			 	100%
}

.PageHeading2
{
	font-weight: bold;
	font-size: 10px;
	vertical-align: middle;
	color: black;
	border-bottom: 1px;
	font-family: "Verdana";
	height: 25px;	
}

.LabelHeading
{
	background-color:	#336699;
	text-transform:     uppercase;
	text-align:         center;
	color:              white;
	font-family:		"Verdana";
	font-size:			11px;
	font-weight:		bold;	
	height:				25px;
	border-bottom:		1px  #DDECFE solid;
	vertical-align:		middle;
	width:			 	100%
}

.LabelHeadingNormal
{
	background-color:	#336699;
	text-transform:     uppercase;
	text-align:         left;
	color:              white;
	font-family:		"Verdana";
	font-size:			11px;
	font-weight:		bold;	
	height:				25px;
	border-bottom:		1px  #DDECFE solid;
	vertical-align:		middle;
	width:			 	100%
}

.MainHeading
{
	background-color:	#4caf50; /*#f49800;*/
	color:              white;
	font-family:		"Verdana";
	font-size:			11px;
	font-weight:		bold;	
	height:				25px;
	border-bottom:		1px  #4caf50 solid;
	vertical-align:		middle;
	width:			 	100%
}


.MinorHeading
{
	background-color:	#4caf50; /*#f49800;*/
	font-family:		"Verdana";
	font-size:			12px;
	font-weight:		bold;	
	height:				25px;
	border-bottom:		1px solid #FFFFFF;
	vertical-align:		middle;
}

.SearchStrip
{
	background-color:	#4caf50;  /*#f49800;*/
	font-family:		"Verdana";
	font-size:			10px;
	font-weight:		bold;
	height:				25px;
	border-bottom:		1px  #A9C7F0 solid;
}

/* END Maintenance Pages */

/* Grids */
.Grid
{
	border-right:  #336699 1px solid;
	border-left:   #336699 1px solid;
	border-bottom: #336699 1px solid;
		
}

.GridDivStyle
{
	border-bottom:		#336699 1px solid;
	border-left:		#336699 1px solid;
	border-right:		#336699 1px solid;
	border-top:			#336699 1px solid;
	text-align:			left;
}

.GridHeader
{
	font-weight:		bold;
	font-size:			10px;
	color:				#336699;
	font-family:		"Verdana";
	background-color:	white;
	border-bottom: A9C7F0 1px solid;
	border-left: A9C7F0 1px solid;
	border-right:A9C7F0 1px solid;
	border-top:A9C7F0 1px solid;
	
}

.GridHeader a
{
	text-decoration:	none;
	color:				#336699;
	white-space:		nowrap;

}

.GridHeader a:hover
{
	text-decoration:	none;
	white-space:		nowrap;
	color:				#A9C7F0;
}

.GridFooter
{
	font-family:		"Verdana";
	font-size:			10px;
	font-weight:		bold;
}

.GridItem
{
	font-size:		   10px;
	font-family:	   "Verdana";
	color:              #336699;
	border-bottom:      #A9C7F0 1px solid;
	border-left:        #A9C7F0 1px solid;
	border-right:       #A9C7F0 1px solid;
	
}

.GridItem a
{
	text-decoration:	none;
	color:				white;
	white-space:		nowrap;	
	font-weight:		bold;
}

.GridItem a:hover
{
	text-decoration:	none;
	white-space:		nowrap;
	color:				#ccd7e0;
	font-weight:		bold;	
}

.GridItem a:active
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana;
	white-space: nowrap;
	text-decoration: none;
}

.GridItem a:visited
{
	text-decoration:	none;
	white-space:		nowrap;
	color:				#405680;
	font-weight:		bold;

}

.GridSelectedItem
{
	font-family:		"Verdana";
	font-size:			10px;
	height:				20px;
	color:          #999517;
}

.GridAlternateItem
{
	font-family:		"Verdana";
	font-size:			10px;
	height:				20px;
	color:          #999517;
}

.GridAlternateItem a:hover
{
	text-decoration:	none;
	white-space:		nowrap;
	color:				#ccd7e0;
	font-weight:		bold;	
}

.GridAlternateItem a
{
	text-decoration:	none;
	white-space:		nowrap;
	color:				#405680;
	font-weight:		bold;	
}

.GridAlternateItem a:active
{
	text-decoration:	none;
	white-space:		nowrap;
	color:				#405680;
	font-weight:		bold;	
}

.GridAlternateItem a:visited
{
	text-decoration:	none;
	white-space:		nowrap;
	color:				#405680;
	font-weight:		bold;	
}

.GridPager
{
	font-family:		"Verdana";
	font-size:			10px;
	background-color:	green; /*orange;*/
	color:              red;
	text-decoration:	none;
	
}

.GridPager a
{
	text-decoration:	none;
	color:				black;	
}

.GridPager a:active
{
	font-weight:       bold;
	color:	           Red;
}

.GridPager a:visited
{
	color:				Black;		
}

.GridPager a:hover
{
	font-weight:		bold;
	color:	            Red;		
}

/* END Grids */

/* TabStrips */

.TabDivStyle
{
	padding-left:		3px;
	padding-top:		3px;
	padding-bottom:		3px;
	padding-right:		3px;
	overflow:			auto;
	width:				85%;
	border-bottom:		green 1px solid;
	border-left:		green 1px solid;
	border-right:		green 1px solid;
}

.TabDefaultStyle
{
	background-color:green; /*orange;*/
	font-family:verdana;
	font-weight:bold;
	font-size:8pt;
	color:black;
	height:40;
	width:150px;
	text-align:center;
}

.TabHoverStyle
{
	background-color:green; /*orange;*/
	color:black;
	border: yellow;
	border-bottom:none	
}

.TabSelectedStyle
{
    background-color:black;
	color:lime green;
	padding-left:5px;
	padding-right:5px;
	border:solid 3px green;/*changed*/
	border-bottom:solid 3px green;/*changed*/
}

/*
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #999517;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

/* END TabStrips */

/*.Link
{
	font-weight:		bold;
	font-size:			10px;
	color:				#999517;
	font-family:		"Verdana";
	width:				20%;
	background-color: #999517;
	cursor: pointer;
}
*/

.noPrint 
{
	display:none;
}

/*////////////////////////////////////////////////////*/
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white; /*white*/
/*background: black url(titlebar.png) repeat-x center left;*/
background: #FFA500;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: #990000;
/*background-image: url(titlebar-active.png);*/

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a
{
    text-decoration: none;
    color: #990000;
    background: #FFFBD6; /*custom bullet list image*/
    display: block;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #FFCC66;
    font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
text-decoration: none;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
text-decoration: none;
background-color: #F3F3F3;
}

