﻿body{
	height:100%;
	width:100%;
	background:#f0f0f0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
}

img{
	vertical-align:middle;
	border:0;
}

h1{
	text-indent:-9999px;
}

a{
	color:#c00;
	text-decoration:none;
}

a:hover{
	color:#f00;
	text-decoration:underline;
}

a:hover, 
a:active, 
a:focus,a:hover {
	outline:0;
}

p, h3, address{
	text-align:right;
	margin:5px 0 10px 0;
}

h3{
	padding:15px 0 0 0;
}

input,
select, 
textarea{
	font:11px Tahoma, Arial, Helvetica, sans-serif;
}

address{
	font-style:normal;
	margin:0.5em 0;
}


table{
	margin:0 0 10px 0;
	clear:both;
	border-top:1px solid #999;
	border-left:1px solid #999;
	width:100%;
	line-height:15px;
	border-collapse: collapse;
}

table th, 
table td{
	vertical-align:top;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	padding:5px 8px 5px 8px;
}

table th{
	background:#eee;
	font-weight:bold;
}

hr {
	background:#ddd;
	color:#ddd;
	clear:both;
	float:none;
	width:100%;
	height:1px;
	margin:0.25em 0;
	border:none;
}

input, textarea, option{
	padding:2px;
}

/* CSS FOR POSITION NEEDS */
.left	{	float:left !important;	display:inline !important;	}
.right	{	float:right !important;	display:inline !important;	}
.clreol	{	float:none !important; 	clear:both !important;		}

/* CSS FOR TEXT NEEDS */
.strong	{	font-weight:bold;	}
.em		{	font-style:italic;	}
.center	{	text-align:center;	vertical-align:middle;	}

/* CSS FOR COLOR NEEDS */
.redtext	{	color:#ff0000;	}
.bluetext	{	color:#3366ff;	}
.yellowtext	{	color:#ffff00;	}
.greentext	{	color:#339900;	}
.whitetext	{	color:#ffffff;	}
.greytext	{	color:#cccccc;	}

/* CSS FOR COLOR FORM */
.row				{	width:100%;			float:left;				display:inline;	 	clear:both;
						margin:2px 0;		text-align:left;	}
.row label			{	width:40%;			margin:0 0 0 0;		float:left;						}
.row .rowwrap		{	width:60%;			float:left;				text-align:left;				}
.row .rowwrap label	{	float:none;	}
.row .row input		{	float:left; width:auto !important; margin:0 3px 0 0;	}
.rowtext input, 
.rowtext select, 
.rowtext textarea	{	width:300px;

}

.rowtext2{	background:#eee;padding:2%;width:96%;margin:15px 0;	}


.nomargin			{	margin:0 !important;			}
.nopadding			{	padding:0 !important;			}
.nobackground		{	background:none  !important;	}
.noclear			{	clear:none !important;			}

.rowtype input,
.rowtype textarea,
.rowtype select{
	width:300px !important;
	padding:2px !important;
	margin:0 !important;
}

.shown				{	display:block;	}
.hidden				{	display:none;	}