@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #000;
	font:normal 11pt "tahoma", "arial", "helvetica", "sans-serif";
	color:#a1a1a1;
	}
	
.textfield_effect {
	/*we will first set the border styles.*/
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	/*we are now going to add in the shadow image that we created earlier*/
	background: #1a1a1a url(../images/textfield_bg.png) repeat-x;
	/*I am going to add some text formatting of my own*/
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 11pt;
	color: #ababab;
	padding:1px 10px 2px 10px;
	overflow:auto;
	margin:3px 0 0 0;
	}
/*we are now going to style how the textfield will look when we
hover over it and when we actually have it selected*/
 
.textfield_effect:hover {
	border-color: #00ab39;
	border-width: 1px;
	}

.textfield_effect:focus {
	border-color: #00ab39;
	border-width: 2px;
	}
.expand_left:focus{
	margin-left:-65px;
	width:288px;
}
.expand_right:focus{
	margin-right:-65px;
	width:268px;
}
h1,h3 span{
	display: none;
	}
h2{
	font-size:18pt;
	text-align:center;
	margin:7px 0 17px 0;
	color:#ccc;
	}
	
a{	
	color:#00ab39;
	text-decoration:none;
	}
	
a:hover{
	color:#fff;
	text-decoration:underline;
	}
	
ul{
	margin-top:10px;
	list-style:none;
	}
	
ul li{
	font-size:18pt;
	margin-bottom:7px;
	margin-left:7px;
	color:#404040;
	}

ul li a{
	color:#404040;
	text-decoration:none;
	}
ul li a:hover{
	color:#808080;
	text-decoration:none;
	}
ul li ul{
	margin:-10px 0 17px 17px;
	}
	
ul li ul li{
	font-size:11pt;
	margin:7px 0 7px 0;
	}
ul li ul li a{
	color:#00ab39;
	text-decoration:none;
	}
ul li ul li a:hover{
	color:#fff;
	text-decoration:underline;
	}
#container {
	position:absolute;
	left:50%;
	margin-left:-504px;
	top:15px;
	width:1008px;
	}
	
#header {
	background-image:url(../images/header.png);
	width:100%;
	height:198px;
	position:relative;
	}	
#mainNav{
	float:right;
	margin-top:164px;
	padding-right:17px;
	}
	
#mainNav ul{
	list-style:none;
	margin:0;
	}
	
#mainNav li{
	font-size:10pt;
	float:left;
	margin:0 1px 0 0;
	}
	
#mainNav a{
	float:left;
	display:block;
	text-align:center;
	padding-top:4px;
	width:78px;
	height:22px;
	text-decoration:none;
	color:#000;
	}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#mainNav a {float:none;}
/* End IE5-Mac hack */

#mainNav #current a{
	background:url(../images/tab_on.png) no-repeat;
	font-weight:bold;
	}
	
#mainNav a:hover{
	background:url(../images/tab_on.png) no-repeat;
	font-weight:bold;
	}

#maincol {
	position:relative;
	padding:17px;
	}

#leftcol { 
	position:relative;
	float:left;
	width:258px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:238px; /* actual value */
	padding:10px;
	background:url(../images/panel_border_2.png) top right no-repeat;
	z-index:100;
	min-height:296px;
	}
	
#centercol {
	position:relative;
	float:left;
	width:478px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:444px; /* actual value */
	padding: 0 17px;
	z-index:99;
	}

#rightcol {
	position:relative;
	float:left;
	width:238px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:218px; /* actual value */
	padding:10px;
	background:url(../images/panel_border_3.png) top left no-repeat;
	z-index:98;
	min-height:296px;
	}

#colclear {
	position:relative;
	top:1px;
	width:100%;
	clear:both;
	}
	
#rightcol p, #leftcol p{
	margin:7px 0 0 7px;
	}
	
#centercol p{
	margin:0 0 21px 0;
	}
	
#centercol ul{
	list-style:none;
	}
		
#centercol ul li{
	font-size:11pt;
	margin:0 0 17px 34px;
	padding:1px 0 2px 25px;
	background:url(../images/icons/list_icon.png) 0 0 no-repeat;
	color:#fff;
	}
#centercol ul li a{	
	color:#00ab39;
	text-decoration:none;
	}
	
#centercol ul li a:hover{
	color:#fff;
	text-decoration:underline;
	}
	
#footer {
	position:relative;
	width:952px;
	height:17px;
	margin:17px 17px 0 17px;
	padding:7px 10px;
	background:url(../images/footer_bg.png) top center no-repeat;
	text-align:center;
	font-size:10pt;
	}
#footer p{
	color:#545454;
	}
#footer_left{
	width:250px;
	text-align:left;
	float:left;
	}
#footer_left a{
	color:#545454;
	text-decoration:none;
	}
#footer_left a:hover{
	color:#ababab;
	text-decoration:underline;
	}
#footer_right{
	float:right;
	width:230px;
	text-align:right;
	}
#footer_right a{
	text-decoration:none;
	color:#545454;
	}
#footer_right a:hover{
	cursor:text;
	}

#user{
	width:952px;
	padding:0 10px;
	text-align:right;
	margin: 6px 17px;
	font-size:8pt;
	}

#user a{
	text-decoration:none;
	color:#cfcfcf;
	}

#user a:hover{
	color:#fff;
	text-decoration:underline;
	}
	
	
.leftcol_h3{
	width:258px;
	height:48px;
	margin: -10px 0 0 -10px;
	}
	
.rightcol_h3{
	width:238px;
	height:48px;
	margin: -10px 0 0 -10px;
	}
	
.float_left{
	float:left;
	}
	
.float_right{
	float:right;
	}
	
.bold {
	font-wight:bold;;
	}
	
.italic{
	font-style:italic;
	}
.center{
	text-align:center;
}	
#error{
	color:#ba8f8f;
	margin:0 auto;
	background:url(../images/flash_bg_red.png) repeat-x;
	padding:5px 8px 8px 8px;
	font-size:11pt;
	}
	
#notice{
	color:#8fba8f;
	margin:0 auto;
	background:url(../images/flash_bg_green.png) repeat-x;
	padding:5px 8px 8px 8px;
	font-size:11pt;
	}
.dark{
	color:#545454;
}
.small{
	font-size:10pt;
	}
.big{
	font-size:12pt;
	font-weight:bold;
	}
/* User table styling */
table#users { width: 100%;}
table#users th { font-size: 95%; }
table#users td { font-size: 90%; }
  .pagination {
    padding: 3px;
    margin: 3px;
  }
  .pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #aaaadd;
    text-decoration: none;
    color: #000099;
  }
  .pagination a:hover, .pagination a:active {
    border: 1px solid #000099;
    color: #000;
  }
  .pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000099;
    font-weight: bold;
    background-color: #000099;
    color: #FFF;
  }
  .pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #eee;
    color: #ddd;
  }
.disk{
  	background:url(../images/icons/disk.png) no-repeat;
  	padding-left:20px;
  	}
.page_add{
  	background:url(../images/icons/page_add.png) no-repeat;
  	padding-left:20px;
  	}
.pictures{
  	background:url(../images/icons/pictures.png) no-repeat;
  	padding-left:20px;
  	}
.user_add{
  	background:url(../images/icons/user_add.png) no-repeat;
  	padding-left:20px;
  	}
.user_go{
  	background:url(../images/icons/user_go.png) no-repeat;
  	padding-left:20px;
  	}