/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Cartweaver Administration CSS © 2002, All Rights Reserved.
You may modify this file to make changes throughout your site.
Last Updated: 6/24/02
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*
Max length for the company display on the registration search page
*/
SELECT.reg{WIDTH: 500px }

/*
Purpose:To make colored form buttons
Application:<input type="button"> only. The .buttons class cannot be used elsewhere
*/
input.buttons{
font:bold 11px Verdana,Arial,Helvetica,sans-serif;
color: #444444;
background-color: #CCCCCC;
border:2px #DDDDDD outset;
}
textarea.notextborder{
font:bold 11px Verdana,Arial,Helvetica,sans-serif;
color: #ff0000;
border:0px;
overflow:hidden;
}
textarea.notextborder_sm{
font:10px Arial, Helvetica, sans-serif;
color: #ff0000;
border:0px;
overflow:hidden;
}
input.buttons_sm{
font:bold 10px Verdana,Arial,Helvetica,sans-serif;
color: #444444;
background-color: #CCCCCC;
border:2px #DDDDDD outset;
}
input.buttons_smB{
font:bold 10px Verdana,Arial,Helvetica,sans-serif;
color: #444444;
background-color: #CCCCCC;
border:2px #DDDDDD outset;
width:100%;
}
input.buttons_reg{
font:bold 11px Verdana,Arial,Helvetica,sans-serif;
color: #ffffff;
background-color: #009966;
border:2px #DDDDDD outset;
}

/*
Purpose:To make colored horizontal rule
Application:Automatic
*/
hr {
color: #009966;
}

/*
Purpose:To make the thin outline on the right and bottom of the table
Application:<table>
*/
.tableborder {
border-top: 0px;
border-right: 1px solid #333366;
border-bottom: 1px solid #333366;
border-left: 0px;
}

/*
Purpose:To make thin lines between table cells
Application:Automatic as long as .tableborder is applied to the <table> tag
*/
.tableborder td, .tableborder th{
border-top: 1px solid #333366;
border-right: 0px;
border-bottom: 0px;
border-left: 1px solid #333366;
}
/*Purpose:To make sure that deeply nested table's cells
do not inherit the borders given them in the class above.
Application:Automatic
*/
.tableborder table td, .tableborder table th{
border: 0px;
}

