body {
	margin: 0;
	padding: 0;
	background:#eee url("images/bodybg.gif") fixed;
	font-family: Verdana,Tahoma, Arial, Serif;	
	line-height: 1.5em;
  	font-size: 11px; 
	color: #333;
	text-align: center; /* for IE */
}



#content {
	width: 99%;
	margin: 0 auto;   /* align for good browsers */
	padding-bottom: 100px;
}



a {
	color: 000066;
}

#sqlError {
	padding: 20px;
}

a img {
	border: 0px;
}

td, th, p {
  	font-size: 11px; 
	text-align: left;
}

.datagrid {
	border-spacing: 2px;
}

.datagrid th {
	background-color: #eee;
	border-left: 1px solid #f7f7f7;
	border-top: 1px solid #f7f7f7;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-image: url("images/thshade.gif");
	background-repeat: repeat-x;
	
}



.Disabled  {
	color: #CCCCCC;
}

.datagrid td {
border: 1px solid #eee;
}

.window {
	background-color: #fff;
	background-image: url("images/bodyshade.gif");
	background-repeat: repeat-y;
	border: 1px solid #333;
}

#login {
	width: 600px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
}

#default {
	width: 95%;
	margin: 0 auto;
	margin-top: 10px;
}

#menuBar {
	width: 100%;
	border-bottom: 1px solid #333;
}

#iconBar {
	width: 100%;
	height: 40px;
	background-image: url("images/iconbarshade.gif");
	background-repeat: repeat-x;
	border-bottom: 1px solid #333;
}

.title {
	height: 26px;
	line-height: 26px;
	width: 100%;
	background-color: #588bcf;
	background-image: url("images/titleshade.gif");
	background-repeat: repeat-x;
	border-bottom: 1px solid #333;
	font-weight: bold;
	color: #FFF;
}

.subwindow {
	background-color: #fff;
	background-image: url("images/bodyshade.gif");
	background-repeat: repeat-y;
	border: 1px solid #333;
	width: 95%;
	margin: 0 auto;  
	margin-top: 10px;
	margin-bottom: 10px;
}

.subtitle {
	height: 20px;
	line-height: 20px;
	width: 100%;
	background-image: url("images/titleshade.gif");
	background-repeat: repeat-x;
	border-bottom: 1px solid #333;
	font-weight: bold;
	color: #fff;
	background-color: #5b91d2;
}

.footer {
	height: 32px;
	line-height: 16px;
	
	width: 100%;
	border-top: 1px solid #333;
}

.loginForm {
	text-align: left;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}



.field {
border: none;
	border-bottom: 1px solid #999;
	background-image: url("images/inputshade.gif");
	background-repeat: repeat-x;
}

.loginForm .field {

	width: 200px;
}

.button {
	background-image: url("images/titleshade.gif");
	background-repeat: repeat-x;
	border: 1px solid #333;
	color: #FFF;
	cursor: pointer;
}


.loginForm th, .loginForm td {
	text-align: left;
	vertical-align: bottom;
	height: 30px;
}

.itms {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}

#accountlist {
	margin: 0 auto;
	width: 95%;
	
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;

}

.accountlistTable {
	clear:both;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #333;
}

.accountlistTable th {
	background-color: #eee;
	border-bottom: 1px solid #333;
	background-image: url("images/thshade.gif");
	background-repeat: repeat-x;
	text-align: left;
	padding-left: 5px;
}

.accountlistTable td {
	padding-left: 5px;
	height: 10px;
	background-color: none;
}

.accountlistTable tr {
	background-color: #FFFFFF;
}

.accountlistTable tr:hover {
	background-color: #fffebd;
}

.hoverHighlight {
border-collapse: collapse;

}

.hoverHighlight tr:hover {
	background-color: #fffebd;
}

#searchResults tr:hover {
	background-color: #fffebd;
}

.accountlistNav {
	margin-top: 0px;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

.contactList {
	margin: 0px;
	border-collapse: collapse;
}

.contactList th {
	margin-left: 5px;
}



#accountDetails {
	margin: 0 auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow:auto;
}

#panelContainer {
	margin: 0 auto;
	overflow:auto;
}

.paneltitle {
	height: 16px;
	line-height: 16px;
	width: 100%;
	background-image: url("images/titleshade.gif");
	background-repeat: repeat-x;
	border-bottom: 1px solid #333;
	color: #FFF;
	background-color: #CCC;
	font-weight: bold;
}


.panel {
	margin: 5px;
	overflow: auto;
	float: left;
	border: 1px solid #333;
	background-color: #fff;
	background-image: url("images/bodyshade.gif");
	background-repeat: repeat-y;
}

.panel a {
	color: #000;
	text-decoration: none;
}

.popUp  a {
	color: #000;
	text-decoration: none;
}

textarea {
	font-family: Verdana,Tahoma, Arial, Serif;	
	line-height: 1.5em;
  	font-size: 11px; 
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: url("images/bodyshade.gif");
	background-repeat: repeat-y;
}

#sql {
	border-width: 0px;
	border-bottom: 1px solid #333;
	background-image: none;
}

.historyHeader {
	background-color: #eee;
	border-left: 1px solid #f7f7f7;
	border-top: 1px solid #f7f7f7;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-image: url("images/thshade.gif");
	background-repeat: repeat-x;
}

.historyHeader td {
	padding-left: 5px;
	color: #000;
	
}



.panel table {
	margin: 5px;
}

.panel table th {
	color: #333;
}

.action {
	cursor: pointer;
}

.scrAction {
	cursor: pointer;
}

.scrAction:hover{
	background-color: #fffebd;
}

#extra {
	display: none;
}

#alert {
	color: #ff0000;
}

#ping a{
	display: none;
}

.popUp {
	border: 1px solid #333;
	background-color: #fff;
	background-image: url("images/bodyshade.gif");
	background-repeat: repeat-y;
	position: absolute;
	left: 300px;
	top: 150px;
	display: none;
	overflow: auto;
	}

.close {
	cursor: pointer;
	position: absolute;
	right: 2px;
	top: 2px;
}

.popUpContent {
	margin-top: 10px;
	
}

.warning {
	color: red; 
	font-weight: bold;
}

#iconMenu{
	height: 50px;
	width: 100%;
	background-image: url("images/menubarshade.gif");
	background-repeat: repeat-x;
	border-bottom: 1px solid #333;
	color: #000;
	line-height: 12px;
}

#iconMenu img {
	
	text-align: center;
}

#iconMenu .icon {
	margin: 10px 5px 0px 5px;
	float: left;
	width: 80px;
	height: 32px;
	text-align: center;
	cursor: pointer;
}

#iconMenu .iconRight {
	margin: 10px 5px 0px 5px;
	float: right;
	width: 80px;
	height: 32px;
	text-align: center;
	cursor: pointer;
}

#statusBar {
	
	width: 100%;
	border-top: 1px solid #333;
	background-image: url("images/thshade.gif");
	background-repeat: repeat-x;
}

.fieldFeedback {
	opacity: 0;
	display: none;
}

.checkbox {
	margin-right: 5px;
	padding-right: 10px;
	display: block;
	float: left;
	
}

.checkboxPanel {
	border: 1px solid #CCC;
	margin: 2px;
	overflow: hidden;
	background-image: url("images/bodyshade.gif");
	background-repeat: repeat-y;
}

.checkboxPanel .field {
	background-image: url("images/bodyshade.gif");
	background-repeat: repeat-y;
	border: 1px solid #CCC;
}

#ajaxbusy {
	border: 1px solid #000;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFF;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}

#ajaxwait {
	border: 1px solid #000;
	position: absolute;
	left: 0px;
	top: 48px;
	background-color: #FFF;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	color: red;
	display: none;
	
}

.resizeSE {
	position: absolute;
	right: 2px;
	bottom: 2px;
	cursor: se-resize;
}

#searchResults {
	overflow: auto;
	width: 90%;
	height: 300px;
	border: 1px solid #CCC;
	margin: 10px;
	display: none;
}

.calendarMonth {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 95%;
	border-collapse: collapse;
}

.calendarMonth th {
	text-align: center;
	width: 14%;
	border-left: 1px solid #f7f7f7;
	border-top: 1px solid #f7f7f7;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-image: url("images/thshade.gif");
	background-repeat: repeat-x;
}



.calendarMonth td {
	text-align: left;
	margin: 10px;
	padding-bottom: 10px;
	color: #000;
}

.calendarWeek {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 95%;
	border-collapse: collapse;
}

.calendarWeek th {
	text-align: center;
	border-left: 1px solid #f7f7f7;
	border-top: 1px solid #f7f7f7;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-image: url("images/thshade.gif");
	background-repeat: repeat-x;
}

.calendarWeek td {
	line-height: 1.5em;
}

.calendarMonth .dayOfMonth {
	background-image: url("images/bodyshade.gif");
	background-repeat: repeat-y;
	border: 1px solid #333;
	vertical-align: top;
}

.calendarMonth .emptyDay {
	background-color: #f3f3f3;
}

.calendarMonth .day {
	font-weight: bold;
	border-left: 1px solid #f7f7f7;
	border-top: 1px solid #f7f7f7;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-image: url("images/thshade.gif");
	cursor: pointer;
}

 .calendarMonth .prop {
    height:75px;
    float:right;
    width:1px;
  }

 .calendarMonth .clear {
	display: block;
    clear:both;
    height:1px;
    overflow:hidden;
  }

#calendarContainer {
	border: 1px solid #333;
	width: 95%;
	margin: 0 auto;
	margin-bottom: 20px;
	
}

#calendarContainer .dayNo {
	display: block;
	height: 40px;
	width: 75px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	background-color: #FFF;
	background-image: url("images/bodyshade.gif");
	background-repeat: repeat-y;
	border: 1px solid #CCC;
	vertical-align: center;
	color: #000;
	padding-top: 20px;
}

#calendarContainer .event {
	display: block;
	clear: both;
	margin-left: 2px;
}

#calendarContainer .events {
	display: block;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
}

.calTip {
	position: absolute;
	display: none;
	width: 250px;
	background-color: white;
	background-image: url("images/bodyshade.gif");
	background-repeat: repeat-y;
	border: 1px solid #333;
	float: left;
	margin: 5px;
}

.calTipHover {
	cursor:default;
	clear: both;
	display: block;
	margin: 0px 5px 0px 2px;
}

#calFilter {
	display: none;
}

#assign input {
	vertical-align: middle;
}

.asDetails {
	display: none;
}

.alCheckbox {
	display: none;
}

#optionsPanel {
	width: 780px;
	margin: 0 auto;  
	margin-bottom: 100px;
	overflow: auto;
}

#optionsPanel p {
	margin: 10px;
}

#queryResultsTable {
	width: 100%;
	border: 1px solid #eee;
	border-collapse: collapse;
}

#queryResultsTable td {
	border: 1px solid #eee;
	padding: 2px;
}

#queryResultsTable th {
	background-color: #eee;
	border-left: 1px solid #f7f7f7;
	border-top: 1px solid #f7f7f7;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-image: url("images/thshade.gif");
	background-repeat: repeat-x;
	padding: 2px;
}


.scriptQuestion {
	list-style-image: url("images/icon_question.png");	
	vertical-align: middle;
	background-color: #FFF;
	margin-left: 40px;
}

.scriptAnswer {
	list-style-image: url("images/iconTable.gif");
	vertical-align: middle;
	background-color: #FFF;
}

.scriptField {
	list-style-image: url("images/iconField.gif");
	vertical-align: middle;
	background-color: #FFF;
}

.folder li {
	list-style-image: url("images/iconFolder.gif");
	cursor: pointer;
	line-height: 20px;
	vertical-align: middle;
	background-color: #FFF;
	padding-left: 5px;
}

.report li{
	list-style-image: url("images/iconTable.gif");
	cursor: pointer;
	line-height: 20px;
	vertical-align: middle;
	background-color: #fff;
}



.report  table, .report tr, .report td{
	border-spacing:0px; 
	margin: 0px;
	padding: 0px;
}

.report li:hover {
	background-color: #fffebd;
}

.fieldli li{
	list-style-image: url("images/iconField.gif");
	cursor: pointer;
	line-height: 16px;
	vertical-align: middle;
	background-color: #fff;
	
}

.fieldli li:hover{
	background-color: #fffebd;
}

.reportInfo li:hover {
	background-color: #fffebd;
}

#controlGroup {
	background-color: #FFF;
	background-image: url("images/menubarshade.gif");
	background-repeat: repeat-x;
	overflow: hide;
	width: 100%;
	border-bottom: 1px solid #333;
	height: 36px;
}

#progBarOuter {
	width: 400px;
	height: 15px;
	border: 1px solid #333;
	background-image: url("images/thshade.gif");
}

#progBarInner {
	height: 15px;
	background-color: blue;
	background-image: url("images/titleshade.gif");
	
	
}

.addnfolder li {
	list-style-type: none;
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
}

.addnfieldli li{
	list-style-type: none;
	
}

.titleBarArrow {
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 10px;
}

.titleBarClose {
	vertical-align: middle;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.widgetSmall {
	float: left;
	margin: 10px 10px 5px 10px;
	width: 435px;
	border: 1px solid #333;
}

.widgetSmall table {
	width: 430px;
	margin: 2px;
}

.widgetLarge {
	float: left;
	margin: 10px 10px 5px 10px;	
	width: 890px;
	border: 1px solid #333;
}

.widgetLarge table {
	width: 880px;
	margin: 2px;
}

