/*********************************************
 File: style.php
 Purpose: Provides CSS styles for upload site
 Author: Matt Fraser - Allied Press Ltd
 Date: May 2008
 *********************************************/


/* Header */

#header
	{
	background: url('../img/header.jpg') 20px 10px no-repeat;
	}
	
/*** Forms ***/
	
#userInformation label 
  	{
	float: left; 
    width: 150px;
    }
	
#userInformation input 
	{
	width: 500px;
	}
	
#publicationDetails label.textinput 
  	{
	float: left; 
    width: 285px;
    }
	
#publicationDetails input.textinput 
	{
	width: 430px;
	}
	
#publicationDetails input#rundate
	{
	width: 4em;
	}
	

fieldset ul 
	{
	padding: 0;
	margin: 0;
	}

fieldset li 
	{
	margin: 10px;
	margin-bottom: 10px;
	list-style-type: none;
	}

#publications
	{
	clear: both;
	line-height: 28px;
	}

#otherbox 
    {
    margin-bottom: 0;
    padding-bottom:0;
    }

#other
    {
    margin-bottom: 0;
    padding-bottom:0;
    }
	
#publications li
	{
    margin: 5px 10px;
	width: 230px;
	float: left;
	}

#publications img
	{
	position: relative;
	top: 5px;
	height: 30px;
	}
	
#calDiv
	{
	position:absolute;
	visibility:hidden;
	background-color:white;
	}

#depth, #cols
	{
        width: 50px;
	}
#adInformation label, #adInformation ul li p
   {
	float: left;
	width: 150px;
   }	
#adInformation ul li p
	{
	margin: 0;
	padding: 0;
	}

#adInformation ul li ul
   {
	padding: 0;
	margin: 0;
	float:left;
	}
#adInformation ul li ul li
	{
	padding: 0;
	margin: 0;
	float: left;
	width: 200px;
	}

#commentstext
	{
	width: 500px;
	}
	
#buttons
	{
    clear: both;
	text-align: center;
	border: none;
	}

#proofdiv
   {
   padding: 20px;
   background-color: #f0f0f0;
   background: url('../img/checker.gif');
   text-align: center;
   }
#sizedisplay
	{
	display: block;
	float: left;
	clear: none;
	}

#proofdiv table
	{
	border-collapse: collapse;
	border: none;
	}
#proofdiv table tr
	{
	padding:0;
	margin: 0;
	}

#proofdiv table td
	{
	padding: 0;
	margin: 0;
	}

#prooftable
	{
	font-size: 70%;
	margin: 0 auto; 
	}

#horiz-dimensions
	{
	width: 100%;
	margin-bottom: 4px;
	}



.horiz-dimensions-filler
	{
	background: transparent url('../img/horiz.gif') repeat-x;
	}

.horiz-dimensions-measurement
	{
	width: 58px;
	}

.horiz-dimensions-right
	{
	width: 28px;
	background: transparent url('../img/right.gif') top right no-repeat;
	text-align: right;
	}

.horiz-dimensions-left
	{
	width: 28px;
	background: transparent url('../img/left.gif') no-repeat;
	}

#vert-dimensions-container
	{
	height: 100%;
	}
#vert-dimensions
	{
	height: 100%;
	margin-left: 4px;
	min-height: 100%;
	}
html, body 
	{
	height: 100%;
	}
.vert-dimensions-top
	{
	height: 28px;
	background: transparent url('../img/top.gif') no-repeat;
	}

.vert-dimensions-filler
	{
	background: transparent url('../img/vert.gif') repeat-y;
	}

.vert-dimensions-measurement
	{
	height: 40px;
	}

.vert-dimensions-bottom
	{
	height: 28px;
	background: transparent url('../img/bottom.gif') bottom left no-repeat;
	}

#proof
	{
	margin-bottom: -3px;
	padding: 0;
	}

#cmykoptions
	{
	padding-right: 10px;
	margin-top: 10px;
	text-align: right;
	font-size: 80%;
	}
	
#cmykoptions img
	{
	position: relative;
	top: 3px;
	}

/* Confirmation Email */

#emailimg
   {
	margin-top: 20px;
	}

.emailfield
	{
	float: left;
	display: block;
	font-weight: bold;
	width: 250px;
	}




/* File Requirements Page */

#pdflogo
 {
 margin-left: 30px;
 margin-bottom: 30px;
 float: right;
 }

#epslogo
 {
 margin-left: 30px;
 margin-bottom: 30px;
 float: right;
 }

h4.filereq
    {
    margin-top: 30px;
    }

/* Styles from calendar popup module */
.cpYearNavigation,.cpMonthNavigation 
	{ 
	background-color:#C0C0C0; 
	text-align:center; 
	text-decoration:none; 
	color:#000000; 
	font-weight:bold; 
	}
	
.cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText 
	{
	font-family:arial;
	font-size:8pt;
	}
	
TD.cpDayColumnHeader 
	{ 
	text-align:right; 
	border: solid thin #C0C0C0; 
	border-width:0px 0px 1px 0px; 
	}
	
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate  
	{ 
	text-align:right; 
	text-decoration:none; 
	}
	
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled 
	{ 
	color:#D0D0D0; 
	text-align:right; 
	text-decoration:line-through; 
	}
	
.cpCurrentMonthDate, .cpCurrentDate 
	{ 
	color:#000000; 
	}
	
.cpOtherMonthDate 
	{ 
	color:#808080; 
	}
	
TD.cpCurrentDate 
	{ 
	color:white; 
	background-color: #C0C0C0; 
	border-width: 1px; 
	border:solid thin #800000; 
	}
	
TD.cpCurrentDateDisabled 
	{ 
	border-width:1px; 
	border:solid thin #FFAAAA; 
	}
	
TD.cpTodayText, TD.cpTodayTextDisabled 
	{ 
	border:solid thin #C0C0C0; 
	border-width:1px 0px 0px 0px;
	}
	
A.cpTodayText, SPAN.cpTodayTextDisabled 
	{ 
	height:20px; 
	}
	
A.cpTodayText 
	{ 
	color:black; 
	}
	
.cpTodayTextDisabled 
	{ 
	color:#D0D0D0; 
	}
	
.cpBorder 
	{ 
	border: solid 1px #808080; 
	}

table td 
	{ 
	border: none;
	}

/* Recaptcha */ 
#recaptcha_label
    {
        margin-top: 0;
        margin-left: 10px;
        float: left;
        width: 150px;
    }

#recaptcha_area
    {
        float: left;
    } 
	
	
/* Header */
.container-header 
{
    padding: 20px;    
}

.container-header h3 
{
    color: #193E7D;
    font-size: 28px;
    margin: 0px 0px 0px 80px;
    font-weight: bold;
}

.container-header h4 
{
    color: #3260AD;
    font-size: 24px;
    margin: 20px 0px 0px 80px;
    font-weight: bold;
}

.pull-left {
float: left !important;
}

#imgline
{
    margin: 0px 0px 0px 5px;    
}

#imgline
{
    margin: 0px 0px 0px 5px;    
}
