form, p, h1, h2, h3, h4{
	margin:0; 
	padding:0;
}


/*modified to remove issue to top menu sizing*/
/*body, input, select, table{
	font-size: 11px;
	font-family:Tahoma;
}*/

input, select{
	font-size: 11px;
	font-family:Tahoma;
}

h1{
	font-size:130%;
}

h2{
	margin-top:0.5em;
	font-size:120%;
}

h3{
	margin-top:0.5em;
	font-size:110%;
}

h4{
	margin-top:0.5em;
	font-size:105%;
}

h5{	
	font-size:100%;
}

#viewPort{
 	/*width:100%; */
	vertical-align:top; 
	border-width:1px; 
	border-style:solid; 
	border-color:#CCCCCC;
 }
div#Container {
	text-align: left;
	margin-top: 10px;
}

div#Container h1 {
	color:#235B96;
	font-size:12px;
	margin:10px 0 5px;
	text-align:center;
}

table.input_form {
	font-size: 11px;
	padding: 2px 2px 2px 2px;
	border-collapse: collapse;
	border: 1px solid #E3E3E3;
	margin-left: 1px;
	margin-top: 1px;
}

table.input_form td {
	font-size: 11px;
	border: 1px solid #E3E3E3;
	height: 28px;
	padding: 2px 2px 2px 2px;
	white-space: normal;
	vertical-align: middle;
	text-align: left;
}

table.input_form th {
	font-size: 11px;
	background-color: #F0F0F0;
	color: #4C4C4C;
	line-height: 15px;
	padding: 2px 2px 2px 6px;
	border: 1px solid #E3E3E3;
	vertical-align: middle;
	text-align: left;
	height: 28px;
}

table.input_form .text {
	border: 1px solid #CCCCCC;
}

table.input_form .text:focus {
	border: 1px solid #CCCCCC;
	background-color: #FDFB97;

}

table.listing {
	font-size: 11px;
	padding: 2px 2px 2px 2px;
	border-collapse: collapse;
/*	margin-left: 1px;
	margin-top: 1px;*/
}

table.listing td.empty_field {
	border: none;
	background-color: #FFFFFF;
}

table.listing td {
	font-size: 11px;
	border: 1px solid #CCCCCC; /*#E3E3E3;*/
	height: 28px;
	padding: 1px 1px 1px 1px;
	white-space: normal;
	vertical-align: middle;
	text-align: center;
}

table.listing thead td {
	border: none;
}

table.listing th {
	font-size: 11px;
	background-color: #F0F0F0;
	color: #4C4C4C;
	line-height: 15px;
	padding: 5px 15px 5px 5px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	text-align: left;
	height: 28px;
}

table.listing td.header_td {
	font-size: 11px;
	background-color: #F0F0F0;
	color: #4C4C4C;
	line-height: 15px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #E3E3E3;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	height: 28px;
}

table.listing th a {
	font-size: 11px;
	color: #4C4C4C;
	text-decoration: none;
}

table.listing td a {
	color: #235B96;
	font-size:105%;
}

table.listing td a:hover{
	text-decoration:none;
}

table.listing tr.even {
	background-color: #F1F4F8;
}

table.listing tr.odd {
	background-color: #FFFFFF;
}

table.listing tr.marked {
	background-color: #C0E0F5;
}

table.listing td.red {
	background-color: #FDB0B0;
}

table.listing td.green {
	background-color: #E8FC98;
}

table.listing td.dark_green {
	background-color: #D6E09C;
}

table.listing td.orange {
	background-color: #FFE6AA;
}

table.listing td.yellow {
	background-color: #FDFB97;
}

table.listing td.stars {
	font-family: Tahoma;
	font-size: 13px;
	padding: 0px;
	padding-top: 5px;
}

table.listing td.blue {
	background-color: #DAF4FE;
}

table.listing tfoot th {
	white-space: nowrap;
}

table.listing td.link {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

div#Indicator {
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #235B96;
	width: 200px;
	height: 80px;
	display: none;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #666666;
}

div.errors {
	padding: 10px;
	color: #CC0000;
	font-weight: bold;
	text-align: left;
	border: 1px solid #CC0000;
}

div.errors p {
	margin: 0px;
}

div.errors ul {
	margin: 5px;
	margin-left: 0px;
	padding-left: 25px;
	* padding-left: 5px;
	* margin-left: 30px;
}

div.success {
	padding: 10px;
	color: #338800;
	font-weight: bold;
	text-align: left;
	border: 1px solid #338800;
}

div.success_info {
	color: #338800;
	font-weight: bold;
	padding-left: 8px;
}

div#summary_panel{
	text-align:right;
}


#hpls_menu {
	height:34px;
	width: 100%;
}

#hpls_menu input {
	height: 26px;
	font-size: 11px;
	color: #333333;
}

#hpls_menu ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

#hpls_menu ul li {
	display: block;
	float: left;
	margin: 0px;
	margin-right: 1px;
	width: 125px;
}

#hpls_menu ul li a {
	background-image: url(../images/menu_bg.jpg);
	color: #444444;
	display:block;
	float:left;
	height: 34px;
	width: 100%;
	padding: 0px 20px 0px 20px;
	text-decoration:none;
	line-height:275%;
	text-align: center;
}

#hpls_menu ul li a:hover, #Menu ul li a.selected {
	background-color: #0C3150;
}
#button_choice input{
	min-width: 120px;
}

input#Submit, input#Reset, input#Button {
	width: 120px;
	height: 26px;
	font-size: 11px;
	color: #333333;
}

.ieSubmit{
	width:70px; position: absolute; bottom: 10px; left:50%; margin-left:-35px;
}

input.error, select.error {
    background-color: #fdb0b0;
    border:solid 1px #ff0000;
}





table.small_info {
	font-family: Tahoma;
	font-size: 11px;
	color: #444444;
	margin-bottom: 3px;
}

table.small_info td {
	text-align: right;
	font-weight: normal;
}

table.small_info th {
	text-align: right;
}

div#ScreenContainerWide {
	width: 90%;
}

div#ScreenContainer {
	width: 80%;
}

div#SearchCustomerPanel div.tab {
	background-color: #F5F5F5;
	float: left;
	color: #4C4C4C;
	width: 150px;
	height: 34px;
	margin-right: 1px;
	line-height: 30px;
	cursor: pointer;
	/*font-weight: bold;*/
}

div#SearchCustomerPanel div.selected {
	background-color: #EDEDED;
	color: #4C4C4C;
}

div.single_panel {
	border: 1px solid #CCCCCC; /*#EDEDED;*/
	color: #4C4C4C;
	text-align: left;
	/*padding: 20px;*/
	padding: 5px;
	/*background-color:#E9E9E9;*/
}

div.single_panel h2 {
	text-align: left;
	font-size: 12px;
	color: #235B96;
	font-weight: bold;
	margin-bottom: 6px;
	padding-left: 3px;
}

div.single_panel table {
	color: #4C4C4C;
	font-size: 11px;
}

div.single_panel table th {
	text-align: left;
	height: 25px;
}

div.single_panel table.listing th {
	text-align: center;
}

div.single_panel table.input_form th {
	padding-left: 10px;
}

.bg_grey{
	background-color:#E9E9E9;
}

div#GiInvolvementPanel {
	background-color: #FFFFFF;
}

table tr.small_label th {
	padding: 0px;
	height: 13px;
	padding-left: 2px;
}

table tr.small_label td {
	padding: 0px;
}

th.header {
	background-image:url(../images/small_bg.gif);
	background-position:right center;
	background-repeat:no-repeat;
	cursor:pointer;
}  

th.headerSortDown {
	background-image: url(../images/small_desc.gif);
	background-position:right center;
	background-repeat:no-repeat;
	background-color: #3399FF;
}


th.headerSortUp {
	background-image: url(../images/small_asc.gif);
	background-position:right center;
	background-repeat:no-repeat;
	background-color: #3399FF;
}

span#PrintYear, span#PrintSeason, span#PrintProgramme {
	display: none;
}

#Filename {
	display: none;
}

.backButton{
			display:block; 
			width:7em;	
			height:1.9em; 
			border:0px solid #000; 
			text-decoration:none; 
			font-weight:bold;	
			font-size:14px;
			background-image:url(../../taurus/hpls/images/final_cut_small.jpg);
			text-align:center;
			color:#000000;
			padding:4px;
			cursor:pointer;
			float:left;
}

/* Added by AG, for new Auth system, May 2011 */

div#auth_error {
	width:700px; 
	position:relative; 
	left:50%; 
	margin-top:1em; 
	margin-left:-350px; 
	border: 2px solid #CC0000; 
	color: #CC0000; 
	padding: 10px; 
	text-align: middle;
}

h3#auth_error{
	color:black;
	text-align:center;
	font-size:20;
	font-family:arial,verdana,palatino linotype,times new roman,serif;
	font-weight:bold;
}

p#auth_error{
	color:black;
	text-align:center;
	font-size:16;
	font-family:arial,verdana,palatino linotype,times new roman,serif;
}
