
/* COMMON */

body, table, td, a, input {
	font-family :  Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #49443F;;
}

/*
	background-color : #7F7264;
	background-color : #A8B6C1;
*/

table {
}

td {
/*
	border : 1px solid black;
	padding : 0px;
*/

}

a {
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

img {
	border : 0px;
}

/* BODY */

body {
	//background-color : #091D33;
	margin : 0px;
	padding : 0px;
	background-image: url(../image/tapete.jpg);	 /* tapete.png  elliha.jpg  fliesen_blau.jpg  sesap.jpg  wolac.jpg  istoklo.png  wuxot.jpg */
	background-repeat: repeat;
}

/* fuer alle browser */
img#logo {
	/*width : 400px;
	height : 75px;*/
	width : 250px;
	height : 47px;
	//background-image : url(../image/CCB-logo_shadow_400x75.png);
}
/* nur fuer internet explorer */
* html img#logo {
	background-image: url();
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/CCB-logo_shadow_400x75.png');
}

/* FRAME */

table#outerFrame {
	width : 100%;
	height : 100%;
}


/* fuer alle browser */
td#shadowTop {
	height : 40px;
	background-image: url(../image/shadowTop.png);	
	background-repeat: repeat;
}
/* nur fuer internet explorer */
* html td#shadowTop {
	background-image: url();
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/shadowTop.png', sizingMethod='scale');
}


/* fuer alle browser */
td#shadowBottom {
	height : 40px;
	background-image: url(../image/shadowBottom.png);	
	background-repeat: repeat;
}
/* nur fuer internet explorer */
* html td#shadowBottom {
	background-image: url();
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/shadowBottom.png', sizingMethod='scale');
}


td#leftTopCell {
	height : 20px;
	background : #091D33;
}

td#rightTopCell {
	background : #091D33;
}

td#leftMiddleCell {
	width : 250px;
	background-image: url(../image/menue_bg.png);
	/*background : #091D33;*/
}

td#centerMiddleCell {
	width : 800px;
	height : 328px;
	background-image: url(../image/menue_bg.png);
	/*background : #091D33;*/
}

td#rightMiddleCell {
	width : 250px;
	background-image: url(../image/menue_bg.png);
	/*background : #091D33;*/
}

td#leftBottomCell {
	height : 20px;
	background : #FFC800;
}

td#rightBottomCell {
	height : 20px;
	background : #FFC800;
}




/* MENU */


table.menuFrame {
}

td.menuIcon {
	color				: black;
}

td.menuIcon2 {
	color				: black;
	padding-left		: 5px;
	padding-right		: 5px;
}

td.menuIcon3 {
	color				: black;
	padding-left		: 0px;
	padding-right		: 5px;
}

td.menuULabel {
	padding-left : 0px;
	padding-right : 0px;
	white-space : nowrap;
	color : #49443F;
}

td.menuLabel {
	padding : 0px 6px;
	white-space : nowrap;
	color : #49443F;
}

a.activeMenu {
	font-weight : bold;
	white-space : nowrap;
	color : #49443F;
}

a.inactiveMenu {
	white-space : nowrap;
	color : #49443F;
}

/* SEARCH */

input#searchField {
	color : black;
	background : #FFFFFF;
	width : 100px;
	height : 16px;
	border : 0px solid white;
	padding : 2px 2px;
}

input#searchButton {
	width : 16px;
	height : 16px;
	background : #091D33;
	border : 0px;
	cursor : pointer;
}

/* UPPER MENU */

/* LOWER MENU */

/* LIST */

table.listFrame {
	width : 100%;
}

td.listCell {
	padding-top : 20px;
	padding-left : 20px;
	height : 300px;
	vertical-align : top;
}

td.leftArrow {
	width : 400px;
	text-align : right;
	padding-right : 10px;
}

td.rightArrow {
	width : 400px;
	text-align : left;
	padding-left : 10px;
}

td.listColumn {
	white-space : nowrap;
	padding : 3px 5px 3px 0px;
	color : #49443F;
}

td.nowrapCell {
	white-space : nowrap;
}

td.projectListCol {
	white-space : nowrap;
	padding : 3px 5px 3px 7px;
	color : #49443F;
}

td.clientListCol {
	white-space : nowrap;
	padding : 3px 5px 3px 7px;
	color : #49443F;
}

td.searchListCol {
	white-space : nowrap;
	padding : 3px 5px 4px 7px;
	color : #49443F;
}

/* PROJECT */

table.detailFrame {
	width : 100%;
}

td.detailHeader {
	font-weight : bold;
	padding-bottom : 5px;
}

td.detailBody {
	padding : 2px 0px;
}

td.detailSpace {

}

td.detailTop {
	height : 27px;
	padding : 0px 8px;
}

td.detailBottom {
	height : 26px;
	padding : 0px 8px;
	white-space : nowrap;
}

td.detailLeft {
	width : 50%;
	vertical-align : top;
	padding : 0px 8px 0px 8px;
}

td.detailCenter {
	height : 272px;
	white-space : nowrap;
	vertical-align : top;
}

td.detailRight {
	width : 50%;
	vertical-align : top;
	padding : 0px 8px 0px 8px;
}



td.menuTabLabel {
	height				: 20px;
	padding-left		: 18px;
	padding-right		: 5px;
	background			: url('../image/tab.gif');
	background-repeat	: repeat-x;
}
