@charset "UTF-8";
/* CSS Document */

/* SET BODY STYLES ********************************************************************/
body 
{
	font-family: Helvetica, Arial, sans-serif;
	position: static;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align : center;	
	width: 100%;
	font-size: 1.0em;
	color : #444444;
}

/* DEFAULT TABLE SETTINGS ********************************************************************/

/* PAGE SETUP	********************************************************************************/
code{
    display: block;
    background: #ddd;
    border: solid 2px #666;
    line-height: 15px;
}

div#menu_button
{
	position: relative;
	float: left;
	text-align: center;
	vertical-align: center;
	padding: 4px 4px 4px 4px;
	border-top: 1px solid #E4EBF3;
	border-right: 1px solid #E4EBF3;
	border-left: 1px solid #E4EBF3;
}
div#menu_button:hover
{
	position: relative;
	float: left;
	background: lightyellow;
	text-align: center;
	vertical-align: center;
	padding: 4px 4px 4px 4px;
	border-top: 1px solid #009933;
	border-right: 1px solid #009933;
	border-left: 1px solid #009933;
}

div#menu_button_selected
{
	position: relative;
	float: left;
	background: lightyellow;
	text-align: center;
	vertical-align: center;
	padding: 4px 4px 4px 4px;
	border-top: 1px solid #009933;
	border-right: 1px solid #009933;
	border-left: 1px solid #009933;
}

#header {
	padding: 0 0 0 0;	
	width: 1020px;
	height: 100px;
	background-image: url("/images/rgi_header.jpg");
	position: static;
}

#container {
	vertical-align: top;
	min-height: 500px;
	padding: 10px;
	width: 1020px;
	text-align : left;
	background-color: #fff;
}

#toprow {
	vertical-align: top;
	padding: 2px 0 0 0;
	float: left;
	width: 800px;
	height: 100%;
}

#leftcol {
	background-image: url("/images/metal-bkgd.jpg");
	background-repeat: no-repeat;
	vertical-align: top;
	padding: 10px 10px 5px 5px;
	border-top: 2px solid #E4EBF3;
	border-right: 2px solid #E4EBF3;
	float: left;
	width: 480px;
	height: auto;
}

#spacercol {
	width: 5px;
	float: left;	
}

#rightcol {
	vertical-align: top;
	padding: 10px 0px 10px 5px;
	border: 2px dashed #E4EBF3;
	float: right;
	width: 280px;
	height: auto;
}

#footer_content {
	vertical-align: top;
	font-size: 0.9em;
	text-align: center;
	padding: 8px 0 0 0;
	border-top: 2px solid #E4EBF3;
	float: left;
	width: 800px;
	height: auto;
}

/* TABLES	*************************************************************************************/

table.class_list { 
	background-color: #fffffff;
	border-collapse: collapse;
	border-spacing: 0px; 
}

td.class_list_header { 
	background-color: #ececec;
	border-bottom: 1px #999999 solid;
	border-top: 1px #999999 solid;
	font-family: Verdana;
	font-weight: bold;
	font-size: 0.9em;
	color: #404040; 
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 0px;
}

td.class_list { 
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 0.9em;
	color: #404040;
	background-color: #fafafa;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 0px; 
}

/* LOGIN STYLES *********************************************************************/
table.login { 
	background-color: #fffffff;
	border-collapse: collapse;
	border-spacing: 0px; 
}

tr.login_row { 
	text-align: left;
	font-family: Calibri, sans-serif, Arial;
	border-bottom: 1px #ececec solid;
	font-weight: normal;
	font-size: 1.0em;
	color: #404040;
	background-color: #ffffff;
	padding: 3px;
}

.login_row input {
	outline: none;
	border: none;
	border: 1px solid #999999;
	font-size: 1.0em;
}

tr.login_row:hover { 
	text-align: left;
	font-family: Calibri, sans-serif, Arial;
	border-bottom: 1px #ececec solid;
	font-weight: normal;
	font-size: 1.0em;
	color: #404040;
	background-color: #DEE7F0;
	padding: 3px; 
}
.customerLoginBtn {
	width: 100px;
	font-weight: bold;
	cursor: pointer;
}

/* DEFAULT LINKS ********************************************************************/
a:link {
	font: 12px arial; 
	color: #024978; 
	text-decoration: underline;
} 
a:active {
	font: 12px arial;
	color: #024978; 
	text-decoration: underline;
}
a:visited {
	font: 12px arial; 
	color: #024978; 
	text-decoration: underline;
	}
a:hover {
	font: 12px arial; 
    color: #009933; 
	text-decoration: none;
}

/* SMALL DEFAULT LINKS ********************************************************************/
a.small:link {
	font: 10px arial; 
	color: #024978; 
	text-decoration: none;
} 
a.small:active {
	font: 10px arial;
	color: #024978; 
	text-decoration: none;
}
a.small:visited {
	font: 10px arial; 
	color: #024978; 
	text-decoration: none;
}
a.small:hover {
	font: 10px arial; 
     color: #009933; 
}

/* SPECIAL FONT TYPES ********************************************************************/

hr {
	border: 1px solid #024978;
	width: 95%;
}

hr.fullwidth_blue {
	border: 1px solid #024978;
	width: 100%;
}

hr.fullwidth_grey {
	border: 1px solid #ccc;
	width: 100%;
}

hr.dashed {
	border: none 0; 
	border-bottom: 1px dashed #ccc;
	width: 95%;
	height: 1px;
	margin: 2px auto 0 0;
	text-align: left;
}

hr.midashed {
	border: none 0; 
	border-bottom: 1px dashed #6A8EBB;
	width: 100%;
	height: 1px;
	margin: 2px auto 0 0;
	text-align: left;
}

/* DEFINE SPECIALTY FONT ********************************************************************/
@font-face {
  font-family: "euroswideheavy";
  src: url(http://www.rgi-ltd.com/fonts/EUROSWH.ttf) format("truetype");
}

.title 
{
    color: #024978;
    font-family: eurostile;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 16px;
    align:left;
}

.classtitle 
{
    color: #000000;
    background-color: #F0BB86;
    font-face: Arial;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 18px;
}

.subtitle 
{
    color: #666666;
    font-face: Arial;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 14px;
}

.fieldtitle 
{
    color: #666666;
    font-face: Arial;
    font-weight: bold;
    font-size: 1.0em;
    line-height: 12px;
}

.error
{
    color: #FF0000;
    font-face: Arial;
    font-size: 1.0em;
    line-height: 12px;
}

.success
{
    color: #009933;
    font-face: Arial;
    font-size: 1.0em;
    line-height: 12px;
}

.small
{
    color: #000000;
    font-face: Arial;
    font-size: 0.9em;
    line-height: 10px;
}

/* IMAGE OPACITY ********************************************************************/

.opacityit img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.opacityit:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
}

/* BORDERING IMAGES ********************************************************************/

.borderit img{
	border: 2px solid #6A8EBB;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
}

.borderit:hover img{
	border: 2px solid #66A019;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

/* all inputs are rounded */
input, select, textarea {
	outline: none;
	padding: 3px;
	border: 1px solid #999999;
	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
}
input:hover {
	outline: none;
	padding: 3px;
	border: 1px solid #119B49;
	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
}

/* menu settings */
#menu-customer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1010px;
	height: 40px;
	padding: 5px;
	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	background-image: url('/images/menu-bar-background.jpg');
}
a.menu-order-link:link, a.menu-order-link:active, a.menu-order-link:visited {
	position: relative;
	display: inline-block;
	float: left;
	top: 3px;
	color: #fff;
	padding: 10px 8px 10px 8px;
	font-size: 1.1em;
	text-decoration: none;
	border-radius: .3em .3em 0 0;
	-webkit-border-radius: .3em .3em 0 0;
	-moz-border-radius: .3em .3em 0 0;
	margin-right: 10px;	
	/*width: 160px;*/
	text-align: center;
}
a.menu-order-link:hover {
	background-color: #119B49; /* green */
	color: #ececec;
}
a.menu-link:link, a.menu-link:active, a.menu-link:visited {
	position: relative;
	display: inline-block;
	float: left;
	top: 2px;
	color: #fff;
	padding: 10px 12px 10px 12px;
	font-size: 1.2em;
	text-decoration: none;
	border-radius: .3em .3em 0 0;
	-webkit-border-radius: .3em .3em 0 0;
	-moz-border-radius: .3em .3em 0 0;
	margin-right: 10px;	
	/*width: 160px;*/
	text-align: center;
}
a.menu-link:hover {
	background-color: #119B49; /* green */
	color: #ececec;
}
.selected {
	background-color: #119B49; /* green */
	color: #ececec;
}
#footer {
	position: relative;
	height: 20px;
	width: 1020px;
	padding: 15px 10px 10px 10px;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	background-color: #172650;
}
#menu {
	background: #024978;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #024978  url("../images/seperator.gif") bottom right no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-family: Eurostile;
	font-size: 14px;
	font-weight: bold;
}
#menu a:hover {
	background: #ECECEC url("../images/hover.gif") bottom center no-repeat;
	color: #009933;
	padding-bottom: 8px;                    
}

#menu a.selected {
	background: #ECECEC url("../images/hover.gif") bottom center no-repeat;
	color: #009933;
	padding-bottom: 8px; 
}

/* set different box styles ****************************************************************/

.box { 
	position: relative;
	border: 1px solid #ECECEC;
	padding: 10px 10px 10px 10px;
} 

/* set list properties *****************************************************************/

ul {
	margin-top: 2px;
	margin-left: 15px;
	margin-bottom: 2px;
}

li.errors {
	list-style: circle outside;
	color: #FF0000;
	margin-left: 0;
}

li.success {
	list-style: circle outside;
	color: #009933;
	margin-left: 0;
}