@charset "utf-8";
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	

}

.invoiceImg{
	display:none !important;
}
h1{
	color:#006658;
	
}

h2{
	color:#b40929;
	
}

a{
	color:#b40929;
	text-decoration:underline;
}

a:hover{
	color:#b40929;
	text-decoration:none;
	font-weight:bold;
}
a:visited{
	color:#b40929;
	text-decoration:underline;
}
#headerHolder {
	border-top: 5px solid #007767;
	
}
#navbarHolder {
	background-color:#e2e2e2;
}

#navbarHolderInner {

}
#navbar {
	font-size:14px;
	font-weight:bold;
}

#contentHolder {
	background-color:#f7f7f7;
}
#contentHolderInner {
	
}

#header {
	
}

#logInfo{

}

#logInfo h2{
	font-size:18px;
	color:#007767;
	font-weight:normal;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding:2px;
	margin:0;
}

#logInfo h3{
	font-size:16px;
	color:#c50c2f;
	font-weight:normal;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin:0;
}

#logInfo h3 a{
	font-size:16px;
	color:#c50c2f;
	font-weight:normal;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin:0;
	text-decoration:none;
}

#logInfo h3 a:hover{
	font-size:16px;
	color:#007767;
	font-weight:normal;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin:0;
}

#footer {
	background-color:#007767;
	color:#fff;
}

.img img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
/*######## Login Form ########*/
.login {
    margin-left:auto;
    margin-right:auto;
    max-width: 50%;
    background: #F8F8F8;
    padding: 30px 30px 20px 30px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.login h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 20px 0px 20px 40px;
    display: block;
    margin: -30px -30px 10px -30px;
    color: #FFF;
    background: #0b7767;
    text-shadow: 1px 1px 1px #03332c;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom:1px solid #085e51;

}
.login h1>span {
    display: block;
    font-size: 11px;
    color: #FFF;
}

.login label {
    display: block;
    margin: 0px 0px 5px;
}
.login label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}
.login input[type="text"], .login input[type="email"], .login input[type="password"], .login textarea, .login select {
    color: #555;
    height: 30px;
    line-height:15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}

.login .button {
    background-color: #c31334;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
	margin-top:20px;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
}
.login .button:hover {
    background-color:#910e26;
}
/*######## End Login Form ########*/

/*######## Styled Form ########*/
.styled {
    background: #F8F8F8;
    padding: 30px 30px 20px 30px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.styled label {
    display: block;
    margin: 0px 0px 5px;
}
.styled label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}
.styled input[type="text"], .styled input[type="email"], .styled input[type="password"], .styled textarea, .styled select {
    color: #555;
    height: 30px;
    line-height:15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FFFFFF;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}

.calendar input[type="text"], .calendar input[type="email"], .calendar input[type="password"], .calendar textarea, .calendar select {
    width: 30%;
}

.styled .button {
    padding: 10px 25px 10px 25px;
	border: 1px solid #87071f;
    cursor: pointer;
    font: bold 14px Arial, Helvetica;
    color: #fafafa;   
    background-color: #b40929;
    background-image: linear-gradient(top, #31b2c3, #0483a0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;      
    text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
}
.styled .button:hover {
    background-color:#910e26;
}
/*######## End Styled Form ########*/

/*######## Table Style ########*/
.tableStyle {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #454545;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.tableStyle table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.tableStyle tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.tableStyle table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.tableStyle table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.tableStyle tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.tableStyle tr:hover td{
	
}
.tableStyle tr:nth-child(odd){ background-color:#e3e3e3; }
.tableStyle tr:nth-child(even){ 
	background-color:#ffffff; 
}
.tableStyle td{
	vertical-align:middle;
	border:1px solid #454545;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.tableStyle tr:last-child td{
	border-width:0px 1px 0px 0px;
}.tableStyle tr td:last-child{
	border-width:0px 0px 1px 0px;
}.tableStyle tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tableStyle tr:first-child td{
		background:-o-linear-gradient(bottom, #018b78 5%, #007767 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #018b78), color-stop(1, #007767) );
	background:-moz-linear-gradient( center top, #018b78 5%, #007767 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#018b78", endColorstr="#007767");	background: -o-linear-gradient(top,#018b78,007767);

	background-color:#018b78;
	border:0px solid #454545;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.tableStyle tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #018b78 5%, #007767 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #018b78), color-stop(1, #007767) );
	background:-moz-linear-gradient( center top, #018b78 5%, #007767 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#018b78", endColorstr="#007767");	background: -o-linear-gradient(top,#018b78,007767);

	background-color:#018b78;
}
.tableStyle tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.tableStyle tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.tableStyle .button {
    padding: 10px 25px 10px 25px;
	border: 1px solid #87071f;
    cursor: pointer;
    font: bold 14px Arial, Helvetica;
    color: #fafafa;   
    background-color: #b40929;
    background-image: linear-gradient(top, #31b2c3, #0483a0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;      
    text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
}
/*######## End Table Style ########*/

/*######## Search Style ########*/

.searchStyle {
    width: 100%;
    padding: 8px;
    margin-top: 2%;
	margin-bottom: 4%;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: #dedede #bababa #aaa #bababa;
    box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
    border-radius: 10px;    
    background-color: #f6f6f6;
    background-image: linear-gradient(top, #f6f6f6, #eae8e8);
}

.searchStyle #search {
    width: 60%;
    height: 20px;
    padding: 10px 5px;
    float: left;    
    font: bold 14px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    border-radius: 3px;   
	background-color:#fff;   
}

.searchStyle #search:focus {
    outline: 0; 
    border-color: #aaa;
    box-shadow: 0 1px 1px #bbb inset;  
}

.searchStyle #search::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
}

.searchStyle #search:-moz-placeholder {
    color: #999;
    font-weight: normal;
}

.searchStyle #search:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
} 

.searchStyle #submit {
    float: right;    
    border: 1px solid #87071f;
    height: 42px;
    width: 30%;
    padding: 0;
    cursor: pointer;
    font: bold 14px Arial, Helvetica;
    color: #fafafa;
    text-transform: uppercase;    
    background-color: #b40929;
    background-image: linear-gradient(top, #31b2c3, #0483a0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;      
    text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
}
  
.searchStyle #submit:hover,
.searchStyle #submit:focus {       
    background-color: #007767;
	border: 1px solid #015f52;
    background-image: linear-gradient(top, #018c79, #007767);
}   
  
.searchStyle #submit:active {
    outline: 0;    
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;    
}
  
.searchStyle #submit::-moz-focus-inner {
    border: 0;
}

/*######## End Search Style ########*/

/*######## Invoice Style ########*/

.invoiceStyle {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.invoiceStyle table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.invoiceStyle tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.invoiceStyle table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.invoiceStyle table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.invoiceStyle tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.invoiceStyle tr:hover td{
	
}
.invoiceStyle tr:nth-child(odd){ background-color:#ffffff; }
.invoiceStyle tr:nth-child(even)    { background-color:#ffffff; }.invoiceStyle td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.invoiceStyle tr:last-child td{
	border-width:0px 1px 0px 0px;
}.invoiceStyle tr td:last-child{
	border-width:0px 0px 1px 0px;
}.invoiceStyle tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.invoiceStyle tr:first-child td{
		background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.invoiceStyle tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
}
.invoiceStyle tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.invoiceStyle tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/*######## End Invoice Style ########*/
.button2{
	border: 1px solid #87071f;
    height: 42px;
    width: 90px;
    padding: 0;
    cursor: pointer;
    font: bold 14px Arial, Helvetica;
    color: #fafafa;   
    background-color: #b40929;
    background-image: linear-gradient(top, #31b2c3, #0483a0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;      
    text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
}

.button2 a{
clear:both;
min-width:125px;
height:31px;
background:#c00c2d;
text-align:center;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
}

.button2 a:hover{
background:#0a9a85;
}

@media only screen and (max-width:480px) and    
(orientation: portrait), only screen and (max-width:800px) and (orientation:  
landscape){
   /* styles for mobile browsers smaller than 480px; (iPhone) BUTTONS FOR PHONE*/
#navbar
{
	width: 100%;
	background-color:#e2e2e2;
	display: block;
	float:left;
	color:#007767;
	text-align: left;
}

#navbar ul
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

#navbar ul li
{
	display: block;
	margin: 0;
	padding: 0;
}

#navbar ul li a
{
	display: block;
	width: 100%;
	padding: 0.5em 0.5em 0.5em 2em;
	border:thin #C00 solid;
	border-width: 1px;
	border-color: #007767 #aaab9c #ccc #fff;
	color: #007767;
	text-decoration: none;
}

#navbar ul li a { width: auto; }

#navbar ul li a:active
{
	color: #007767;
}

#navbar ul li a:hover
{
	color: #c50c2f;
	
}
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
.gridContainer {

}
#header {

}

#navbarHolder{
	background-image:url(../images/navRep.png);
}

#navbar
{
	width: 100%;
	display: block;
	float:left;
	color:#007767;
	text-align: left;
	color:#fff;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding-top:1%;
	padding-bottom:1%;
}

#navbar ul
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

#navbar ul li
{
	display: block;
	margin: 0;
	padding: 0;
}

#navbar ul li a
{
	display: block;
	width: 35%;
	float:left;
	padding: 0.5em 1.5em 0.5em 1.5em;
	color: #007767;
	text-decoration: none;

}

#navbar ul li a { width: auto; }

#navbar ul li a:active
{
	color: #007767;
}

#navbar ul li a:hover
{
	color: #c50c2f;
	
	
}

#footer {
	
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
/*######## Search Style ########*/

.searchStyle {
    width: 50%;
}

/*######## End Search Style ########*/
.gridContainer {

}

#headerHolder {
}

#header {

}
#navbar{
}

#contentHolder {
	
}

#footer {
}

#footerContent {
	
}

}