/*#######################################
 # This file is no longer in use. It is kept around for backwards compatibility.
 # All styles should be placed in cms-admin.css
 #
 # David Brown		8/28/2009
 ########################################*/

body, p, td, th, input, select, ol, ul, li, textarea { color: #333333; font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
a { color: #036; text-decoration:none; }
a:hover { color:#c00; }
.title { color:#036; font-size:24px; font-weight: bold; }
input { margin-top: 1px; margin-bottom: 1px; border-width: 1px; border-color: #666666; vertical-align: text-bottom; }
textarea { background-color: #ffffff; margin-top: 1px; margin-bottom: 1px; border-width: 1px; border-color: #666666; }
input:submit { color: #eeeeee; background-color: #eeeeee; width: 50px; height: 18px; }

#col3 table tbody tr:hover { background-color:#CDDEF1 !important; }
#col3 .x-panel table tbody tr:hover { background-color:transparent !important; }
#col3 table.wpContainer tbody tr:hover { background-color:transparent !important; }
.nohover:hover, .nohover tr:hover, .nohover tr:hover td, .nohover td:hover { background-color: transparent !important;}


#page_content .button, #page_content .button:visited { padding: 2px 5px !important; height: auto; text-decoration:none; text-transform:capitalize; line-height: 20px; color: #2b2b2b; font-weight: bold; background: #bfbfbf url(/_media/default/admin/icons/button_bg.png) top left scroll repeat-x; border: 1px solid #777777 !important;  -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
#page_content #main .goodbutton { color: #006600; background: #b7d5ad url(/_media/default/admin/icons/goodbutton_bg.png) top left scroll repeat-x ; border-color: #009900 !important;}
#page_content #main .badbutton { color: #830000; background: #daa9a9 url(/_media/default/admin/icons/badbutton_bg.png) top left scroll repeat-x; border-color: #b93b3b !important; }
#page_content #main .button:hover, #page_content #main .button:focus{ height: auto; font-weight: bold; text-decoration: none; color: #003982 !important; background: #92B0DD url(/_media/default/admin/icons/button_bg_hover.png) top left scroll repeat-x !important; border-color: #4671A9 !important; }
#page_content #main .button:active { height: auto; font-weight: bold; text-decoration: none; color: #003982 !important; background: #DCE7F5 url(/_media/default/admin/icons/button_bg_click.png) top left scroll repeat-x !important; border-color: #4671A9 !important; }

.floatright { float: right; }

fieldset { border: 0 none; border-top: 1px solid #AAA; }
legend { font-size: 13px; color: #003982; font-weight: bold; }
input { vertical-align: baseline; margin-right: 3px; }
select { min-width: 150px; }
table { /*width: 100%;*/ }
thead { background: #fff !important; }
thead th { font-size: 12px; padding: 7px; font-weight: bold; border: 0 none; }
.tabcolcenter table td { padding: 7px; }
.tabcolcenter table td td { padding: 0px; }

table.wide { width: 100%; }
table.three-quarter-wide { width: 75%; }
table.half-wide { width: 50%; }
table.quarter-wide { width: 25%; }

#col3_content .ui-tabs-nav { display:block; overflow:auto; margin:0; }
#col3_content .ui-tabs-nav li { list-style-type:none; }
/*#col3_content .ui-tabs-nav li a { color:#ffffff; }
#col3_content .ui-tabs-nav li a:hover,
#col3_content .ui-tabs-nav li a:focus { color:#ffffff; }*/
* html #col3_content .ui-tabs-nav li a { float:none; } /* float:none for IE6 */
#col3_content .ui-tabs-panel { border-color:#003366; border-left:0 !important; border-right:0 !important; border-bottom:0 !important; clear: both; }
#col3_content .ui-tabs .ui-tabs-hide { display:none; }
#col3_content table { border:0px none; }


/*
 * Styles for notices to user (success, notice/warning, error)
 * Taken from http://www.bluetrip.org/example/index.html
 * Modified to include p.warning (defined by YAML) and to round corners of box
	p.error, p.notice, p.success, p.warning { border:2px solid #DDDDDD; margin-bottom:1.6em; padding:0.8em; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; }
	p.notice { background:#FFF6BF none repeat scroll 0 0; border-color:#FFD324; color:#514721; }
	p.error { background:#FBE3E4 none repeat scroll 0 0; border-color:#FBC2C4; color:#8A1F11; }
	p.success { background:#CBE882 none repeat scroll 0 0; border-color:#C6D880; color:#264409; }
 */
#deptlisttree { margin-top:15px; }
