 
 
 
/* force vertical scrollbar */ 
html { min-height: 100%; margin-bottom: 1px; } 
 
 /* logo */
#logo {
	padding-top:30px;
	margin-left:25px;
}
 
 /* logo */
#Title 
{
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
	color:#C52531;
	display:inline-block;
	font-size: 140%;
} 

/********************************************
  Form elements
********************************************/ 

label {
    float:left;
    width:125px;
    margin-bottom:3px;   
}

input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
    margin-bottom:3px;
    width:273px;   	
}

.savebutton {
	width:50px; 
}

.cancelbutton {
	width:60px; 
}

.addgallerybutton {
	width:100px;
}

.addpiecebutton {
	width:105px;
}

select {
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	color:#777;
    margin-bottom:8px;  	
}
radio {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
    margin-bottom:8px;  	
}
textarea {
	width:550px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:200px;
	color:#777;
}
.datePickerNew
{	
	background-color:white;
	border:2px solid black;
	display:none;
	margin-left:350px;
	position:relative;
}
.datePicker
{
    display:none;
    position:absolute;
    border:solid 2px black;
    background-color:white;
}
.calendarBak
{
    width:400px;
    background-color:white;
    margin:auto;
    padding:10px;
}

/********************************************
   Page Specific Forms
********************************************/ 





.mediaeditform {
	padding: 10px;
	border: 1px solid #D5D5D5; 
	background-color: #DFDFDF; 
	/*height:420px;*/
	width:747px;
}

.galleryeditform {
	padding: 10px;
	border: 1px solid #D5D5D5; 
	background-color: #DFDFDF; 
	width:747px;
}

.subgalleryeditform {
	padding: 10px;
	border: 1px solid #D5D5D5; 
	background-color: #DFDFDF; 
	width:747px;
}

.editform {
	padding: 10px;
	border: 1px solid #D5D5D5; 
	background-color: #DFDFDF; 
	height:305px;
	width:600px;
}

#mediaordereditform{
	padding: 10px;
	border: 1px solid #D5D5D5; 
	background-color: #DFDFDF; 
	height:inherit;
	 /*
	margin-bottom:30px;
	height:1160px;*/
	width:750px;
}


#mediaordereditform textarea {
	width:512px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:120px;
	display:inline;
	color:#777;
	margin-bottom:8px;
}

#mediaordereditformwrapper {width:700px;}
#mediaordereditformcolleft{ float:left; width:350px;   }
#mediaordereditformcolright{ margin-left:10px; padding-left:10px; float:right }


#mediaordersubnavwrapper {width:770px; height:18px;}
#mediaordersubnavleft{ float:left; width:420px;   }
#mediaordersubnavright{ float:right }


.subnavwrapper {width:770px; height:28px;}
.subnavleft{ float:left; width:420px;   }
.subnavright{ float:right; padding-top:10px; }

#jobsubnavwrapper {width:770px; height:18px;}
#jobsubnavleft{ float:left; width:230px;   }
#jobsubnavright{ float:right; padding-right:407px; }

#mediaorderssubnavwrapper {width:770px; height:0px;}
#mediaorderssubnavleft{ float:left; width:420px;   }
#mediaorderssubnavright{ float:right; }

.docspecificwrapper {width:770px; }
.docspecificleft{ float:left; }
.docspecificright{ float:right; padding-right:70px;}

 
/********************************************
   Searchform elements
********************************************/ 

.searchform {
	padding: 5px;
	border: 1px solid #D5D5D5; 
	background-color: #DFDFDF; 
	height:45px;
	width:505px;
}
.searchform label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
.searchform input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
.searchform select {
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	width:115px;
}
.searchform .searchbaritem {
    float:left;
    padding-right: 10px;
}

.searchformbak textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}


/* Top Elements */
*  
{
	/*margin: 0; */
	padding: 0; 
	outline: 0 
}


body {
	background: #CCC;
	font: 75%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 15px 0;
}

/* links */
a, a:visited 	
{
	/* color: #5A93C9; */
	color: #6088CE;
	background: inherit;
	text-decoration: none;
	font-weight:bold;
}
a:hover 
{
	/* color: #88ac0b; */
	color: #C52531;
	background: inherit;
	text-decoration: underline;
}

/* header links */
#header-links {
	position: absolute;
	top: 20px; 
	right: 20px;	
	color: #838181;
	font-size: 9px;	
}
#header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header-links a:hover {
	color: #444;		
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #555;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 130%;	
}
h4 {
	font-size: 120%;	
}
h5 {
	font-size: 110%;	
	padding-bottom: 5px;		
	margin: 0;	
}
.docspecificheader
{
	font-size:115%;
	font-weight:bolder;
}

h1, h2, h3, p { 
	padding-bottom: 10px;		
	padding-top: 10px;	
	padding-right: 10px;	
	margin: 0;
}

.notoppadding
{
	padding-top: 0px;	
}


ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}



/* start - listtable  */
table {
	border-collapse: collapse;
}

.listtable table {
	border-collapse: collapse;
}
.listtable th strong {
	color: #fff;
}
.listtable th {
	/* background: #93BC0C url(Images/nav.jpg) repeat-x; */
	background: #6088CE repeat-x;	
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
.listtable tr {
	height: 30px;
}
.listtable td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
.listtable td.first,th.first {
	border-left: 0px;
}
.listtable tr.row-a {
	background: #F8F8F8;
}
.listtable tr.row-b {
	background: #EFEFEF;		
}
/* end - listtable */


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 820px;
	background: #CCC url(Images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#top-bg {
   position: absolute;
	width: 820px;
	height: 19px;
	background: #CCC url(Images/top-bg.jpg) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 790px;	
	padding: 0; 	
	background: #E8E8E8;	
	border-top: 5px solid #FFF;
	border-bottom: 2px solid #D0D0D0;
	margin-left: 15px;	
	display: inline;
}
#header {
	width: 820px;
	position: relative;
	height: 60px;
	background: #CCC url(Images/header-bg.jpg) repeat-y center top;
	padding: 0;	
	color: #FFF;	
}

/* Main Column */
#adminmain {
	float: left;
	width: 100%;
	padding: 15px 0 0 0; margin: 0 0 0 10px;
	display: inline;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 820px;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;
	background: url(Images/footer-bottom.jpg) no-repeat center bottom;	
}

/* display and additional classes */
.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }

.floatright { float:right; }
.floatleft { float:left; }
.aligncenter { text-align:center; }

.hide {display:none;}