/* GLOBAL RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,p,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #7d7d7d;}
.clear {clear: both;}
.img-left {float:left; margin-right:10px}
.img-right {float:right; margin-left:10px}
.wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.bg {
	background-image: url(../admin_page/bg01.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
}
.menu-head {
	background-image: url(../admin_images/menu01.gif);
	background-repeat: no-repeat;
	float: left;
	height: 38px;
	width: 4px;
}
.menu {
	background-image: url(../admin_images/menu02.gif);
	background-repeat: repeat-x;
	height: 38px;
	width:530px;	
	display: block;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: capitalize;
}
.menu ul {
	padding-top: 11px;
}
.menu li {
	float: left;	
	margin-left: 5px;
	margin-right: 5px;
}
.menu a {	
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #33CCFF;
}
.logout {
	background-image: url(../admin_images/logout.gif);
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	width: 95px;
	background-position: top;
}
.logout:hover {
	background-position: bottom;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.styleLink{
    color: #000000;
    text-decoration: none;
}
.styleLink:visited {color: #000000;text-decoration: none; } 

.styleLink:hover {
	text-decoration: underline;
	color: #666666;
}

.loadComplete{
	width: 517px;  
  height: 340px;
}
.titles{
	padding:5px;
	font-size:24px;
	color:#000000;
}
.imageSelect{
		color:#0000FF;
    text-decoration: none;
}

.imageSelect:hover {
	text-decoration: underline;	
	color:#FF0000;
}
