/* AlcoSmart Site CSS Document */
html { 
    color: black; 
    background: white; 
    font: 1px arial, sans-serif; 
    margin: 0; 
    padding: 0; 
}

body {
    background-color: #ffffff; 
    font-family: "trebuchet ms", arial, helvetica, geneva, sans-serif; 
    margin: 3%; 
    margin-top: 4px;
    padding: 0;
}

table#layout {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0;
}
table#layout td {
    padding-right: 10px;
}

td.alignTop {
    vertical-align: top;
}

/* Soon to replace table#layout above*/
div#body {
    margin: 3px;
    margin-top: 9px;
    padding: 0;
    width: 100%;
    font-size: 14px;
}

div#top-bar {
    padding-bottom: 5px;
}

p#logo {
    font-size: 12.5px;
    padding-bottom: 5px;
}

p.smaller{
    font-size: 12px;
}

.widemargins {
    margin: 5;
}

.nopadding {
    padding: 0;
}

.redtext {
    color: red;
}

a:link {
    color: black;
    font-weight: none;
    text-decoration: none;
}
a.pageLink {
    text-decoration: underline;
}

a:active {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: gray;
    font-weight: none;
}

a:hover {
    text-decoration: none;
    color: #6694E3;
    cursor: pointer;
}

h1 {	
    margin: 6px;
    margin-left: 0px;	
    font-size: 20px;
}
	
h2 {
    margin: 6px;
    margin-left: 0px;	
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

/*index page only*/
div#schedule { 
    margin: 0px;
    padding:0px;
    max-width:750px;
}

div.border {
    border-style: solid;
    border-width: 1px;
    border-color: #FFCC33;
}

/* registration page only */

div#regBox { 
    margin-top: 10px;
    width: 700px;
    height: 460px;
    border-color: #FFCC33;
    background-color: #F8F8F8;
    border-width: 1px;
    border-style: solid;
}
div#regLeft {
    float: left;
    height: 100%;
    width: 220px;
    margin-right: 25px;
    background-color: #FFFFCC;
}
div#regRight {
    position: absolute;
    left: 280px;
    height: 100%;
    width: 430px;
    padding-right: 20px;
    padding-left: 0px; /* This does not hign for firefox but for IE it pads */
}
div#leftText {
    position: relative;
    top: 130px;
}

.alignRight {
    text-align: right;
}

.text {
    font-size: 14px;
    padding: 4px;
}

.text16 {
    font-size: 16px;
}

.pad15 {
    padding: 15px;
}
.vcenter {
    vertical-align: middle;
}

div#register {
    padding: 20px; 
    text-align: center;
    margin: 15px;
}

input#register {
    width: 200px;
    height: 40px;
    font-size: 15px;
    font-weight: bold; 
}

/* end register pages */

/* register confirm page */
ul {
    padding: 0px;
    list-style-position: outside;
    margin: 20px;
    font-size: 14px;
}
/* end register confirm page */

/*General Width classes */

.width100{
    width: 100px;
}

.width200 {
    width: 200px;
}

.width405 {
    width: 405px;
}

td {
    font-size: 14px;
}

tr.titleColor {
    background-color: #FFFFCC;
}

tr.center {
    text-align: center;
}

table#schedule {
    text-align: center;
    font-size: 13px;
    width: 100%;
}

/* in schedule table */
.underline {
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFAA;
    border-top: 0px;
    font-size: 0px;
}

.txt {
    margin:2px;
    padding:5px;
    //background-color: #DDDEDF; 
}
p {
    font-size: 14px;
    margin:0px;
    text-align:top;
}
        
/*the boxed links on right side of home*/
.linkbar{
    font-size: 13px;
    font-weight: bold;
    background-color: #FFFFCC; 
    margin: 2px;
    padding: 5px;
}

.indexright{
    border-left:0px;
    border-right:0px;
    border-top:0px;
    border-bottom:0px;
    border-style:solid;
    padding-left: 5px;	
}
       
#copyright {
    padding-top: 20px;
    font-size: 12px;
    color: gray;
    text-align: center;
}
