



/*=== MAIN ELEMENTS ===*/
body {
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
    -webkit-text-size-adjust: none;
}
div#header {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #f5e3bf url(../_imgs/header_bottom.jpg) bottom left repeat-x;
}			
div#header h1 {	
	padding: 7px 0 0 0;
	margin: 0 auto;
	color: #660033;
	text-shadow: #267ec6 -1px 2px 1px;
}
.spacer { 
	width: 100%;
	clear: both;
}
.error {
	color: #FF0000;
	font-style: italic;
}
a:link,
a:visited {
	color: #b10f74;
	text-decoration: none;
}

a:hover,
a.selected {
	color:#267ec6;
	text-decoration: underline;
}
a img,
a:hover img,
a:link img {
	border: none;

}
div.navbx {
	border-bottom: 1px dotted #666666;

}
ul.nav {
	margin: 10px auto;
	padding: 0;
	width: 450px;
}
ul.nav li {
	display: inline;
	width: 100px;
	border-right: 2px solid #000000;
	padding-right: 7px;
	padding-left: 3px;
	
}
ul.nav li.last {
	border-right: 0px;	
}
ul.nav li a {
	font-size: 18px;
	font-weight: bold;
}
div#content {
	width: 700px;
	margin: 0 auto;
	text-align: left;


}

/*=== FORMS ===*/
div#login_panel {
		margin: 0;
		width: 500px;	
		text-align: left;	
}
div#login_panel h3 {
		font-size: 20px;
		margin: 0 0 10px 0;
		border-bottom: 1px solid #FFFFCC;
}
ul.dash_nav li {
		margin: 0 10px;
		padding: 10px;
	
}
div.loginfrmrow {
  	width: 250px;
	clear: both;
  	padding-top: 5px;
}
div.loginfrmrow span.loginfrmlabel {
		float: left;
		padding: 0 5px 0 0;
		text-align: right;
}	
div.loginfrmrow span.loginfrmfield {
		float: right;
		padding-left: 8px;
		text-align: left;
}
div.frmfooter { 
		clear: both; 
		width: 500px;
		text-align: center;
		margin: 30px auto;
}
div.frmfooter p { 
		text-transform: uppercase; 
		font-style: italic;
}
div.loginfrmfooter { 
		clear: both; 
		width: 500px;
		text-align: center;
		margin: 30px auto;
}	
div.loginfrmrow {
		width: 250px;
		clear: both;
		padding-top: 5px;
}
div.loginfrmrow span.loginfrmlabel {
		float: left;
		padding: 0 5px 0 0;
		text-align: le;
}
div.frmrow {
		width: 350px;
		clear: both;
		padding-top: 5px;
}
div.frmrow span.frmfield {
		float: right;
		text-align: left;
}
div.frmfooter { 
		padding: 0;
		margin: 20px 0 0 170px;
}
div.frmfooter p  { 
		margin-left: -70px;
		text-transform: uppercase; 
		font-style: italic;
}
p.usererror,
p.userconfirm {
		color: #CC6666;
		font-weight: bold;
		font-style: italic;
		font-size: 18px;
		margin-bottom: 5px;
}
a#logout {
		text-align: right;
		font-size: 12px;
}
	div#dash_container {
		margin: 0 auto;
		width: 1000px;
	
}
div.dash_items {
		float: left;
		margin: 10px;
		padding: 0;
		height: 220px;
		width: 220px;
		background: rgb(197,191,175);
		border: 2px solid #666666;
}
div.dash_items img {
		margin: 10px;
		width: 200px;
		height: 150px;
		background: #000000;
}
form#item_edit ul li,
form#item_add ul li {
		list-style: none;
		margin-bottom: 8px;
}
form#item_edit ul,
form#item_add ul {
		border-bottom: 1px solid #666666;
}
form#item_edit img,
form#item_add img {
		/*
		width: 200px;
		height: 150px;	
	*/
}
div#actionConfirm {
	width: 400px;
	border: 1px solid #999999;
	margin: 5px 0 0 150px;
	padding: 7px 5px;
	text-align: center;
}
div#actionConfirm p {
	margin: 0 auto;
}
ul, ul li {
 	list-style: none;
}
p.usererror {
		color: #FF0000;
		font-weight: bold;
}
/*=== VARIOUS PAGE ELEMENTS ===*/

ul#taskList {
	width: 500px;
	height: 45px;
	clear: both;
	padding: 0 0 0 35px;
	margin: 0 auto;
	text-align: center;
}
ul#taskList li{
	width: 110px;
	height: 35px;
	float: left;
	text-indent: -9999px;
	margin-right: 5px;
	padding-left: 0;
	
}
ul#taskList li a {
	display: block;
	width: 100%;
	height: 100%;
}
ul#taskList li a:hover,
ul#taskList li a.selected:hover {
	background-position: 0 -70px ;
}
ul#taskList li a.selected,
ul#taskList li a:active,
ul#taskList li a.selected:active {
	background-position: 0 -35px;
}
li#taskView a {
	background: url(../_imgs/button_view.jpg) top left no-repeat;
}
li#taskAdd a {
	background: url(../_imgs/button_add.jpg) top left no-repeat;
}
li#taskEdit a {
	background: url(../_imgs/button_edit.jpg) top left no-repeat;
}
li#taskManage a {
	background: url(../_imgs/button_manage.jpg) top left no-repeat;
}


/*=== HOME PAGE STYLES ===*/
dl#shortcuts dt {
	width: 700px;
	font-weight: bold;
	font-style:italic;
	border-bottom: 1px dotted #666666;
	font-size: 16px;
	margin-bottom: 5px;
}
dl#shortcuts dd {
	margin-left: 10px;
	margin-bottom: 3px;
	
}
dl#shortcuts dd.noIndent {
	margin: 0;
	padding: 0;
}
span.userGroup {
	font-weight: bold;
	text-transform: uppercase;
}



/*=== FILES LIST STYLES -- I SWEAR I HAVE NOT USED TABLES IN A LONG TIME! ===*/
table#itemls {
	width: 700px;
	margin: 0;
	padding: 0;
}
table#itemls tr {
	margin: 0;
	padding: 3px 0;
}
tr.itemls_titles td {
	border-bottom: 1px solid #FA6901;
	padding-top: 10px;
	padding-bottom: 1px;
	font-weight: bold;
}
tr.itemls_items td {
	padding-top: 3px;
	padding-bottom: 3px;
	
}
tr.solid {
	background-color: #EBEBEB;
}
tr.itemls_items:hover,
tr.solid:hover {
	background-color: ;
}
td.item_meta,
td.item_attr,
td.item_name {
	font-size: 12px;
}
td.item_name {
	width: 400px;
	padding-left: 4px;	
}
td.item_name a {
	font-size: 14px;
}
td.item_name div a {
	font-size: 12px;
}
td.item_name span.item_excerpt {
	font-style: italic;
	
}
td.item_link {
	text-align: right;
	padding-right: 4px;
	
}
td.item_meta,
td.item_attr {
	text-align: center;
	width: 110px;
}
span.item_date {
	font-size: 10px;
	color:#666666;
	font-style: italic;
}
tr.itemls_titles td {
	border-bottom: 1px solid #660033;
	padding-top: 10px;
	padding-bottom: 1px;
	font-weight: bold;
}
td.itemls_img {
	text-align: right;
	padding-right: 4px;
}
tr.itemls_fmenu td {
	border-top: 1px dotted #660033;
	border-bottom: 1px solid #660033;
	padding: 4px 0 4px 4px;
	font-weight: bold;
}	
td.itemls_see_all {
	padding-left: 0;
	text-align: right;
}
td.right  {
	text-align: right;
}




/* 
 *{
	outline: 1px solid green;
}
*/