/* CSS Document */

table { border-collapse: collapse; /*border: 1px solid #666;*/ }
table.subtable { border-collapse: collapse; border: none; }
th { text-align: left; }
tr { vertical-align: center; }

tr.section-head {  color: #fff;}
td, th { /*border-bottom: 1px #ccc solid;*/ /*border: none; */padding: 5px; /* 5px */ }


.info-box {
padding: 5px;
}

#top-banner {
background-image: url(atmdesign.png);
background-repeat: no-repeat;
background-color: #ffffff;
height: 50px;
width: 550px;
}

.btm-bar {
background-color: #be0000;
height: 15px;
width: 550px;
border-top: 2px solid #666;
}


.checkbox-segment {
width: 130px;
padding-right: 15px;
float: left;
}

.checkbox-segment-long {
width: 200px;
padding-right: 15px;
float: left;
}

.clearit {
clear: both;
}

.warning-top {
color: #be0000;
font-weight: bold;
}

.warning {
font-size: 20px;
color: #be0000;
font-weight: bold;
}

.enlarge {
font-size: 20px;
font-weight: bold;
}

input, textarea
{
 font: small/1.4 "Lucida Grande", Tahoma, sans-serif; 
}


/******************************************************************************
Below Code Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
******************************************************************************/

.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 95%; /* 90% */
padding: 4px;
background: #b8001a; /* #F8F0F1; */
color: #fff;
text-align: left;
-moz-border-radius: 5px;
font-size: 1.2em;
}

.notification_ok
{
border: 1px #31592f solid; /* #567397 */
height: auto;
width: 95%; /* 90% */
padding: 8px;
background: #45a840; /* #f5f9fd; */
color: #fff;
font-size: 1.5em;
text-align: center;
-moz-border-radius: 5px;
}

.info_fieldset
{
-moz-border-radius: 7px; border: 1px #dddddd solid;
}

.info_fieldset legend
{
border: 1px #dddddd solid; 
color: black; 
font-weight: none;
font-size: 13px;
font-family: Verdana;

padding-right: 5px;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;

-moz-border-radius: 3px;
}

.button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

background: white;

color: #333333; 

font: 90% Verdana, Helvetica, Arial, sans-serif;

font-size: 11px;
-moz-border-radius: 3px;
}

/* Label */
label 
{
width: 140px;
padding-left: 20px;
margin: 5px;
float: left;
text-align: left;
}

/* Input, Textarea */
/*
input, textarea
{
margin: 5px;
padding: 0px; 
float: left;

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font: 90% Verdana, Helvetica, Arial, sans-serif;

font-size: 11px;
-moz-border-radius: 3px;
}*/

