html, body {
	background:#fff; /*color background - only works in IE */
	color:#564b47;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0;
	padding: 0;
}

h1 {
	font-weight: bold;
	font-size: 146.5%;
	margin: 1em 0 0.5em;
}

h2 {
	font-weight: bold;
	font-size: 131%;
	margin: 1em 0 0.5em;
}

/* links */

div.links {
	margin: 1em 0;
}

a.add {
	padding: 2px 0 2px 20px;
	background: url(/images/add.png) no-repeat left center;
}

a.large {
  font-size:24px;
  margin-bottom:1em;
  display:block
}

#container {
	background:#FFFFFF;
}

.even {
background:#ededed;
}

.odd {
background:#FFFFFF;
}

.even_rej {
background:#FFE1E1;
}

.odd_rej {
background:#FFFFFF;
}

.even_rep {
background:#E6FFDD;
}

.odd_rep {
background:#FFFFFF;
}

.style2 {
	color: #FFFFFF;
	font-weight: bold;
}

.tcell {
background-color: #FFFFFF;
}
.tcell:hover {
background-color: #DFFFFF;
}

a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
	font-size:16px;
	font-weight: bold;
}

h2 {
	font-size:12px;
/*	font-weight: normal;
	padding: 20px;
	margin:0px;
	background-color: #0C0F15;
	background-position: center;
	clip:  rect(auto auto auto auto);
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	height:100%;
*/}

h3 {
	font-size:12px;
	font-weight: normal;
/*	color: #FFFFFF;*/
}

h4 {
	font-size: 0px;
	text-transform:uppercase;
	background-color: #B52425;
	border-top:1px none #0099CC;
	border-bottom:1px none #564b47;
	padding:2px 2px 2px 10px;
	margin:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}

img.download {vertical-align:middle;}

/* ----------banner for logo-------------- */
#banner {
	background-color: #000000;
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 77px;
	border-bottom: 5px solid #ba241a;
}
#banner img {
	margin: 10px 0;
}
#banner a {
	color: #fff;
	text-decoration:none;
}
#login_details {
	float: right;
	margin: 0;
	padding: 0;
	height: 77px;
}
#login_details p {
	margin: 0;
	padding: 0 1em;
	position: relative;
	top: 60px;
}
#banner hr {
	clear: both;
	visibility: hidden;
	height: 0;
}
#notice {
	position: absolute;
	left: 220px;
	top: 30px;
	height: 2em;
	display: block;
	line-height: 2em;
	margin: 0;
	padding: 0;
}
/* -----------------content--------------------- */

#login_form {
	margin: 1em auto;
	border: 2px solid #A02E21;
	padding: 1em;
	width: 30em;
}
#login_form input {
	font: bold 1.5em/2em Helvetica, Arial, sans-serif;
	padding: 3px;
	margin-left: 0;
}

#content {
	background-color: #ffffff;
	left: 0px;
	height: auto;
	padding: 1em;
}

div#content {
min-height: 300px;
}

#content p {padding:10px;}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:visited { color: #666; }
/*a:hover { color: #fff; background-color:#000; }
*/
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#table_form {
    width: 400px;
    padding: 6px;
    margin-left: 0px;
    margin-right: 0px;
    left: 300px;
    top: 50px;
    border: 0px;
}

#add_move_form {
    position: absolute;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    left: 3px;
    top: 0px;
    border: 0px;
    background-color: red;
}

#edit_move_form {
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    left: 3px;
    top: 0px;
    border: 0px;
    background-color: red;
}

#wizard {
    position: absolute;
/* 	height: 500px;
 		width: 500px; */
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    left: 200px;
    top: 100px;
    border: 0px;
}



#table_div {
    overflow: auto;
    height: 160px;
    padding: 6px;
    margin-left: 0px;
    margin-right: 0px;
/*    left: 300px;
    top: 240px;
*/    border: 0px;
}

#table_div_sel {
    overflow: auto;
    height: 630px;
    padding: 6px;
    margin-left: 0px;
    margin-right: 0px;
/*    left: 300px;
    top: 240px;
*/    border: 0px;
}

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

#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;
}

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

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 214px;
	margin: 0px;
	padding: 0px;
	background-color: #660000;

}

.nav {
	margin: 1em;
	margin-top: 0;
	background-color: #F5E6E5;
}

/* -----------footer--------------------------- */
#footer {
	background: #fff url(/images/hr.gif) no-repeat top left;
	font-size: 0.9em;
	text-align: center;
	margin-top: 5px;
}

#footer p {
	padding: 0 1em;
}

#footer a {
	text-decoration: none;
}


       /* Plain Table */
               div#content table.plain tr.odd td {
               vertical-align: top;
               background: #FFFFFF;
               /*border: solid 1px #ffffff; */
               }

               div#content table.plain td {
               vertical-align: top;
               background: #FFFFFF;
               /*border: solid 1px #ffffff; */
               }

       /* List Table */
               table.list td {
               border-bottom: 1px solid #CACACA;
               }

       /* Grid Table */
               table.grid td {
               border: 1px solid #CACACA;
               }

       /* Datagrid Table */


       div#content table.datagrid tr.even td {
               background: #ededed;
               }
               table.datagrid td {
               border: 1px solid #444444;
               }

       div#content table.datagrid tr.even td {
               background: #ededed;
               }

table.tastic {
	border-spacing: 3px;
	margin: 1em 0;
}
table.tastic tr.even, table.tastic tr.odd {
	background: #fff;
}
table.tastic tr.even td {
	background: #ededed;	
}
table.tastic tr.odd td {
	background:#fff;
}

table.tastic td, table.tastic th {
	padding: 0.5em;
	border: 1px solid #ccc;
}
table.tastic th {
	font-weight: bold;
}

table.tastic th.number, table.tastic td.number {
	text-align: right;
}
table.tastic th.image, table.tastic td.image,
table.tastic th.links, table.tastic td.links {
	text-align: center;
}

table.form {
}
table.form td {
  text-align: left;
}
table.form th, table.form td {
	padding: 3px;
}
table.form th {
	padding-right: 1em;
}

th.requested, td.requested {
	width: 6em;
}

.pivoted th, .pivoted td {
	text-align: left;
	padding: 0.2em;
}

div.gridbox_modern {
  border-left: 0;
  border-right: 0;
}

/* Column Types for User Data tables */
.ct_notes {
  background-color: #C5FECA;
}
.ct_client_ref {
  background-color: #C7EEEE;
}

.userflag {
	border: 1px solid black;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	height: auto;
	background: white;
}

.userflag ul {
	list-style: none;
	margin: 0.5em;
	padding-left: 0;
}
.warning {
	background-color: #faa;
	padding: 1em;
}

#moviecontainer {
    /*position: relative;*/
    height: 400px;
    width: 400px;
    border: 1px solid gray;
}

.clip img {
  margin: 0 4px;
}

.img_crop_results {
    border: 1px solid black;
    height: 83px;
    width: 125px;
    position: relative;
    overflow: hidden;
}
.img_crop_results img {
    position: absolute;
    top: -20px;
    left: -20px;
}

/* Overrides for YUI Layout styles */
.yui-layout-bd, .yui-layout-bd-nohd, .yui-layout-bd-noft {
	border-width: 0;
}

/* cart */
#cart {
	margin: 0 1em;
	border: 1px solid #000;
	background-color: #fff;
	float: right;
	width: 14em;
}
#cart h2 {
	background: #000;
	color: #fff;
	text-align: center;
	width: 100%;
	margin: 0 0 2px 0;
}
#cart p {
	width: 100%;
	margin: 2px;
}

fieldset {
	border: 1px solid #ccc;
	margin: 1em;
	padding: 1em;
}

#permissions label {
	width: 200px;
	float: left;
}

span.number {
	display: block;
	float: right;
	width: 4em;
	text-align: right;
	padding-left: 1em;
}

/* override css for window popups */
div.alphacube_content {
  text-align: left;
}

div.alphacube_content p {
  margin-bottom: 1em;
}

div.loading {
  background: url(/images/Progressbar.gif) no-repeat center center;
  height: 50px;
}