@import url("SpryTabbedPanels.css");

/* Effects the layout of all the buttons */
.button {float:left;}


/* increases the width of the page */
#layoutWrapper div table {width:100%;}

/* reduces the text area below the buttons */
html body textarea {font-size:10px;overflow:hidden;width:185px;}
/*#layoutWrapper form textarea {font-size:8px; width:185px;overflow:hidden;}*/

/* sets the size of the working text area */
#layoutWrapper #textArea, #layoutWrapper #textArea2, #layoutWrapper #textArea3, #layoutWrapper #textArea4, #layoutWrapper #textArea5, #layoutWrapper #textArea6, #layoutWrapper #textArea7, #layoutWrapper #textArea8, #layoutWrapper #textArea9, #layoutWrapper #textArea10, #layoutWrapper #textArea11, #layoutWrapper #textArea12, #layoutWrapper #textArea13, #layoutWrapper #textArea14, #layoutWrapper #textArea15 {font-size:14px;width:100%;overflow:auto;}

/*Removes background*/
#contentWrapper {background:none;}

/*Removes rounded corners background*/
#rtop, #rbottom {display:none;}

/*Removes background image on the navigation so the background will show through*/
#designWrapper #navWrapper{background-image:none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='none', sizingMethod='scale');
}
/*Removes background color so the background will show through*/
#contentWrapper {background-color:transparent;}

#mainnavWrapper td, #mainnavWrapper td.mainnavItemOn, #mainnavWrapper td.mainnavItemOver {font-size:14px;}

/*Changes the color of the active page in the navigation*/
#mainnavWrapper td.mainnavItem {background-image:none;color:#FFFFFF;}

/*Changes the color of the active mouse over  in the navigation*/
#mainnavWrapper td.mainnavItemOn {
	background-image:none;
	color: #E1E100;
}

#mainnavWrapper td.mainnavItemOver {color: #E1E100;  }

/*Changes the color of the mouse over active in the subnavigation*/
#navWrapper #subnavWrapper td.subnavItemOver, #navWrapper #subnavWrapper td.subnavItemOn {background-color:#666;}

/*border=0*/
a img {border:none;}
