/*
#=============================================
#Summary: Site Style Sheet
#Author: Robert Irvine
#Company: Crown Data Systems
#Date: 5-21-08
#=============================================
*/

/* Main Font Class */
.FontMain{font-family: Verdana,Tahoma; font-size: 8pt; background-color: rgb(255,255,255);}
  
/* Page Formatting */
.pagetitle {font: Inherit; color:rgb(102,102,102); font-size:16pt; font-weight: bold; background-color: rgb(255,255,255); text-align:left;}
.subtitle {font: Inherit; color:rgb(255,255,255); font-size:10pt; font-weight: bold; background-color: rgb(102,102,102); text-align:left;}
.alttitle {font: Inherit; color:rgb(0,0,102); font-size:100%; font-weight: bold; background-color: rgb(204,204,204); text-align:left;}
.frame {font: Inherit; text-align:center; border-width: 3px; border-style: ridge; background-color: rgb(255,255,255);}
.controlframe {font: Inherit; text-align:center; border-width: 3px; border-style: ridge; background-image: url("control_bk.jpg"); background-repeat:repeat; width:100%;}
.control {font: Inherit; text-align:center; background-color: rgb(204,204,204); width:100%;}
.message {font: Inherit; font-size:8pt; color: rgb(255,0,0); font-weight: bold;}
.right {font: Inherit; font-size: 8pt; color: rgb(27,59,93); font-weight: bold; text-align: right;}
.left {font: Inherit; font-size: 8pt; color: rgb(27,59,93); font-weight: bold; text-align: left;}
.center {font: Inherit; font-size: 8pt; color: rgb(27,59,93); font-weight: bold; text-align: center;}
.sftright {font: Inherit; font-size: 8pt; color: rgb(27,59,93); text-align: right;}
.sftleft {font: Inherit; font-size: 8pt; color: rgb(27,59,93); text-align: left;}
.sftcenter {font: Inherit; font-size: 8pt; color: rgb(27,59,93); text-align: center;}
.sectiontitle {font: Inherit; font-size: 10pt; color: rgb(27,59,93); font-weight: bold;}
.loginfont {font: Inherit; font-size: 80%; color: rgb(51,51,51); font-weight: bold;}
.companylogo {font: Inherit; font-size: 8pt; color: rgb(27,59,93); text-align: left;}
 
/* Button Formatting */
.btn_style {font: Inherit; font-size: 10pt; color: rgb(255,255,255); text-align:center;}
.btn_style_inp{font: Inherit; color: rgb(255,255,255); background-color:rgb(153,153,153); border-width: 3px; border-style:outset; text-align:center; cursor:pointer; }
.btn_style a:link {font: Inherit; font-size: 10pt; text-align: center;  color: rgb(255,255,255); text-decoration: none; background-color: rgb(153,153,153); border-width: 3px; border-style: outset; width:100px;}
.btn_style a:visited {font: Inherit; font-size: 10pt; text-align: center;  color: rgb(255,255,255); text-decoration: none; background-color: rgb(153,153,153); border-width: 3px; border-style: outset; width:100px;}
.btn_style a:hover {font: Inherit; font-size: 10pt; text-align: center;  color: rgb(255,255,255); text-decoration: none; background-color: rgb(102,102,102); border-width: 3px; border-style: outset; width:100px;}
.btn_style a:active {font: Inherit; font-size: 10pt; text-align: center;  color: rgb(255,255,255); text-decoration: none; background-color: rgb(102,102,102); border-width: 3px; border-style: outset; width:100px;}

/* Button Link Formatting */ 
.link_btn { background-color: rgb(204,204,204); height:35px; vertical-align:middle;}
.link_btn a:link {font: Inherit; font-size: 120%; text-align: center;  color: rgb(255,255,255); text-decoration: none; background-color: rgb(153,153,153); border-width: 3px; border-style: outset; width: 150px;}
.link_btn a:visited {font: Inherit; font-size: 120%; text-align: center;  color: rgb(255,255,255); text-decoration: none; background-color: rgb(153,153,153); border-width: 3px; border-style: outset; width: 150px;}
.link_btn a:hover {font: Inherit; font-size: 120%; text-align: center;  color: rgb(255,255,255); text-decoration: none; background-color: rgb(102,102,102); border-width: 3px; border-style: outset; width: 150px;}
.link_btn a:active {font: Inherit; font-size: 120%; text-align: center;  color: rgb(255,255,255); text-decoration: none; background-color: rgb(102,102,102); border-width: 3px; border-style: outset; width: 150px;}

/* Link Formatting */ 
.link_std { background-color: rgb(255,255,255); vertical-align:middle;}
.link_std a:link {font-family: Arial,Verdana,Tahoma; font-size: 9pt; text-align: center;  color: rgb(0,51,102); text-decoration: none; background-color: rgb(255,255,255); }
.link_std a:visited {font-family: Arial,Verdana,Tahoma; font-size: 9pt; text-align: center;  color: rgb(0,51,102); text-decoration: none; background-color: rgb(255,255,255); }
.link_std a:hover {font-family: Arial,Verdana,Tahoma; font-size: 9pt; text-align: center;  color: rgb(102,204,255); text-decoration: none; background-color: rgb(255,255,255); }
.link_std a:active {font-family: Arial,Verdana,Tahoma; font-size: 9pt; text-align: center;  color: rgb(102,204,255); text-decoration: none; background-color: rgb(255,255,255); }
