 /*  
*
*		MSM Grid framework
*		File type: CSS2
*		Media type: screen
*		License : GPL
*   
---------------------------------------- 
        Stylesheet structure
----------------------------------------
#1 - Body
#2 - Headers
#3 - Lists
	#3.1 - dl
	#3.2 - ul	
#4 - Links
#5 - Forms
#6 - Text 
#7 - Misc
#9 - Tables


/* #1 -------- Body -------- */
	html, body {height:100%; }
	body { 
		line-height: 1.5; 
  		font-size:9pt;	
  		font-family: Verdana, Helvetica, sans-serif;
		background: #639730; 
		color:#000000;
}


/* #2 -------- Headers -------- */ 
	h1, h2 {  font: 11pt/1.6em verdana;margin-bottom: 0.75em; font-weight:bold;}
	h3 { font-size: 1em;  margin-bottom: 1em; }
	h4 { font-size: 0.8em; margin-bottom: 1.25em; }
	h5 { font-size: 0.8em; font-weight: bold; margin-bottom: 1.5em; }
	h6 { font-size: 0.8em; font-weight: bold; }



/* #3 -------- Lists -------- */

	/* #3.1 - dl - */
	dl		{ margin: 0; padding:5px 0px;}
	dl dt	{ font-weight: bold; }
	dl dd	{ margin: 2px 0px 2px 20px; font-size:8pt; }
	dl dd	strong{ font-size:9pt; }

	/* #3.2 - ul - */
	.grList,
	.grListW { list-style-type: none; margin:5px 0px 0px 10px;padding:0px;}
	.grList li {
	  background: url(../images/bullet.gif) no-repeat left center;
	  padding: 2px 0px 2px 20px;
	  margin:0px; 
	}
	.grListW li{
	  background: url(../images/bulletWhite.gif) no-repeat left center;
	  padding: 2px 0px 2px 20px;
	  margin:0px;
	}


/* #4 -------- Links -------- */
	a:link		{ color:#377906 !important;  text-decoration: underline; }
	a:visited	{ color:#377906; }
	a:hover	{color:#111111; cursor:pointer;}
	a:focus	{}
	a:active	{}



/* #5 -------- Forms -------- */
	form		{ margin: 0px; padding: 0px; }
	label		{ cursor:pointer;}
	fieldset	{ padding: 10px; 	border: 1px solid #639730;}
	legend	{ font-weight: bold; font-size: 11pt;}
	select	{ cursor:pointer; }
	
	
	input.text:focus, input.title:focus,textarea:focus { border:1px solid #bbbbbb; }
	
	.submit{  }
		
		/* #8 - Common form style - */
		.gForm{}
		.gForm input.text{margin:0px;padding:6px 5px;  border:1px solid #dddddd; }
		.gForm input.text:focus{ border:1px solid #759730; }
		.gForm textarea{width: 80%;padding:6px 5px;  border:1px solid #dddddd;}
		.gForm textarea:focus{width: 80%; border:1px solid #759730;}
		.gForm select{ padding:3px 5px; }
		.gForm .submit{
			margin-top:10px;
			width:190px;
			padding: 4px 5px;
			cursor: pointer;
		}
		.gForm .checkbox{
			padding: 5px;
		}
		.gForm fieldset{ margin-top: 20px; }
		
		/*.submit{
			background: url(../images/butGradBgr.jpg)  top left repeat-x ;
			border: 1px solid #5b9400;
		}*/


/* #6 -------- Text -------- */
	/* #6.1 - Text style  - */
		.fWb	{  font-weight:bold !important; }
		.fWn	{  font-weight:normal !important; }
		.fVi	{  font-style:italic  !important;}
		.sTxt	{  font-size:8pt !important; }
		.lTxt	{  font-size:110% !important;  }	
	
	/* #6.2 - Text aligments  -  */
		.tAl	{ text-align:left !important;     }
		.tAc	{ text-align:center !important;}
		.tAr	{ text-align:right !important;   }
		.tAj	{ text-align:justify !important; }

	/* #6.3 - Text colors - */
		.tClr0{ color:#000000; }


/* #7 -------- Misc -------- */
	p img.fltL	{ float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
	p img.fltR	{ float: right; margin: 1.5em 0 1.5em 1.5em; }
	p				    { margin: 10px 0px; }
	blockquote	{ margin: 10px; font-style: italic; }
	
	abbr, 
	acronym		{ border-bottom: 1px dotted #666; }
	address		{ margin: 0 0 15px; font-style: italic; }
	
	pre 			{ margin: 15px 0; white-space: pre; }
	pre,code,tt { font: 10px 'andale mono', 'lucida console', monospace; line-height: 1.5; }
	
	sup{}
	hr {
		background: #dddddd; 
	 	color: #dddddd;
	 	clear: both; 
	 	float: none; 
	 	width: 100%; 
	 	height: .1em;
	 	margin: 0 0 1.45em;
	 	border: none; 
	}
	

/* #8 -------- Message boxes -------- */
	.msgBlock	{ padding: .8em; margin: 1em 0; border: 1px solid #ddd;padding-left: 32px;  }
	.loaderBgr strong { background:url(../images/loader.gif) no-repeat; line-height:50px; padding: 15px 0px 15px 50px; }


/* #9 -------- Tables -------- */
.grTable{
	width:98%;
	margin-left:2px;
	border-collapse:collapse;
}
.grTable thead tr td, .grTable thead tr th{
	background: url(../images/tableHead.jpg) repeat-x left center;
	font-weight:bold;
	color:#ffffff;
	padding-top:8px;
	padding-bottom:8px;
	text-align:center;	
}
.grTable tbody tr td{
	border-bottom: 1px solid #a2d941;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
}


	/* #12.1 - Box background - */
	.errorMsg		{ background: url(../icons/error.png) no-repeat center left  #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
	.noticeMsg		{ background: url(../icons/alert.png) no-repeat center left #FFF6BF; color: #514721; border-color: #FFD324; }
	.bugMsg		{ background: url(../icons/bugPad.png) no-repeat center left #FFF6BF; color: #514721; border-color: #FFD324;}
	.successMsg	{ background: url(../icons/success.png) no-repeat center left #bee598; color: #264409; border-color: #006a23; }	
	
	.msgBlock input.text,
	.msgBlock input.submit{
		margin-left: 5px;
		padding: 3px 10px;
	}
	/* #12.2 - Box links - */
	.errorMsg a		{ color: #8a1f11; }
	.noticeMsg a	{ color: #514721; }
	.successMsg a	{ color: #264409; }
