/* Theme Style */

* { margin: 0; padding: 0; }

img { vertical-align: middle; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Set base size to 10px  */
	background:#E5E5E5 none repeat scroll 0 0;
	border-bottom:15px solid #E5E5E5;
	border-top:15px solid #E5E5E5;
	color:#4D4D4D;
	margin:0;
}

.container {
	background-color:#FFFFFF;
	margin:auto;
	padding:5px 0 15px;
	text-align:left;
	width:770px;
}

.content {
   margin: auto;
   clear: both;
   border-left:10px solid #FFFFFF;
   border-right:10px solid #FFFFFF;
}


/* Top header and navigation
----------------------------------------------------------------------------- */

#logo {
   position:absolute;
   top:22px;
   left:25px;
}
#header {
   position:relative;
   width:760px;
   height:75px;
   text-align:right;
   margin:0 5px 5px 5px;
}

#header-nav {
   position:absolute;
   top:0px;
   right:0px;
}
ul#header-nav {
   margin:0 auto 0 auto;
   padding:10px 0 10px 0;
   list-style-type: none;
}
ul#header-nav li {
   padding: 0 14px;
   margin: 0;
   display: inline;
   text-align: center;
   white-space: nowrap;
}
ul#header-nav a {
   font-size:1.1em;
   text-decoration: none;
   padding-bottom:2px;
   color:#4d4d4d;
   padding-left:16px;
   background: transparent url(/images/small-grey-arrow.gif) no-repeat center left;
}
ul#header-nav a:hover, ul#header-nav a#top-active {
   background: transparent url(/images/small-orange-arrow.gif) no-repeat center left;
}


/* Main Nav
----------------------------------------------------------------------------- */

ul#top-nav {
   position:absolute;
   top:40px;
   right:0px;
   margin:0 auto 0 auto;
   padding:10px 0 10px 0;
   list-style-type: none;
}
ul#top-nav li {
   padding: 0 14px 0 10px;
   margin: 0;
   display: inline;
   text-align: center;
   white-space: nowrap;
   border-right:1px solid #808080;
}
ul#top-nav li.last {
   border-right: none;
}
ul#top-nav a {
   font-size:1.6em;
   text-decoration: none;
   padding-bottom:2px;
   color:#4d4d4d;
}
ul#top-nav a:hover {
   text-decoration: none;
   border-bottom:2px solid #ff4000;
}
ul#top-nav a#top-active {
   text-decoration: none;
   border-bottom:2px solid #ff4000;
}

/* Sub navigation
----------------------------------------------------------------------------- */

#sub-nav {
   position:relative;
   margin:15px 5px 15px 5px;
   background: #ffb828 url(/images/top-nav-fade.gif) repeat-x top;
   border-bottom: 5px solid #000;
}
#sub-nav ul {
   margin:0 auto 0 auto;
   padding:8px 0 6px 20px;
   list-style-type: none;
}
#sub-nav ul li {
   font-size:1.3em;
   padding: 0 20px 0 0;
   margin: 0;
   display: inline;
   text-align: center;
   white-space: nowrap;
}
#sub-nav a {
   color:#4D4D4D;
   text-decoration: none;
   padding:0 0 0 10px;
   background:url(/images/top-nav-b-bullet.gif) no-repeat 0px 6px;
}
#sub-nav a:hover, #sub-nav a.active {
   text-decoration: underline;
}


/* Other
----------------------------------------------------------------------------- */


.openBox, .loginBox {
	width:48%;
	float:left;
}



a { color:#F93A00; text-decoration: none; }

a:hover { text-decoration: underline; }

td {
	text-decoration: none;
	border: none;
	font-size:13px;
}

p { font-size:13px; padding: 10px; }


h1, h2, h3 {
   letter-spacing:-1px;
   margin:0;
   padding:15px 0 5px 5px;
}
h1 {
   font-size:2.6em;
   font-weight:normal;
   border-bottom: 1px solid #e5e5e5;
}
h2 {
   font-size:2.2em;
   font-weight:normal;
}
h3 {
   font-size:1.8em;
   font-weight:normal;
   border-bottom: 1px solid #e5e5e5;
   padding-bottom:15px;
}


hr {
  text-align: center;
  margin: 5px auto 5px auto;
  border: 0;
  width: 100%;
  color: #F3C67D;
  background-color: #F3C67D;
  height: 2px;
}
.nav {
	padding:15px 0 0 15px;
	line-height: 35px;
	height: 35px;
}
.nav li {
	height: 25px;
	line-height: 25px;
	margin-left: 10px;
	margin-right: 2px;
	display: inline;
}
.nav ul { padding-right: 5px; }
.nav a {
	color: #000;
	text-decoration: none;
	border: none;
	font-weight:bold;
}
.nav a:hover { 
	color: #808080;
}

option { padding-right: 5px; }
.content table td { padding: 5px; }
.content table td table td table,.content table td table td table td { padding: 0; margin: 0; }
.pre-footer {
	border-bottom: 1px solid #999;
	background: #EEB358 url("images/bgbar.gif");
	line-height: 25px;
	height: 25px;
	text-align: center;
	color: white;
}
.footer { 
	padding: 3px 10px 3px 10px;
	color: #CCC;
	font-size: 10px;
	line-height: 25px;
	height: 25px;
}
.barTxt { color: white; }

/* Core Style */

.inputsubmit {
	font-size: 13px;
	background: #000;
	color: white;
	border: #A6A6A6 solid 1px;
	padding:2px;
	font-family:arial;
}

.inputsubmit2 {
	font-size: 11px;
	background-color: #FFFFFF; 
	color: #006699;
	border: #FFFFFF; 
	border-style: solid;
 	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

.error {
	color: #FF0000;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

.mainTable { background-color: #F4FAFF; }
.mainTableAlt { background-color: #FFFFFF; }
.mainTableOn { background-color: #FFFFF0; }
.TableHeader { background: #EEB358 url("images/bgbar.gif"); line-height: 25px; height: 25px; }
.TableMsg { background-color: #ADADAD; width: 100%; }
.TableHeaderText { color: #FFFFFF; font-size: 11px; text-align: center; }
.TableHeaderText a { color: #FFFFFF; font-size: 11px; text-align: center; }
.TableInfoText { color: #000000; font-size: 11px; background-color: #FFFFFF; }
.priLow { background-color: #DDFFDD; }
.priNormal { background-color: #FFFFF0; }
.priHigh { background-color: #FEE7E7; }
.privReceived { background-color: #3669CF; color: #3E3E3E; }
.privBox { background-color: #FFFFFF; }
.privBorder { background-color: black; }
.privAttachments { background-color: #94C7FF; }
.msgReceived { background-color: #4d4d4d; color: #fff; }
.msgAnswered { background-color: #F93A00; color: #fff; }
.msgAttachments { background-color: #F4FAFF; color: #000000; }
.msgBorder { margin-top: 20px; }
.msgBorderInfo { background-color: #ffffff; }
.msgBox { background-color: #F9F9F9; }
.searchBox { font-size:13px; padding: 10px 0 0 10px; margin: auto; }
.buttons { text-align: center; clear:both; }

#claim-ticket input {
	letter-spacing: -1px;
	font-family: sans-serif;
	border: 1px solid #333; 
	border-top-color: #999; 
	border-left-color: #999;
	background-color: #eee; 
	color: #333;
	padding: 0.5em 2em; 
	cursor: pointer;
} 
#claim-ticket input:hover {
	background-color: #E5FFBF;
	color: #6f9913;
	border-color: #6f9913;
} 
* html #claim-ticket input {
	padding-top: 0.1em;
	padding-bottom: 0.1em;
} 
#claim-ticket p { 
	margin-bottom: 2em; 
	background-color: #FFFFBF;
	padding: 0.5em; 
}

.clearer {
   clear:both;
   height:1px;
   font-size:1px;
   border:none;
   margin:0px; padding:0px;
   background:transparent;
}


/* footer navigation
----------------------------------------------------------------------------- */

#footer-nav {
   margin:15px 0 0 0;
   background:#f2f2f2;
   border-left: 10px solid #ffffff;
   border-right: 10px solid #ffffff;
   font-size:1.1em;
}
#footer-nav img {
   padding:10px;   
}
#footer-nav ul {
   margin:0 auto 0 auto;
   padding:15px 6px 6px 6px;
}
#footer-nav ul li {
   list-style-type: none;
   padding: 0;
   margin: 0;
   display: inline;
   text-align: center;
   white-space: nowrap;
}
#footer-nav li a {
   text-decoration: none;
   padding:0 7px 0 5px;
}
#footer-nav a:hover {
   text-decoration: underline;
}
#footer-nav .line { border-right: 1px solid #666666; }

.sup-footer a {
	padding-left:10px;
	color:#808080;
	font-size:10px;
}
