/* IE\:HOMEPAGE { BEHAVIOR: url(#default#homepage) } */
body {background: #fff; font-family: Arial, Helvetica, sans-serif;	font-size: 12px; margin: 0;}
a:link, a:visited {color: #009;	font-family: Arial, Helvetica, sans-serif; text-decoration: none;	font-size: 12px;}
a:hover {color: #009;	font-family: "Arial CE", Arial, Helvetica, sans-serif;	text-decoration: underline;	font-size: 12px;}

/* css for _bottom.htpl */
div#bottom {
	width: 100%; 
	height: 100px; 
	color: #999; 
	padding-top: 15px;
	margin-top: 30px; 
	background: #ddd url(./templates/img/bottom.png) repeat-x;
}

div#footer_content {
	margin: auto;
	width: 800px;
	text-align: left;
	padding: 20px;
}
div#footer_content a {
	font-size: 10px;
	padding-right: 10px;
}

div#footer_content table td {
	font-size: 10px;
	padding-right: 10px;
}

div#footer_content table th {
	font-size: 11px;
	padding-right: 10px;
}


div#gennerationTime {font-size: 10px; text-align: center; width: 100%;}

.menuicon {cursor: pointer;}
.closeicon {cursor: pointer; float: right;}

input.txt {width: 200px;}
input.password {width: 200px;}
div.DialogTitle {background: #ddd; padding: 3px; margin: 0; font-weight: bold; font-size: 14px;}
div.DialogBody {padding: 12px;}
div.DialogButtons {margin-bottom: 20px;}

th {text-align: left;}
td {text-align: left;}

table.form td {	white-space: nowrap; }
table.form th {	white-space: nowrap; }

/* TOP MENU */
div#top_menu {
	color:#999;
	border-bottom: 1px solid #ddd;
	height: 19px;
	padding: 0;
	height: 25px;
	background: #eee;
	padding-right: 0;
	margin-bottom: 20px;
}

div#top_menu a:link, div#top_menu a:visited {
	color: #000055;
	font-family: "Arial CE",Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

div#top_menu a:hover {
	color: #000;
	font-family: "Arial CE",Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

div#top_menu img {
	margin-right: 3px;
	position: relative;
	top: 2px;
}

div#top_menu div#top_menu_left a#autohomepage:link, div#top_menu div#top_menu_left a#autohomepage:visited, div#top_menu div#top_menu_left a#autohomepage:hover  {
	color: green;
	font-weight: bold;
}

div#top_menu div#top_menu_left {cursor: pointer; height: 25px; float: left; padding: 2px;}
div#top_menu div#top_menu_right {float: right; height: 25px; padding: 2px; margin-right: 10px;}
div#top_menu_title {display: inline; vertical-align: middle;}

div#top_menu div#choosesite {
	float: right;
	margin: 0; 
	width: 35px; 
	height: 25px; 
	background: #ddd;
	text-align: center;
}

div#choosesite_selections {
	position: absolute;
	right: 1px;
	z-index: 90000;
	top: 18px;
	width: 150px; 
	display: none;
	white-space: nowrap; 
	padding: 5px; 
	text-align: left; 
	background: #f9f9f9; 
	border: 1px solid #ddd; 
	margin-top: 10px;
}

div#choosesite_selections div {
	padding: 2px;
}

/* pge_MENU */
div.pge_menu {
	background: #f9f9f9;
	position: absolute;
	padding: 0;
	display: none;
	z-index: 1002;
}

div.pge_menu ul {
	text-align: left;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	border: 1px solid #ddd;
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

div.pge_menu ul li {
	white-space: nowrap;
	list-style-position: outside;
	border-bottom: 1px solid #ddd;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 1px;
	cursor: pointer;
}

/* MAGICBOX */

div#magicbox_container {
	width: 656px;
	height: 428px;
	margin-top: 0;
	margin-bottom: 10px;
	position: relative;
	border: 0px solid red;
	z-index: 1;
}

div.magicbox_element {
	border: 1px solid #f5f5f5;
	position: relative;
	height: 210px;
	width: 160px;
	background: #fff;
	float: left;
	margin: 1px;
	z-index: 2;
}

div.magicbox_element h1 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2px;	
	padding-bottom: 2px;
	border-bottom: 1px solid #eee;
	background: url(./templates/img/magicbox_title_bg.jpg) no-repeat;
	text-align: left;
	padding-left: 5px;
	margin-bottom: 2px;
	color:#aaa;
	font-family:"Arial CE",Arial,Helvetica,sans-serif;
	font-size:14px;
	font-variant:small-caps;
	font-weight:600;
	height: 16px;
}

div.magicbox_element div.magicbox_menu {
	float: right;
	position: relative;
	border: 1px solid #dfdfdf;
	padding: 1px;
	margin-top: 2px;
	width: 10px;
	height: 10px;
	margin-right: 2px;
	cursor: pointer;
}

div.magicbox_element div.magicbox_content_body {
	height: 182px;
}

textarea.contactmsgbody {
	width: 95%;
	height: 200px;
}

div#googlesearch {
	margin: 20px;
}

.required {
	background-color: #fff5f5;
}

table.xmltable {
	width: 98%;
	border: 2px solid #f0f0ee;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #fff;
}

table.xmltable td {
	border: 1px solid #ddd;
	padding: 2px;
	color: #444;
}
table.xmltable th {
	border: 1px solid #f0f0ee;
	padding: 2px;
	background: #f0f0ee;
}

table.xmltable td.actions img {cursor: pointer; padding-left: 2px; padding-right: 2px;}