/* tables */
.oddeven0 /*, .oddeven0 * */{
	background-color: #F4F2F5;
}
.oddeven1 /*, .oddeven1 * */{
	background-color: #ffffff;
}
.column {
	float: left;
	clear: none;
}
.right {
	float: right;
}
.row {
	clear: both;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.twoColumns {
	width: 100%;
	/*padding-right: 55px;*/
}

.twoColumnsLeft
{
	width: 255px;
	background-color: #EAEAEA;
	border-right: 1px solid #fff;
}
.twoColumnsRight
{
	background-color: #EAEAEA;
}

/* error / appinfo box */
#errorBox, .errorBox {
	background-color: #C1493F;
	height: 1%;/* ie hack */
}

/* select all box */
#selectAllBox, .selectAllBox {
	background-color: #FF9;
	padding: 4px 7px 3px;
	font-size: 100%; 
	font-weight: bold;
	color: #555555;
	height: 1%;/* ie hack */
}

#selectAllInResult, .selectAllInResult{
	margin-bottom: 8px;
}

#eventinfoBox, 
.eventinfoBox {
	background-color: #4EC13F;
	height: 1%;/* ie hack */
}

#eventinfoBox, 
.eventinfoBox,
#errorBox, 
.errorBox, 
#errorBox a,
#eventinfoBox a {
	color: #fff;
	padding: 5px;
	clear: both;
	display: block;
	overflow: auto;
}

#eventinfoStrings{
	padding: 7px 15px;
	/*width: 250px;*/
}
#errorStrings{
	padding: 7px 15px;
	/* width: 400px; */	
}

/* ligh box props (width IE6 "position: fixed" hack) */
#LBoverlay {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000;
}

#LBmsgTxt, #LBmsgActions {
	padding: 0 25px;
	width: 248px;
	display: block;
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	min-height: 50px;
	height: auto !important;
	height: 50px;
}

#LBmsgTxt {
	padding-top: 20px;
}

/*
#closeLBmsg, 
#doLBmsgAction {
	margin: 0px 20px;
} */

#LBmsg {
	width: 300px; 
	min-height: 150px;
/*	background-color: #fff; 
	border: 2px solid #eaeaea;*/
	z-index: 101;
	position: absolute;
}

.iframeHack {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	/*height: 100%;*/
	border: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 102;
	overflow: visible;
	_height: auto !important;
	_height: 123px;
}

.printColumn{
	width:79px;
}

.webColumn{
	width:57px;
}

.blogColumn{
	width:55px;
}

.broadcastColumn{
	width:79px;
}

.projectIdMessage {
	border:1px solid black;
	height:130px;
	left:465px;
	position:absolute;
	text-align:center;
	top:230px;
	width:500px;
	background-color:#eaeaea;
}

