body {
	margin: 20px 0;
	background-color:#CCC;
}

table{
	border-collapse:collapse;
	
}

td{
	height:25px;
}

input[type="text"]{
	background-image:url(images/input_bg.png);
	border:thin solid #CCC;
	border-radius:3px;
	height:30px;
	width:200px;
}

input[type="password"]{
	background-image:url(images/input_bg.png);
	border:thin solid #CCC;
	border-radius:3px;
	height:30px;
	width:200px;
}

input:focus {
   -moz-box-shadow:    3px 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px 3px #ccc;
  box-shadow:         3px 3px 3px 3px #ccc;
}



.textfield input{
	background-image:url(images/input_bg.png);
	border:thin solid #999;
	border-radius:3px;
	height:20px;
	width:250px;
}



body, th, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2 {
	margin-top: 1.5em;
	color: #626456;
}

h1 {
	letter-spacing: -.075em;
	font-size: 3em;
}

h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: bold;
	color: white;
}

p, ul {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

a {
	text-decoration: none;
	color: #3C7BCF;
}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: white;
}

hr {
	display: none;
}

#header {
	width: 95%;
	border:7px #333 solid;
	height: 35px;
	margin: 0 auto;
	background-color:transparent;
	background-image:url(images/transbg.png);
}

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	padding: 10px 20px 0 20px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	background:  #ffffff;
	color: #2C2E22;
}

#menu .current_page_item a {
	background:  #ffffff;
	color: #2C2E22;
}

/* Logo */

#logo {
	width: 95%;
	border-radius:7px 7px 0 0;
	height: 200px;
	margin: 0 auto;
	background: url(images/logo.png) no-repeat left top;
	height: 157px;
	border: 7px solid #C39;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding: 10px 5px 0 20px;
	color: #2C2E22;
}

#logo h2 {
	padding: 45px 0 0 0;
	font-style: italic;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}



/* Page */

#page {
	width: 95%;
	margin: 0 auto;
	padding: 5px;
	border: 5px solid #ccc;
	border-radius:0 0 7px 7px;
	background-image:url(images/page_bg.png);
	background-repeat:repeat;
}

/* Content */

#content {
	float: left;
	width: 98%;
	padding: 0px 0px 0px 0px;
}

.news .title {
	margin: 0;
	font-weight: normal;
        color: white;
}

.news h1.title {
	background: url(images/largebar.gif) no-repeat left top;
	padding: 10px 0  0 15px;
        height: 50px;
	font-size: 2.0em;
}

.news .entry {
	padding: 0 10px 30px 0px;
}

.news .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	background: url(images/line.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

.news .meta a {
	color: #000;
}

.news .meta a:hover {
	color: gray;
}

/* Right navigation */

.right {
	float: left;
}

.right li a:hover {
	margin-bottom: 2em;
	color: red;
}


.right li h2 {
	margin: 0 0 0 0;
}

#right {
	width: 230px;
	padding: 0px 0px 0px 0px;
}
#right li a {
	border: none;
	padding-left: 10px;
	font-size:11px;
}

#right li a:hover {
	border: none;
	padding-left: 10px;
}

/*
Footer
Please leave the copyright/credits, thank you!
*/

#footer {
	width: 95%;
	margin: 0 auto;
	padding: 20px 0 0 0;
	color:#009;
	text-align:center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
}


#footer a {
	text-align: center;
	font-size: 11px;
        color:#C30;
}
#error{
border-radius: 5px;
width:600px;
height:auto;
border-style:solid;
border-width:2px;
border-color:#990000;
padding:5px 5px 5px 5px;
background-color:#FF0000;
color:#FFFFFF;
margin-bottom:5px;
}

#warning{
border-radius: 5px;
width:600px;
height:auto;
border-style:solid;
border-width:2px;
border-color:#F00;
padding:5px 5px 5px 5px;
color:#F00;
margin-bottom:5px;
}



#info{
border-radius: 5px;
width:600px;
height:auto;
border-style:solid;
border-width:1px;
border-color:#990000;
padding:5px 5px 5px 5px;
background-color:#090;
color:#FFFFFF;
margin-bottom:5px;
}


#order_confirm{
border-radius: 5px;
width:600px;
height:50px;
border-style:solid;
border-width:1px;
border-color:#00F;
background-color:#FFC;
padding:20px 5px 5px 5px;

color:#F00;
margin-bottom:5px;
font-size:16px;
}


#approve_response{
border-radius: 5px;
width:600px;
height:50px;
border-style:solid;
border-width:1px;
border-color:#00F;
background-color:#FFC;
padding:20px 5px 5px 5px;

color:#F00;
margin-bottom:5px;
font-size:16px;
}




#divide{
border-radius: 5px 5px 5px 5px;
width:500px;
height:auto;
border-style:solid;
border-width:2px;
border-color:#990000;
padding:5px 5px 5px 5px;
background-color:#666;
color:#FFFFFF;
}





.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #DBFF6C;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color:#C00;
color: black;
}
#dotted{
	border-top:solid 2px #999;
	border-bottom:dotted 2px #999;
	padding-top:5px;
	
}
#forms{
width: 100%;
height:auto;
border-style:none;
background-color:#FFFFFF;
border-width:2px;
border-color:grey;
padding:5px 5px 5px 5px;
margin-left:10px;
list-style-image:url(images/bullet.png);
font-size:12px;
}
#taming_tables{
float:left;
clear:both;
font-family:Arial, Helvetica, sans-serif;
font-size:66px;

}

table{
	border-radius:10px;
	padding:5px;
	
}

td{
	padding-left:5px;
	
}


.login_div tr{
	border:none;
	
}

tr{
	border-bottom:thin dotted #999;
	
}

#table_header{
	font-size:25px;
	font-weight:bold;
	
}
	
	

#att a{
	text-decoration:blink;
	color:#F00;
	

}

#breather{
	margin-bottom:10px;
	
}
#login_out{
	margin-left:30px !important;
	
}

#asterisk{
	color:#F00;
	font-size:20px;
	
}



#ptable td{
	border:thin solid #F60;
	font-size:14px;
	font-weight:bold;
	width:20px;
	border-radius:3px;
	
}

#ptable a:active td{
	border:thick solid #F60;
	width:20px;
	
}

#current_page{
	margin-left:6px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	color:#C90;
	font-size:14px;

}

#item_list{
	border-bottom: thin dotted #CCC;
	border-radius:6px;
	border-left:thin solid #000;
	margin-bottom:7px;
	
}

#price{
	color:#930;
	
}

#item_title{
	
	font-size:16px;
	text-decoration:underline;
	font-weight:bold;
	color:#060;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	
}

#overview{
	width:85%;
}

#rights{
	width: 1120px;
	margin: 0 auto;
	padding: 10px;
	color:#900;
	text-align:center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
}

#caption{
	border:thick solid #CCC;
	border-radius:3px;
	
}








.resources_search{
	/*
	border:thin dotted #999;
	border-radius:5px;
	*/
	width:400px;
	padding:5px;
	display:inline-block;
	float:left;
	min-height:250px;
	background-image:url(images/icons/download_bg.png);
	background-repeat:no-repeat;
	background-position:top; 
	
}

.doc{
	width:600px;
	padding:5px;
	display:inline-block;
	float:left;
}


.resources_list{
	margin-bottom:15px;
	
}



.resources_search select{
	margin:5px 0 5px 0;
	border-radius:3px;
	border:thin solid #000;
	background-color:#FFC;
	opacity:0.7;
	width:200px;
	height:30px;
	color:#63F;
}


.demarcation{
	clear:both;
	margin-bottom:5px;
	
}


/*pagination*/

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #F03;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #DBFF6C;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color:#C00;
color: black;
}



div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color:#3CC;
	}
	

