body {
	margin: 0 auto;
	background-color:#EEE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px;
}

a{}
.pointer { cursor:pointer; }

span.ae_help {margin-left: 6px;}
span.ae_help span.icon {width:16px; height:16px; display:inline-block;}
span.ae_help span.icon:hover {background-position:bottom left;}
span.ae_help span.help {display:none; padding:2px 3px; margin-left:8px;}
span.ae_help:hover span.help{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#000;}

.float {float: left;}

.icon_list {
	list-style:none;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

.icon_list li, .icon_list ul {
	float:left;
	margin:0px;
	padding:0px 1px;
	display:inline;
}
.icon_list a {
	float:left;
	background-position:top left;
	height:16px;
	width:16px;
	display:block;
}

.icon_list a:hover{
	background-position:bottom left;
}

#menu {
	width: 200px;
}

#login_container_main {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 80px;
}

.login_content_header {
	background-image:url(../images/login/header_bg.gif);
	height:19px;
	font-size:14px;
	font-weight:bold;
}

.login_bg {
	background-image:url(../images/login/bg.gif);
	padding-top:25px;
}

#contentfull {
	right: 0;
	width: 100%;
}

.content_header_title {
	position:relative;
	bottom:1px;
	text-align:center
}

.search_box {
	margin-bottom:10px;
}

.hr_white {
  color:#fff;
  background-color: #fff;
  height: 1px;
  border:0px;
}

.hr_black {
  color:#000;
  background-color: #000;
  height: 1px;
  border:0px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.table_class {
	border: 1px solid black;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: white;
	padding: 0px 0px 0px 0px;
}

table.multicheckplus {
	border-collapse: collapse;
}

td.multicheckplus {
	border-bottom:1px solid #000000;
    border-top-style:none;
    border-left-style:none;
    border-right-style:none;
}

.row_1 {
    background-color:#DDDDDD;
}
.row_hover{
    background-color:#BBBBBB;
}

.row_2 {
    background-color:#FFFFFF;
}

.listing_table {
	margin-top:5px;
	margin-bottom:5px;
}

.ae_table td {
	padding-top:5px;
}

.overflow {
	overflow: auto;

}

.phpinfo {
	overflow: auto;
	width: 100%;
	direction: ltr;
	padding:2px;
}

.phpinfo td, .phpinfo th, .phpinfo h2, .phpinfo h1 {
	text-align: left;
}

.flickrthumb {
	float:left;
	width:110px;
	height:135px;
	text-align:center;
	border:solid black 1px;
	padding:3px;
	margin:3px;
	cursor:pointer;
}
.flickrthumb_a {
	background-color:#FF0;
}

.float {float: left;}

.page {
	width: 916px;
	margin: auto;
	text-align: left;
	display: block;
}

.shadow_bg {
	width:916px;
	background:url(../images/shadow/main_bg.png) 0 0 repeat-y;
}

.shadow_top {
	width:900px;
	height:8px;
	background:url(../images/shadow/top.png);
	background-repeat:repeat-x;
}

.shadow_top_left {
	width:8px;
	height:8px;
	background:url(../images/shadow/shadows.png);
}

.shadow_top_right {
	width:8px;
	height:8px;
	background:url(../images/shadow/shadows.png) 8px 0px;
}

.shadow_bot {
	width:900px;
	height:8px;
	background:url(../images/shadow/bot.png);
	background-repeat:repeat-x;
}

.shadow_bot_left {
	width:8px;
	height:8px;
	background:url(../images/shadow/shadows.png) 0px 8px;
}

.shadow_bot_right {
	width:8px;
	height:8px;
	background:url(../images/shadow/shadows.png) 8px 8px;
}
