@charset "UTF-8";

/**
 * Commerzbank de/com
 *
 * @project       www.commerzbank.de/com
 * @copyright     Copyright(c) 2010 Commerzbank
 * @site          http://www.commerzbank.de/
 * @style         additional CSS file for http://www.commerzbank.de/
 *
 * @date/version  2010-10-19
 *
 * @package       xhtml-css
 * @media         screen
 * @note          all media types are combined in this one CSS file using at(@)-rules
 *		 
 * @author        Valentin Hafner <valentin.hafner@commerzbank.com>, Commerzbank AG
 *
 */

@media projection, screen {

/**
 * Additional CSS for Rates Uplaod
 */

.lightGreen {
	color: #3c8f4d;
}

form.std .currSel select {
	width: 225px; 
	*width: 223px;
	/*height: 100px;*/
	margin: 0px;
}

*html form.std.fright {
	width: 177px;
}

form.std div.currSelControls{
	width: 40px;
	/*height: 100px;*/
	margin-top: 55px;
	padding: 0 10px;
}

form.std div.currSelControls .button {
	display: block;
	margin-bottom: 4px;
}

form.std div.currSelControls .button input {
	padding: 2px 0 3px !important;
	background-color: transparent;
	width: 38px;
	height: 20px\9; /* fix height for IE (Versions <9) */
}

}

/**
 * =PRINT STYLES
 * @note @media-rule for print
 */
@media print {

.hide4print {
	display: none;
	visibility: hidden;
}

.ratesTable th , .ratesTable th{
	text-align: left;
} 

.ratesTable th.num, .ratesTable td.num {
    text-align: right;
}



}