/* CSS Document 2008. All Right Reserved http://www.ah-me.com */

html {
	text-align: center;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF url(../images/topline.jpg) repeat-x 0 0;
	}
	
td {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	}
	
a {
	color:#575757;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	} 

a:hover { 
	color:#575757;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	}

.biglink a {
	color: #3333CC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:underline;
	font-weight:bold;
	} 

.boldtxt {
	font-size:12px;
	font-weight:bold;
	}
	
.boldtxt a {
	font-size:12px;
	color: #0066CC;
	text-decoration:underline;
	}
	
.boldtxt a:hover {
	font-size:12px;
	color: #333333;
	text-decoration:underline;
	}
	
.title {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	}

.cssform {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.graylinks {
	color: #1E1E1E;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.graylinks a {
	color: #1E1E1E;
	text-decoration:underline;
	}
	
.graylinks a:hover {
	color: #CC0033;
	text-decoration:underline;
	}
	
input.addcatsub {
	width: 80px;
}

ul {list-style: none;}

/********************* Login ***/

div.login {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 130px;
	padding-left: 550px;
	width: 290px;
	text-align: left;
	position: relative;
	}

div.login input {
	width: 150px;
}


div.login span {
	width: 150px;
	float: left;
}


/*menus*/
.nav {position: relative; width: 360px; margin: -12px 0 0 0; left: -20px; //left: -20px;}
.long {width: 919px;}
.nav .select {float: inherit; width: 100px; margin-bottom: -10px; //margin-bottom: -17px;}
.nav .select a span {display: block; height: 20px; background: url(../images/button.png) 0px 0px no-repeat; color: #FFFFFF; padding: 6px 0 0 10px; font-weight: bold; font-size: 10px;}
.nav .select a span strong {font-size: 11px; color:#ffffff;}
.nav .select a {text-decoration: none; font-size: 11px;}
.select a:hover, .nav .select li:hover a {cursor: pointer; text-decoration: none;}
.nav .sub {display: none;}
.nav .sub ul {float: left; width: 90px; margin-right: 8px; font-weight: normal; font-size: 11px; margin: 0 0 0 -15px; padding-left: 30px;}
.nav table {position: relative; border-collapse: collapse;  font-size: 11px;}
.nav .select li a:hover .sub, .nav .select li:hover .sub {display: block; position: absolute; width: 400px; z-index: 100; top: 0px;  left: 142px; background: #EEF5FE; border: 2px solid #DFECFD;}
.nav .select a:hover .sub li a, .nav .select li:hover .sub li a {display: inline; color: #333333;}
.nav .sub ul li {border-bottom: 1px dotted #999999; padding: 2px 0;}
.dropbg {padding-left: 10px;}
/*menus*/

/********************* TOP MENU ***/

.menu {
width:auto;
	}
	
td.menu {
	height: 28px;
	width: 90%;
	text-align: center;
	vertical-align: middle;
	background: #FFFFFF url(../images/menulinebg.jpg) repeat-x 0 0;
	}
	
ul#nav, ul#nav ul {
	background: #FFFFFF url(../images/menubutton.jpg) repeat-x 0 0;
	margin: 0;
	padding: 0;
	list-style: none;
        z-index: 100;
	}

ul#nav  li {
background: #FFFFFF url(../images/menubutton.jpg) repeat-x 0 0;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
#nav li ul {
	position: absolute;
	margin-left: -999em; 
	top: auto;
	left:0;
}

ul#nav  li a {
	display: block;
	color: #777;
	width: 106px;
	padding-top:7px;
	height:21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	min-height:0;
	font-weight: bold;
	}

* html ul#nav  li a {height:1%;	position:relative;}

#nav li:hover a,#nav  li.over a {
   	color: #333333;
   	background-color: #E4E9ED;
}

#nav li:hover li a:hover,#nav li.over li a:hover {
   	color: #fff;
   	background-color: #546F8B
}

#nav li:hover li a,#nav li.over li a {
   color: #000;
   background-color: #E4E9ED;
   width: 120px;
   text-align: left;
   height: 20px;
   padding-left: 15px;
   border-bottom: 1px dashed #CCCCCC;
   padding-top: 7px;
}

#nav li ul li a { padding: 2px 5px; } 

#nav li:hover ul,#nav li.over ul {
	margin-left:0; 
} 

	
	
/********************* SEARCH FORM ***/

table.search {
	width: 980px;
	border: none;
	font-weight:bold;
	}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

input.findin {
	width: 300px;
}

textarea {
	overflow: auto;
}


/********************* ADD BY FTP ***/

select.addbyftp {
	width: 140px;
}

select.longselect {
	width: 350px;
}

input.longfield {
	width: 350px;
}



input.date {
	width: 130px;
	margin-right: 3px;
}

input.galtitle {
	width: 250px;
}

textarea.desc {
	width: 350px;
	height: 120px;
}

/********************* EXPORT ***/

select.topselects {
	width: 90px;
	margin-right: 2px;
}

select.filter {
	width: 130px;
}
select.filter_p2 {
	width: 116px;
}

select.filter_p {
	width: 144px;
}

input.numbers {
	width: 50px;
}

/********************* GROUPS ***/

select.topselects {
	width: 90px;
	margin-right: 2px;
}

select.filter {
	width: 130px;
}

select.filter2 {
	margin-bottom: 3px;
	width: 180px;
	height: 200px;
}

option.bold {
font-weight:bold;
}

select.filter3 {
	margin-bottom: 3px;
	width: 130px;
}

input.addeditgroup {
	width: 250px;
}

input.showdesc {
	width: 360px;
}
/********************* SPONSORS ***/

.onlink {
	color: #339900;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	}

.onlink a {
	color:#009900;
	text-decoration:underline;
	}
	
.offlink {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	}
	
.offlink a {
	color:#FF0000;
	text-decoration:underline;
	}
	
.offsponsor a {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	font-weight: bold;
	}
	
/********************* SPONSORSEND ***/
	
textarea.bulkimport {
	margin-bottom: 3px;
	width: 240px;
	height: 170px;
}

textarea.bulkimportqueue {
	margin-bottom: 3px;
	width: 990px;
	height: 300px;
}

input.delimiter{
	margin-bottom: 3px;
	width: 15px;
	padding-left: 10px;
	}
	
input.templatename {
	width: 900px;
}
	
textarea.template {
	width: 900px;
	height: 300px;
}

/********************* REVIEW ***/

.review td {
	width: 245px;
	vertical-align:top;
}

.review img {
	border: solid 1px;
	border-color: #999999;
}
.img_b {
	border: solid 1px;
	border-color: #999999;
}
.swfupload {
	vertical-align: top;
}
/********************* UPLOADIFY ***/
.uploadifyQueue{width: 320px;margin:0px;padding: 0px;}

.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #EEF5FE;
	margin-top: 5px;
	padding: 10px;
	width: 320px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}