/* CORE LAYOUT */
body {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
}

div#login {
	padding: 10px;
}

div#login h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	color: #fff;
	font-weight: 700;
}

div#login p {
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	margin-bottom: 5px;
}

div#login table {
	margin: 0;
	padding: 0;

}

div#login table label {
	font-weight: 700;
	padding-right: 8px;
}

div#login td.submit {
	text-align: right;
	padding-top: 10px;

}


div#site_hold { z-index: -100; }

div#site_content {
	width: 970px;
	margin: auto;
	min-height: 766px;
	background: none;
}

div#site_header {
	height: 70px;
	background: #000;	
	text-align: center;
	position: relative;
	z-index: 2000;
}

div.logo_hold { text-align: center; }

div.logo_hold a#home {
	position: relative;
	top: 10px;
	z-index: 10000;	
}

div#content {
	clear: both;
	background: #fff;	
	padding: 25px 20px 0px 20px;
	position: relative;
	z-index: 1001;
}

div#page_head {
	background: transparent;	
	margin: 0px;
	padding: 0px;
	height: 40px;
	border-bottom: 1px dotted black;
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
}

div#page_head h2 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	padding-top: 12px;
	width: 626px;
	float: left;
}

div#page_head h2 span.sub { font-size: 14px; }

div#page_head p {
	margin: 0px;
	padding: 0px;
	padding-top: 18px;
	font-size: 14px;
	margin-left: 626px;
	text-align: right;
}

div#page_content {
	background: none;
	height: 547px;
}

div#page_content div.col-1 {
	width: 616px;
	float: left;
	padding-right: 10px;
	min-height: 510px;

}

div#page_content div.col-2 {
	width: 273px;
	padding-left: 10px;
	float: left;
	border-left: 1px dotted black;
	min-height: 510px;

}

div#site_footer {
	height: 70px;
	padding: 0px 20px;
	position: relative;
	z-index: 3000;
	background: #000;	
}


div#script_time {
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 3000;
	width: 200px;
	padding: 10px;
	border: 1px solid #efefef;
	background: #ffffff;
}


/* GENERALIZED RULES */
br.clear {
	height: 1px;
	clear: both;

}

img.welcome_logo {

	margin-left: 30px;
}

.center { text-align: center; margin: auto; }

.white { color: #fff; }

/* ICONS */
html body .icon_add {
	background: url(../../images/icons/add.gif) left no-repeat;	
	padding-left: 20px;

}

