
/* ---------->>> RESET <<<-----------*/

html 	{
	font-size:100.1%;
	}
body	{ 
	font-family:"trebuchet ms", verdana, arial, helvetica, sans-serif;
	text-align:center;
	line-height:1em;
	padding:0px;
	margin:10px;
	
	text-align:left}



* 		{ margin:0px;padding:0px;line-height:1.5em;text-align:left; }

/* ---------->>> GENERICS <<<-----------*/

.width100 	{ width: 100%; }
.width75 	{ width: 75%; }
.width50 	{ width: 50%; }
.floatLeft 	{ float: left; }
.floatRight 	{ float: right; }
.alignLeft 	{ text-align: left; }
.alignRight 	{ text-align: right; }

.quicklinks	{ 
	text-align:right;
	display:inline;
	color:#2060A0;
	font-weight:bold;
	font-size:.9em;
	text-decoration:none; 
	border:1px;
	margin: 3px 12px 0px 0px;}
.quicklinks img	{
	border: 0px;
	margin-right: 3px;
	}
.framer5 {
	padding: 5px;
	border: 1px solid #4080C0;
	margin: 5px;
	}	
.framer2 {
	padding: 2px;
	border: 1px solid #4080C0;
	margin: 2px;
	}
.framer1 {
	padding: 1px;
	border: 1px solid #4080C0;
	margin: 1px;
	}	
.dialogerror {
	text-align:left;
	background-color: yellow;
	border: 1px solid red;
	padding: 0px 5px 0px 5px;
	}

h1 {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-size: 1.2em;
	color: #002040;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom:10px;
	}
p {
	margin-bottom:5px;
	}

	
.buttonlink {
	background-image: url("../cssimg/content_button.jpg");
	background-repeat: no-repeat;
	width:100px;
	height:25px;
	text-align: center;
	font-size: .7em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding:4px 4px 4px 0px;
	margin:0px;
	margin-top:10px;
	color: #202020;

	}



form {
	margin-left:10px;
	margin-right:10px;
	font-size: 1em;
	}
form fieldset{
	border: 1px dashed #4080C0;
	padding: 10px;
	margin-bottom:10px;
	}	
form fieldset legend {
	font-size:1em;
	font-weight:bold;
	background: #FFF;
	padding-left: 5px;
	padding-right: 10px;
	}
form input {
	width:auto;
	height:18px;
	margin:5px 0 0 10px;
	font-size:.9em;
	}	
	
form textarea {
	width:340px;
	height:80px;
	overflow: auto;
	margin:5px 0 0 10px;
	border: 1px solid #4080C0;
	}
form label {
	width: 100px;
	float: left;
	text-align: right;
	}
form .mocklabel {
	display: block;
	width: 130px;
	float: left;
	text-align: right;
	margin-right:10px
	}

form br {
	clear:left;
	}
form .required {
	font-weight: bold;	
	}
.formhelp { 
	font-size: .75em;
	margin-left: 140px;
	}	

#formbuttons {
	display: block;
	margin-top: 15px;
	}
#formbuttons ul {
	list-style: none;
	}
#formbuttons li {
	float: right;
	margin-left: 0px;
	}
#formbuttons li a {
	background-image: url("../cssimg/content_button.jpg");
	background-repeat: no-repeat;
	width:100px;
	height:25px;
	text-align: center;
	font-size: .8em;
	font-weight: normal;
	display: block;
	text-decoration: none;
	padding:3px 4px 4px 0px;
	margin:0px;
	color: #202020;	
	}


	
