/* FileMaker PHP Site Assistant - oceani CSS template


HTML {
	HEIGHT: 100%
}
BODY {
	HEIGHT: 100%
}


*/

body {
	margin: auto;
	padding: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(../images/bodybg.png);
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

/***
 * 3 major sections of page: Header, Container(body), and Footer
 */

/* Header */

#header {
	text-align: left;
	float: center;
	background-image: url(../images/uslheader.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color:#000000;
	height: 68px;
	width: 900px;
	padding-left: -75px;
	padding-right: -5px;
	margin: 0px auto;
}

#headerlogo {
	width: 300px;
	padding-left: 70px;
	padding-top: 10px;
	font-size: 18px;
	color: #FFFFFF;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#headercaption {
	width: 300px;
	padding-top: 15px;
	float: left;
	font-size: 15px;
	text-align: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#header h1 {
	width: 70%;
	height: 100px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 17pt;
	padding-top: 0px;
	margin: 0px;
}

#container {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

/* Navigation */

#page_nav {
	padding: 0px;
	margin: 0px 11px 0px 14px;
	background: transparent url(../images/navibg_down.png);
	width: 904px;
	background-position: center;
	height: 46px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	background-repeat: repeat-x;
}


#page_nav ul {
	list-style-type: none;
	background: repeat-x transparent;
	white-space: nowrap;
	margin: 0px auto;
	max-height: 46px;
	padding: 11px;
	display: block;
}

#page_nav li {
	display: inline;
	list-style: none;
	margin: 0 -11px;
}

#page_nav li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 28px;
}

#page_nav li a:hover {
	color: #08e2fc;
	text-decoration: none;
}

#page_navalt {
	padding: 0px;
	margin: 0px 11px 0px 14px;
	background: transparent url(../images/navibg_down.png);
	width: 904px;
	background-position: center;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
#page_navalt ul {
	list-style-type: none;
	background: repeat-x transparent;
	white-space: nowrap;
	margin: 0px auto;
	max-height: 46px;
	padding: 11px;
	display: block;
}

#page_navalt li {
	display: inline;
	list-style: none;
	margin: 0 -11px;
}

#page_navalt li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 30px;
}

#page_navalt li a:hover {
	color: #08e2fc;
	text-decoration: none;
}


/* SUB Navigation */

#page_subnav {
	padding: 0px;
	margin: 5px 30px 0px 32px;
	background: transparent url(../images/navibg_down.png);
	width: 855px;
	background-position: center;
	height: 46px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	background-repeat: repeat-x;
}

#page_subnav ul {
	list-style-type: none;
	background: repeat-x transparent;
	white-space: nowrap;
	margin: 0px auto;
	max-height: 46px;
	padding: 11px;
	display: block;
}

#page_subnav li {
	display: inline;
	list-style: none;
	margin: 0 -11px;
}


#page_subnav li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 28px;
}

#page_subnav li a:hover {
	color: #08e2fc;
	text-decoration: none;
}


.activelink {
	color: #08e2fc;
	text-decoration: none;
	background: url(../images/navibg_up.png);
	padding-top: 10px;
	padding-bottom: 15px;
}

/* END SUB NAV */

#content {
	background-color: #ffffff;
	background: url(../images/contentbg.png) repeat-y;
	width: 929px;
	height: auto;
	background-position: top left;
	margin: 0px auto;
	
}
#contentalt {
	background-color: #ffffff;
	background: url(../images/contentbg.png) repeat-y;
	width: 929px;
	height: auto;
	background-position: top left;
	margin: 0 0 0 -13px;
}
#contentaltsw {
	background-color: #ffffff;
	background: url(../images/contentbg.png) repeat-y;
	width: 929px;
	height: auto;
	background-position: top left;
	margin: 0 0 0 -3px;
}
.lcol { width:850px; margin-left:30px; }
.rcol { width:850px; margin-left:30px;}
.clear { clear:both; }
.contentbg {
	width: 929px;
	background-position: top;
	text-align: center;
	top: 0px;
	margin: 0px auto;
}

#contentleft {
	background: #ffffff;
	width: 395px;
	height: 366px;
	background-position: top left;
	float: left;
	margin-left: 30px;
}

#contentmid {
	float: left;
	background: #ffffff;
	width: 74px;
	height: 391px;
	background-position: top left;
}

#contenttitlebg {
	background-image:  url(../images/titlebg.png);
	background-repeat: no-repeat;
	width: 904px;
	height: 72px;
	background-position: top right;
	margin: 0px 0px 0px 14px;
	text-align: right;
	color: #70600d;
}
#contenttitlebg2 {
	background-image:  url(../images/titlebg.png);
	background-repeat: no-repeat;
	width: 904px;
	height: 6px;
	background-position: top right;
	margin: 0px 0px 0px 14px;
	text-align: right;
	color: #70600d;
}

#content h1 {
	text-align: right;
	float: right;
	margin-top: 15px;
	padding-right: 30px;
	color: #70600d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}

#content h2 {
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	word-wrap: break-word;
	text-align: justify;
	margin: 0px auto
}

#contentaltsw h1 {
	text-align: right;
	float: right;
	margin-top: -5px;
	padding-right: 30px;
	color: #70600d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}

#contentaltsw h2 {
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	word-wrap: break-word;
	text-align: justify;
	margin: 0px auto
}

.messagedisplay {
	float: right;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 10px 0px 20px;
	top: 0px;
}

.message {
	text-align: right;
	margin: 0px 0px 0px 0;
	width: 904px;
	color: #57a0c8;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFF;
}

#error {
	float: right;
	padding-right: 50px;
	color: #FF0000;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}

/* Login part */

.login {
	width: 360px;
	padding-left: 20px;
}

.loginalign {
	width: 280px;
}

.loginheight {
	height: 30px;
}

.login_title {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}

#form {
	background: transparent url(../images/loginbg.png) no-repeat;
	width: 332px;
	height: 218px;
	float: right;
	padding-right: 35px;
	font-size: 14px;
	margin: 70px 0px 0px 0px;
}

.fields {
	text-align: right;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.login_button {
	background: url(../images/button.png) repeat-x;
	border: 1px solid #5e5902;
	margin-left: 18px;
	height: 23px;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 8px;
	text-align: center;
	color: #000000;
}

.buttons {
	background: url(../images/button.png) repeat-x;
	border: 1px solid #5e5902;
	height: 23px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	color: #000000;
}

.buttons_off {
	background: none;
	border: 1px solid;
	border-color:#549ABC;
	height: 23px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	color: #000000;
}

/* other pages */

.recwidth {
	width: 100%;
}

.findimg {
	background: url(../images/find_icon.png) no-repeat;
	width: 45px;
	height: 43px;
	padding-left: 20px;
}

.scroll {
	height: 550px;
	width: 850px;
	overflow: auto;
	margin-left: 20px;
}

.scrolladd {
	width: 850px;
	overflow: auto;
	margin: 0px 40px 0px 35px;
}
.tips {
	border: 1px solid #cccccc;
	background-color: #cde2ec;
	color: #000000;
	font-size: 14px;
	width: 825px;
	margin: 10px 40px 10px 35px;
	padding: 10px;
	float: left;
	font-weight:normal;
}
.scrollbrowse {
	height: 550px;
	width: 750px;
	overflow: auto;
	margin: 40px;
}

.curvedbg {
	margin: 0px 37px 0px 32px;
	top: 0px;
	background: transparent url(../images/tableheader_curved.png) no-repeat;
	width: 855px;
	height: 32px;
}

.simplebg {
	margin: 0px 30px 0px 37px;
	top: 0px;
	background-color:#cde2ec;
	width: 845px;
	color:#333;
}

.recordlist_nav_range {
	color: #ffffff;
	padding-top: 0px;
}

.recordlist_nav {
	font-size: 12px;
	color: #ffffff;
	font-variant: normal;
	text-align: right;
	padding-left: 20px;
	padding-top: 0px;
	width: 90%;
}

table.record {
	border: 1px solid #cccccc;
	background-color: #cde2ec;
	color: #000000;
	font-size: 14px;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	float: left;
}

td.field_name {
	color: #000000;
	text-align: right;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td.field_data {
	color: #000000;
	height: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td.field_data img {
	border-left: 1px solid #777777;
	border-top: 1px solid #999999;
	background: #FFFFFF;
	padding: 5px;
}

.fieldinput {
	width: 300px;
	resize: none;	
}

tr.submit_btn {
	color: #000000;
	text-align: left;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th.browse_header {
	background: url(../images/browseheader_bg.png) repeat-x;
	background-color: #57a0c8;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	border: 1px #ffffff solid;
	margin: 0px auto;
	padding: 0px 10px;
}

table.browse_records {
	background-color: #a5cce2;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	float: left;
	margin: 0px auto;
	color: #000000;
	font-size: 14px;
	width: 100%;
}

table.reclistnavi {
	width: 100%;
	margin: 0px auto;
	text-align: right;
}

a {
	color: #000000;
}

.portal {
	border: 1px solid #ffffff;
	border-collapse: collapse;
}

th.portal_header {
	background-color: #65bae9;
	color: #000000;
	font-size: 12px;
	text-align: left;
	padding: 3px;
}

tr.table_row {
	background-color: #c2e3f4;
}

table.browse_records tbody {
	
}

tr.alt_row {
	background-color: #f8f1d1;
}

td.browse_cell {
	font-size: 12px;
	color: #000000;
	border: 1px #ffffff solid;
	padding: 0px 10px;
	font-weight: normal;

}


td.browse_cellalt {
	font-size: 12px;
	color: #000000;
	padding: 0px 10px;
	font-weight: normal;
}

td.browse_cell img {
	width: 50px;
}

td.browse_cellbutton {
	font-size: 12px;
	color: #000000;
	border: 1px #ffffff solid;
	padding: 6px 10px 0 10px;
	font-weight: normal;

}

td.browse_cellbutton img {
	width: 16px;
	height:16px;
	padding-bottom:10px;
}

td.group_header {
	background-color: #cde2ec;
	height: 35px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}

td.group_total_title {
	font-size: 12px;
	height: 25px;
	background: #eee5b7;
	color: #000000;
	text-align: left;
	padding-left: 10px;
}

td.grand_total_title {
	background: url(../images/tablefooterbg.png) repeat-x;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	color: #000000;
	text-align: left;
	padding-left: 10px;
}

td.group_total {
	height: 25px;
	background: #eee5b7;
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

td.grand_total {
	height: 40px;
	background: url(../images/tablefooterbg.png) repeat-x;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

input {
	background-color: #fcfbe1;
	border: 1px #c4c29a solid;
	padding-top: 3px;
	font-size:16px;
}

textarea {
	background-color: #fcfbe1;
	border: 1px #c4c29a solid;
	padding-top: 3px;
}

select {
	background-color: #fcfbe1;
	border: 1px #c4c29a solid;
	width: 212px;
	vertical-align:bottom;
	font-size:16px;
	margin-top:3px;
	margin-bottom:-10px;
}

.password_input {
	background-color: #cccccc;
	padding-top: 3px;
}

.sublinks a:link {
	color: #000000;
	text-decoration: none
}

.sublinks a:visited {
	color: #000000;
	text-decoration: none
}

.sublinks a:hover {
	color: #04f6dc;
}

/*  Footer */

#footer {
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/footerbg.png) no-repeat;
	width: 929px;
	height: 97px;
	background-position: bottom left;
}

#footertext {
	color: #FFF;
	white-space: nowrap;
	padding-right: 40px;
	text-align: center;
}

.footerwidth {
	width: 929px;
	border: none;
	margin: 0 0 0 -13px;
	background-position: bottom left;
}


#footer ul.secondary_links li {
	display: inline
}

#footer ul.secondary_links a:link, #footer ul.secondary_links a:visited {
	display: inline;
	color: #ffffff;
	text-decoration: none
}

#footer ul.secondary_links a:hover {
	color: #04f6dc;
}
#content form {
      margin:0;
      padding:0;
    }
    
 #content form.status_form fieldset { clear:none; }
    
#content form label {
        display:block;
        width:60px;
        padding-right:10px;
        text-align:right;
        float:left;
        font-weight:bold;
      }
      
#content #index form input {
        width:175px;
        float:left;
      }
        
    #content #bar {
      width:21px;
      height:auto;
      display:block;
      float:left;
   }
   
   #ticketform {
     padding:20px 20px 50px 20px;
     width:600px;
     margin:20px auto 20px auto;
     border:1px solid;
   }
   
   #loginform {
     padding:20px 20px 50px 20px;
     width:400px;
     margin:20px auto 20px auto;
     border:1px solid;
   }
   
   #ticketform input, #ticketform select {
     width:300px;
     float:left;
   }

   #loginform input {
     width:160px;
     float:left;
   }
      
   #ticketform label {
     width:130px;
     text-align:right;
     display:block;
     float:left;
     padding-right:10px;
   }
   
   #loginform label {
     width:130px;
     text-align:right;
     display:block;
     float:left;
     padding-right:10px;
   }
   
   #ticketform textarea {
     width:400px;
   }
   
   #ticketform .ticketsubmit {
     margin-left:410px;
   }
   
   #loginform .ticketsubmit {
     margin-left:170px;
   }
   th {
  font-weight:bold;
  text-align:left;
  padding-left:3.5px;
}
#infomessage, #warnmessage, #errormessage {
    margin-bottom: 1.5em;
    padding: 0.3em;
    font-weight: bold;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
/* Ticket view (Messages and Responses) */
#ticketthread table.message {
    margin:10px 0 5px 0;
	width:850px;
}

#ticketthread table.response {
    margin-bottom:5px;
}

table.message, table.response {
    border: 0px solid;
    border-bottom: none;
}

table.message td, table.message th,table.response td, table.response th {
    border-bottom:0px solid;
    padding:5px;
}

table.message tr.header td, table.response tr.header td {
    padding:1px;
    padding-left:5px;
}

table.message th, table.response th {
    line-height:24px;
    font-size:12px;
    padding:1px;                
    padding-left:5px;
    font-weight:bold;
}
.hiddenRow {
 display: none;
 visibility: hidden;
}
.visibleRow {
	display:inherit;
	float: right;
	width: 850px;
	overflow: hidden;
	margin: 0px 42px 10px 0px;
	visibility: visible;
}
/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.art-menu, .art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.art-menu li li
{
	float: none;
}

.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
}

.art-menu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.art-menu
{
	padding: 3px 3px 3px 3px;
}

.art-nav
{
	position: relative;
	height: 30px;
	z-index: 100;
}

.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 30px;
	background-image: url('images/nav.png');
}

.art-nav .l
{
	left: 0;
	right:0px;
}

.art-nav .r
{
	right: 0;
	width: 915px;
	clip: rect(auto, auto, auto, 915px);
}


/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
	clear: both;
}

.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 24px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 72px;
	background-image: url('images/MenuItem.png');
}

.art-menu a .l
{
	left:0;
	right:1px;
}

.art-menu a .r
{
	width:402px;
	right:0;
	clip: rect(auto, auto, auto, 401px);
}

.art-menu a .t 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0 10px;
	margin: 0 1px;
	line-height: 24px;
	text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
	top:-24px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-24px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-24px;
}
.art-menu a:hover .t
{
	color: #000000;
}

.art-menu li:hover a .t
{
	color: #000000;
}

.art-menu li:hover>a .t
{
	color: #000000;
}


.art-menu a.active .l, .art-menu a.active .r
{
	top: -48px;
}

.art-menu a.active .t
{
	color: #000000;
}


/* end MenuItem */

/* begin MenuSubItem */
.art-menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 30px;
	width: 180px;
	overflow:hidden;
	line-height: 30px;
	margin-right: auto;


	background-image: url('images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #227CA8;
}

.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 30px;
	color: #FBF0DB;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
}

.art-menu ul ul a
{
	margin-left: auto;
}

.art-menu ul li a:hover
{
	color: #000000;
	border-color: #0088CC;
	background-position: 0 -30px;
}

.art-menu ul li:hover>a
{
	color: #000000;
	border-color: #0088CC;
	background-position: 0 -30px;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
	color: #000000;
}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
	color: #000000;
}


/* end MenuSubItem */
