@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
*
* PAGE STYLES
*
*/

/* Eliminate the dum dotted line around flash elements in firefox */
object, embed { outline:none; }

body, head{
	margin: 0;
    padding: 0;
    border: 0;
    display: block;
	background: url(/images/background.jpg) no-repeat #31495e center top fixed;
	font-family: verdana, arial, helvetica, sans-serif;
    font-size: 13px;
	height:100%;

}

#util {
	width: 100%;
	height: 20px;
	background-color: #000;
	color: grey;
}
#util div{
	margin: 0 auto;
	width:900px;
}

#util div a{
	float: right;
	color:#555;
	margin-right: 15px;
}

#doc_wrapper {
	
	width: 100%;
}

#doc {
    margin: 0 auto;
    padding: 0;
    width: 900px;
}

.header {
	height:330px;
	width:900px;
	background-color: #ffffff;
}

object#flash {
	margin-left:-50px;
}

.nav{
	width:900px;
	height:33px;
	margin: -330px 0 -33px 0;
	background: url(/images/final/top_strip.png) no-repeat transparent; 
}
.title {
	margin:75px 0 0 0;
	background: url(/images/final/dining_title.png) no-repeat transparent;
	float:right;
	width:290px;
	height:95px;
}
.logo{
	margin:46px -269px -135px 0;
	width:269px;
	height:135px;
	background: url(/images/final/logo.png) no-repeat transparent;
}

.stripes {
	margin: 135px -269px -139px 0;
	width: 269px;
	height: 139px;
	background: url(/images/final/stripes.png) no-repeat transparent;
}

.menu {
	margin: 139px 0 0 0;
	height:30px;
	width:900px;
	padding:0;
	
}
#menu_list {
	padding:0;
	margin: 0;
	height:30px;
}

#home_btn, #home_btn.li, #home_btn.a {
	background:none;
	background:transparent;
	height:30px;
	padding:0;
}
#home_btn img{
	padding: 0;
}

#menu_list li{
	display: block;
	list-style-type: none;
	background:url(/images/final/menu_bar.png) repeat transparent;
	padding:0 0 0 45px;
	height:30px;
	float:left;
}

#menu_list a{
	display:inline;
	height:30px;
	width: 100px;
}

#menu_list li img{
	display: inline;
	list-style-type: none;
	padding: 5px 0 0 0;
}

#subtitleFlash {
	margin: 0 0 10px 0;
	
	border-bottom: 1px solid #cccccc;
}

.header_picture {
	background:url(/images/final/overview_header.jpg ) no-repeat;
	width:900px;
	height:330px;
}

div.body {
	display:block;
	background-color: #fff;
	background-image: url(/images/body_background.png);
}


div.left_side {
	float: left;
	display:block;
	width: 307px;
	background-color:#d9eeb0;
	overflow: hidden;
}

.right_nav {
	float: left;
	display:block;
	width:160px;
	background-color:#859f50;
	padding:10px 0 15px 10px;
}

.right_nav li {
	background: url(/images/final/nav_right.jpg) no-repeat right top;
	list-style:none;
	padding-right:8px;
	margin: 0 0 10px 0;
	width:142px;
	height: 20px;
}

.right_nav li a span{
	background-image: url(/images/final/nav_center.jpg);
	display:block;
	width:142px;
	height: 19px;
	
}

.right_nav li a span span{
	background: url(/images/final/nav_left.jpg) no-repeat top left;
	display:block;
	width:112px;
	padding: 0 15px 0 15px;
	height: 18px;
	overflow: hidden;
	line-height: 18px;
}

.right_nav ul {
	padding:0;
}

.right_nav a {
	text-decoration:none;
	font-size:8pt;
	color:#000;
}

.right_nav li.current_nav_item ul.nav_sub_list {
	padding: 5px 0 0 0;
	margin: 0 0 0 15px;
	border-left:1px solid #C8DAB0;
	
}

.right_nav li.current_nav_item ul.nav_sub_list li {
	padding: 1px 0 0 5px;
	background: none;
	margin:0;
	border-bottom:1px solid #C8DAB0;
	width:125px;
	overflow:hidden;
}

.right_nav li.current_nav_item {
	height:auto;
}

.content {
	float: left;
	display: block;
	width: 380px;
	padding: 0 20px 15px 20px;
}

fieldset {
	border: solid 1px #ccc;
}

.bread_crumb {
	padding:10px 0 25px 0;
	font-size:7pt;
	color: #999;
}

.bread_crumb a{
	text-decoration: none;
	color:#666;
}

div.notice {
	font-size: 10px;
	border: 2px green solid;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
}

div.subtitle {
	text-indent: 0;
}

div.subtitle h2{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
div.footer {
	width:900px;
	height:180px;
	display:block;
}

.editing_sub_commands {
	padding: 0 0 20px 0;
	font-size:10px;
}


/*
*	
*	Hover Controls and picture list styles
*
*/

#left_side_list li.add:hover {
	display:block;
	height: 28px;
	font-family: Verdana;
	font-size: 24px;
	cursor:pointer;
	opacity:0.6;
	background-color:#333333;
	color:#ffffff;
	text-align: center;
}

#left_side_list li.add {
	display:block;
	height: 28px;
	font-family: Verdana;
	font-size: 24px;
	cursor:pointer;
	color:#ffffff;
	text-align: center;
}


#left_side_list li {
	margin:0px 0 18px 0;
}

#left_side_list li div.delete {
	display:none;
	width:80px;
	height: 24px;
	font-family: Verdana;
	font-size: 24px;
	position:absolute;
	top:12px;
	right:0;
	opacity:0.5;
	background-color:#333333;
	color:#ffffff;
	padding:5px;
	cursor:pointer;
}

#left_side_list li div.edit {
	display:none;
	width:50px;
	height: 24px;
	font-family: Verdana;
	font-size: 24px;
	position:absolute;
	top:12px;
	left:0;
	opacity:0.5;
	background-color:#333333;
	color:#ffffff;
	padding:5px;
	cursor:pointer;
}

#left_side_list li:hover .delete, #left_side_list li:hover .edit{
  display: block;
}

ul#media_list {
	list-style:none;
	padding:0;
	margin:0;
}

/**** Controller Specific ***/
/*----                ------*/

/* Users */

div.content.users {
	padding: 25px 20px 25px 20px;
	width: 340px;
}

.users h1 {
	margin-bottom: 10px;
}

table.users  {
	margin: 20px 0;
}

table.users th {
	font-weight: lighter;
}

.users table td {
	padding: 5px;
}

/* errors styles */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 300px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
  padding-top: 20px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
	margin-left: 12px;
}


/*----                 -----*/
/****************************/



/* Picture Selector Styles*/
	
div.ps_modal {
	background-image: url("/javascripts/cohutta/widget/templates/modal.png");
	background-repeat: repeat;
}

.ps_modal div.selection {
	width: 400px;
	height: 500px;
	min-width:400px;
	min-height:500px;
	background-color:#cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #333;
	-webkit-box-shadow: 5px 5px 5px #333;
}

.ps_modal div.selection div.selectionContent div{
	float: left;
	width: 96px;
	height: 96px;
	border: 1px solid #aaaaaa;
	margin: 1px;
	/*overflow:hidden;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.ps_modal div.selection div.selectionContent div:hover {
	border: 2px solid #777;
	margin: 0;
}

.ps_modal div.selected{
	width: 300px;
	height: 200px;
	-moz-box-shadow: 5px 5px 5px #333;
	-webkit-box-shadow: 5px 5px 5px #333;
	/*background-color:#dddddd;*/
}

.ps_image div.delete {
	display:none;
	width:80px;
	height: 24px;
	font-family: Verdana;
	font-size: 24px;
	position:absolute;
	top:12px;
	right:0;
	opacity:0.5;
	background-color:#333333;
	color:#ffffff;
	padding:5px;
	cursor:pointer;
}

.ps_image div.edit {
	display:none;
	width:50px;
	height: 24px;
	font-family: Verdana;
	font-size: 24px;
	position:absolute;
	top:12px;
	left:0;
	opacity:0.5;
	background-color:#333333;
	color:#ffffff;
	padding:5px;
	cursor:pointer;
}

.ps_image:hover .delete, .ps_image:hover .edit{
  display: block;
}

div.ps_image {
	position: relative;
}



/*
   Admin Controls
*/
#admin_flyout {
	background: url(/images/admin_bar_back.png ) no-repeat;
	position:absolute;
	top: 0;
	z-index:0;
	width: 50px;
	height: 20px;
	
}

#admin_flyout_content {
	background-color: #9f7364;
	width: 50px;
	height: 15px;
	margin-left: 12px;
	padding-top: 5px;
	overflow: hidden;
	position:relative;
	line-height: 15px;
	font-weight:bold;
	font-size:10px;
	color:#fff;
}

#admin_page_controls { 
	width:120px;
	height:20px;
	float:right;
	position:relative;
}

#admin_page_controls img{
	display:inline;
	padding:0 2px 0 2px;
	margin:0;
	border:0;
}
#admin_page_controls #admin_buttons {
	background: url(/images/admin_bar.png );
	width:90px;
	height:20px;
	padding: 0 0px 0 10px;
	margin-right: 20px;
	position:absolute;
}
#admin_page_controls #admin_buttons a {
	text-decoration:none;
	color:#000;
	display:inline;
	font-size:20px;
}

#admin_page_controls #admin_buttons a:hover {
	background:url(/images/list-highlight.png) 0 0 transparent repeat;
	color: #9fb9a1;
	font-size:20px;
	margin-top:-1px;
}


