/**
 * Frontend common CSS styles
 *
 * Project: Tender.pro
 * File: common.css
 *
 * @author AltSolution
 * @package css
 */

/* ************* Table ************ */
#Content {
    padding: 0% !important;
}
#Content table {
	background: #FFFFFF;
	font-size: 12px;
	font-weight: normal !important;
	font-family: Verdana;
	margin-top: 10px;

	width: 98% !important;
}

#Content table.floatTable {
	float: left;
}

#Content table td.propertyName {
	font-weight: bold;
}

#Content table th {
	white-space: nowrap;

	color: #FFFFFF;

	background-color: #F90;

	height: 25px;
}

#Content table th a {
	color: #FFFFFF;
}

#Content table td a {
	color: #000000;
}

#Content table td, th {
	padding-left: 5px;
	padding-right: 5px;

	height: 25px;
}

#Content table .tabEven {
	background-color: #F2F2F2;
}

#Content table .tabOdd {
	background-color: #E5E5E5;
}

#Content table .hightlightString {
	font-weight: bold;

	background-color: #CCCCCC;
}

.noWrap {
	white-space: nowrap;
}

#Content table tbody.highlightOnMouse tr:hover {
	background: #FC0;
}

#Content table .tabRowTitle {
	font-weight: bold;
	text-align: right;

	white-space: nowrap;
}

#Content table td .thumbnailImage {
	border: 1px solid #CCCCCC;
	margin: 3px;
}

#Content .addTdVerticalSpace td {
	padding-top: 2px;
	padding-bottom: 2px;
}
.rightHandButtons, .leftHandButtons {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana;
	font-size: 14px;
	width: 100%;
	float: left;
}

.rightHandButtons {
	text-align: right;
}
.leftHandButtons {
	text-align: left;
}
input.button, input.button_small, input.button_middle, input.button_big {
	font-family: Arial !important;
	font-size: 9pt !important;

	border-top: 1px solid #C0C0C0 !important;
	border-left: 1px solid #C0C0C0 !important;

	border-bottom: 1px solid #303030 !important;
	border-right: 1px solid #303030 !important;

	height: 19px;
}
.highlightText1 {
	color: #CC0000;
	font-family: Verdana;
	font-size: 14px !important;
}
.highlightText2 {
	color: #007700;
}

.highlightText3 {
	color: #0000CC;
}

.addFile {
        font-size: 12px !important;
}


