/* Fix issue with jquery version and date picker. Fresh is only theme that will support different kinds of jquery themes so this is only a problem with fresh.
 Fresh IS being depricated. */

#ui-datepicker-div {
	display: none;
}

body {
	margin:      0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:   11pt;
}

.subEvenRow {
	background-color: #EFF8FF;
}

.subOddRow {
	background-color: #FFFFFF;
}

.innerContent {
	padding: 10px;
}

.userHeader {
	color:  white;
	float:  right;
	margin: 20px;
}

.headerBlock {
	display:           block;
	margin-right:      2px;
	border-bottom:     1px solid #000000;
	background-image:  url('../../../../../index.php?_fwGetImage=1&type=headerBackground');
	background-repeat: repeat;
	height:            100px;
}

.headerText {
	position:    absolute;
	top:         37px;
	margin-left: 35px;
	color:       white;
	font-family: verdana;
	font-size:   16pt;
}

.firstColumn {
	position: relative;
	float:    left;
	width:    210px;
}

.secondColumnContainer {
	margin-left:  230px;
	margin-right: 10px;
}

.secondColumn {
	position: relative;
	float:    right;
	width:    100%;
}

.contentMinHeight {
	height: 500px;
}

.footerBlock {
	clear: both;
}

.civicoreLogo {
	float: right;
}

.civicoreLogo img {
	border: 0px;
}

.groupParentDiv {
	border: 0 none;
}

.groupStandardDiv {
	border:        2px solid black;
	margin-bottom: 5px;
}

.groupHeaderText-delete {
	background-color: red;
}

td {
	padding-left:   5px;
	padding-bottom: 1px;
	padding-top:    1px;
}

th {
	text-align: left;
}

.fw-main-clear {
	clear: both;
}

.fw-main-pointer {
	cursor: pointer;
}

.fw-main-box {
	text-align:       center;
	background-color: #000099;
}

.fw-main-greyOut {
	width:            100%;
	height:           100%;
	position:         absolute;
	background-color: white;
	z-index:          100;
	filter:           alpha(opacity=50);
	-moz-opacity:     0.5;
	-khtml-opacity:   0.5;
	opacity:          0.5;
}