/* GLOBALS CSS DEFINITIONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

body{
	font-family : Arial, Helvetica, sans-serif;
	background-color : White;
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	color : Black;
	font-size : 11px;
	
	background-image : url(../img/mbg.png);
	background-attachment : scroll;
	
}


/* TABLE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

TD, DIV {
	font-size : 12px;
}

TD.left{
	text-align : left;
}
TD.center{
	text-align : center;
}
TD.right{
	text-align : right;
}

TH {
	font-size : 10px;
	font-weight : bold;
}

TH.left{
	text-align : left;
}

TH.right{
	text-align : right;
}


/* FORM ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 */

FORM {
	Margin-bottom: 0px;
}

INPUT, SELECT, TEXTAREA{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	width : 100%;
}

INPUT.right{
	text-align : right;
}

INPUT.Fix, SELECT.Fix, TEXTAREA.Fix{
	width : auto;
}

INPUT.rightFix{
	text-align : right;
	width : auto;
}


/* TABLE / CELL -  PADDINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 */
 
.PaddA{
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 0px;
	padding-bottom : 1px;
}

.Padd0{
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
}


/* LIST ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 */
 
ul {  
	list-style-type : square;
	list-style-position : outside;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 13px;
	padding-left:0px;
}

ol {  
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 20px;
	padding-left:0px;
}

Blockquote {  
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 20px;
	padding-left:0px;
}

li {  
	margin-top : 10px;
	margin-bottom:    6px;
	margin-left : 5px;
}

ul.short li {  
	margin-top : 5px;
	margin-bottom: 5px;
	list-style: none;
	margin-left : 16px;
	text-indent: -16px;
}
ul.short {  
	margin-left : 0px;
}

ul.compact li {  
	margin-top : 5px;
	margin-bottom: 5px;

}
ul.compact {  
	margin-top : 0px;
}
