﻿body, html
{
	padding: 0;
	color: #000;
	font-size: 10pt;
	min-height: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

html
{
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
}

#wrap
{
	width: 900px;
	margin: 0px auto;
	border: 1px solid #2a69a4;
	background-color: #fff;
	margin-bottom: 40px;
	background-image: url('../images/arms_folded2.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#wrapadmin
{
	width: 900px;
	margin: 0px auto;
	border: 1px solid #2a69a4;
	background-color: #fff;
	margin-bottom: 20px;
}


#header
{
	margin: 0px auto;
	padding: 0px;
	margin-top: 30px;
	width: 880px;
	border-top: 1px solid #2a69a4;
	border-left: 1px solid #2a69a4;
	border-right: 1px solid #2a69a4;
	background-color: #8EC4FA;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-image: url('../images/headerBG.jpg'); 
}

h1
{
	padding: 0px;
	padding-bottom: 1px;
	margin: 0px;
	background: url('../images/intYLogo2.gif') no-repeat;
	width: 122px;
	height: 83px;
}

h1 a
{
	text-indent: -9000px;
	display: block;
	width: 122px;
	height: 83px;
}

h1 a:hover
{
	text-decoration: none;
	border: 0;
}

h2
{
	color: #ED6E00;
	font-size: 14pt;
}

a
{
	text-decoration: none;
	color: #ED6E00;
}

a:hover
{
	text-decoration: none;
}

#description
{
	color: #fff;
	padding-left: 15px;
	padding-bottom: 0px;
	vertical-align: bottom;
	font-size: 18pt;
	height: 83px;
}

#nav
{
	margin: 0px;
	padding-right: 0px;
	padding-top: 35px;
	padding-bottom: 15px;
	text-align: right;
	color: #fff;
	height: 4px;
}

#navlist
{
	margin: 0;
	padding: 0 0 10px 10px;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a, #navlist a:link, #navlist a:visited
{
	float: right;
	line-height: 14px;
	font-size: 13pt;
	font-weight: normal;
	margin: 0 15px 4px 10px;
	text-decoration: none;
	color: #fff;
}

#form_error
{
	margin-top: 10px;
	border: 1px solid red;
	padding: 10px;
	background-color: #FFCDD1;
	color: red;
	font-weight: bold;
	text-align: center;
	width: 400px;
}

.form_error
{
	margin-top: 10px;
	border: 1px solid red;
	padding: 10px;
	background-color: #FFCDD1;
	color: red;
	font-weight: bold;
	text-align: center;
	width: 400px;
}

#ctl00_MainContent_form_error
{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid red;
	padding: 10px;
	background-color: #FFCDD1;
	color: red;
	font-weight: bold;
	text-align: center;
	width: 400px;
}

#ctl00_MainContentAdmin_form_error
{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid red;
	padding: 10px;
	background-color: #FFCDD1;
	color: red;
	font-weight: bold;
	text-align: center;
	width: 400px;
}

#ctl00_AccountAdminContent_form_error
{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid red;
	padding: 10px;
	background-color: #ffcdd1;
	color: red;
	font-weight: bold;
	text-align: center;
	width: 400px;
}



#form_message
{
	margin-top: 20px;
	border: 1px solid green;
	padding: 10px;
	background-color: #99cc77;
	color: green;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	width: 400px;
}

#ctl00_MainContent_form_message
{
	margin-top: 20px;
	border: 1px solid green;
	padding: 10px;
	background-color: #99cc77;
	color: green;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	width: 400px;
}

#ctl00_MainContentAdmin_form_message
{
	margin-top: 20px;
	border: 1px solid green;
	padding: 10px;
	background-color: #99cc77;
	color: green;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	width: 400px;
}

#ctl00_AccountAdminContent_form_message
{
	margin-top: 20px;
	border: 1px solid green;
	padding: 10px;
	background-color: #99cc77;
	color: green;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	width: 400px;
}

#navlist li a:hover
{
	color: #f9813f;
	border-bottom: 1px dotted #ED6E00;
}

#main
{
	float: right;
	margin-right: 40px;
	width: 660px;
}

#content
{
	width: 100%;
	height: 100%;
	padding-left: 40px;
	padding-top: 20px;
}

#contentRegistration
{
	width: 100%;
	height: 100%;
	padding-left: 40px;
	padding-top: 20px;
	background-image: url('../images/folder2.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content a
{
	text-decoration: none;
}

#content a:hover
{
	text-decoration: none;
}

#content h2
{
}

#email_address
{
	width: 150px;
}

#password
{
	width: 150px;
}

#intylinks
{
	padding-right: 10px;
	padding-bottom: 40px;
}

#intylinks td
{
	padding: 10px;
}

#intylinks a:hover
{
	border-bottom: 2px solid #00578E;
}

#sidebar
{
	float: left;
	width: 200px;
	color: #ED6E00;
	background-image: url('../images/productbg.gif');
	background-repeat: repeat-y;
}

#sidebarlogin
{
	float: left;
	width: 200px;
	color: #ED6E00; 
	background-color: #468acb;
	background-repeat: repeat-y;
}

#sidebarregistration
{
	float: left;
	width: 200px;
	color: #ED6E00;
	background-image: url('../images/productbgempty.png');
	background-color: #00578E;
	background-repeat: repeat-y;
}

#productcontainer
{
	height: 500px;
}

#productcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 11pt;
}

#productcontainer a
{
	display: block;
	color: #ED6E00;
	padding: 10px;
	text-decoration: none;
	border-bottom: 2px solid #eee;
	text-align: center;
}

#productcontainer a:link, #productcontainer a:visited
{
	color: #EB7D0B;
	text-decoration: none;
}

#productcontainer a:hover
{
	background-color: #369;
	color: #fff;
}

#productcontainer .disabled
{
	display: block;
	padding: 10px;
	text-decoration: none;
	border-bottom: 2px solid #eee;
	text-align: center;
	color: #aaa;
}

#footer
{
	clear: both;
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
	height: 29px;
	font-size: 10pt;
	color: #fff;
	background-color: #468acb;
	background-image: url('../images/footer.gif');
	background-repeat: repeat-x;
	background-position: 50% bottom;
	border-top: 1px solid #2a69a4;
}

* html #footer
{
	height: 1px;
}

#footer a
{
	color: #fff;
}

#footer a:hover
{
	border-bottom: 1px dotted #fff;
}

.footerleft
{
	float: left;
	padding-top: 3px;
	padding-left: 10px;
	font-size: 7pt;
}

.footerright
{
	float: right;
}

.forgottenpassword
{
	color: black;
	font-size: 10pt;
	border-bottom: 1px dotted black;
}

.cell_container
{
	border: 1px solid #000;
	padding: 10px 5px 10px 10px;
	background: #D7763F;
	width: 405px;
}

.requiredmsg
{
	font-size: 8pt;
}

.star
{
	color: #fff;
	font-size: 12pt;
}

.ticketStar
{
	color: Red;
	font-size: 12pt;
}

.button
{
	padding: 5px;
	background-color: #dcdcdc;
	border: 1px solid #666;
	color: #000;
	text-decoration: none;
	width: 100px;
}

.buttonover
{
	padding: 5px;
	background-color: #dcdcdc;
	border: 1px solid #666;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #D7763F;
	border-right: 1px solid #D7763F;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	width: 100px;
}

.loginButton
{
	background-image: url('../images/login.gif');
	width: 113px;
	height: 28px;
}

.joinButton
{
	background-image: url('../images/join.gif');
	width: 113px;
	height: 28px;
}


#supportImage
{
	background-image: url('../images/support_picture.png');
	background-repeat: no-repeat;
	width: 600px;
	height: 205px;
}


#supportRegistration
{
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 17px;
	width: 100%;
	min-height: 490px;
	background-image: url('../images/confirmationBG.png');
	background-repeat: no-repeat;
	border: 1px solid #fff;
}

#supportContent
{
	padding-left: 30px;
	padding-right: 40px;
	padding-bottom: 20px;
}


#supportContentInitial
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#supportRegistration h1
{
	color: #ED6E00;
	background-image: url('');
	width: 400px;
	margin: 0px;
	height: 40px;
}

.productlist
{
	width: 300px;
}

.other
{
	width: 200px;
}

.affected
{
	width: 50px;
}

.furtherinformation
{
	width: 300px;
	height: 150px;
}

.supportform td
{
	height: 40px;
	vertical-align: top;
}

#referencerequest
{
	font-size: 14px;
	font-weight: normal;
	padding-left: 5px;
	margin-top: 4px;
	padding-right: 15px;
}

.supportbutton
{
	border: 1px solid #B54221;
	background-color: #ED6E00;
	color: White;
	width: 75px;
	cursor: pointer; /* hand-shaped cursor */ 
}

.left
{
	float: left;
}

.right
{
	float: right;
	padding-top: 10px;
	padding-right: 30px;
}

#supportheader
{
	height: 30px;
	color: #ed6e00;
	font-weight: bold;
}

#confirmation_page
{
}

#confirmation_top
{
	background-image: url('../images/small_orange_box.png');
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 150px;
	width: 289px;
	height: 92px;
	color: White;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	padding-top: 26px;
	padding-left: 36px;
	padding-right: 36px;
}

#confirmation_middle
{
	background-image: url('../images/blue_box.png');
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 150px;
	width: 361px;
	height: 98px;
	color: White;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}

#confirmation_bottom
{
	background-image: url('../images/large_orange_box.png');
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 150px;
	width: 320px;
	height: 156px;
	color: White;
	font-size: small;
	font-weight: normal;
	text-align: center;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.IdLabel
{
	font-size: xx-large;
}

.confirmationContent
{
	background-image: url('../images/report_issues_backgrd.png');
}

#enquiry
{
	border: 1px solid red;
}

#officehours
{
	font-size: 8pt;
}