
.eventBanner {
    background: #424649;
    padding: 0;
    margin-left: -10px;
    margin-right: auto;
    width: 102%;
    margin-top: -14px;
    border-top: 9px solid #424649;
    border-bottom: 9px solid #424649;
    color: white;
}

.eventBanner a:link, .eventBanner a:active,  .eventBanner a:visited {
    color: white;
}

.basic, #navigation { width:100%; margin-right:4px; }

#navigation {
	
}
#navigation a.head {


}
#navigation a.head:hover {
	color:#FFFF99;
}
#navigation a.selected {
	background-image: url(expanded.gif);
}
#navigation a.current {
	background-color:#FFFF99;
}


a.button1 {
	font-weight: bold;
	color: #994800;
	background-color: #fed81c;
	background-image: url(/img/bg_04.jpg);
	border: #ecc101 1px solid;
	padding:5px;
	width:auto;
	text-align:center;
	display:block;
	text-decoration:none;
	font-size:10px;
}

a:hover.button1 {
text-decoration:underline;
}

a.buttonInline {
	display:inline;
	width:auto;
	
	padding:3px;
	height:16px;
	
	font-weight: bold;
	font-size:10px;
	
	text-decoration:none;
	color: #994800;
	background-color: #fed81c;
	background-image: url(/img/bg_04.jpg);
	border: #ecc101 1px solid;
}
div.statusWindowHeader {
    font-family: 'Helvetica Neue',Helvetica,Arial,'lucida grande',tahoma,verdana,arial,sans-serif;
    text-align: left;
    box-shadow: none;
    color: #333333;
    background: #EDEFF4;
    text-shadow:none;
    height:auto;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom: 1px solid #D8DFEA;
    margin: 0;
    margin-top:3px;
    margin-bottom: 5px;
    padding: 5px;
    padding-left:10px;
    outline: medium none;
}

div.statusWindowHeaderXX {
	
	font-size:14px;
	font-weight:bold;
	
	text-align:left;

	padding:12px;
	padding-bottom:8px;
	padding-top:8px;
	margin:0;
	margin-bottom:3px;
	
	
	width:auto;
	displau:block;
	
	background:none;
	background-color:#EEEEEE;	
	
	color:#656565;
	text-shadow: 0 1px 1px rgba(111,111,111,.4);
		
	border-bottom:1px solid #CCCCCC;
    border-top:1px solid #CCCCCC;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;	
	border-radius: 0px;
}

div.statusWindow {
	/*background: url(/img/bg_02.gif) #FFFFFF repeat-x;*/
	background: #EEF1DF;
	background:none;
	font-size:12px;
	padding:0px;	
	padding-bottom:10px;
	
	margin-top:0px;
	margin-bottom:15px;
	display:block;
	height:auto;
	clear:both;

}

div.statusWindowTask {
    background: none repeat scroll 0 0 #ffffff;
    clear: both;
    display: block;
    font-size: 12px;
    height: auto;
    margin: 0 17px 24px 0;
    padding: 2px 10px 10px;
}

.statusWindowTask h1 {
    font-size:14px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #b5df21;
    border-style: none none solid;
    box-shadow: none;
    color: #6f6f6f;
    height: auto;
    margin: 3px 0 11px;
    padding: 6px 5px 5px 2px;
    text-align: left;
    text-shadow: none;
}

div.statusWindowGlow {
    box-shadow: 1px 6px 8px -1px rgba(121, 171, 239, 0.13);
}

.statusWindow select {
	font-size:10px;
	background-color:#F9E7E1;
}

div.menuItem {
    background-color: #FFFFFE;
    border: 1px solid #E6E6E6;
    margin: 5px;
    padding: 5px;
}

div.menuItemCenter {
	text-align:center
}

div.menuItemTask {
    background-color: #FFFFFE;
    border:none;
    margin: 5px;
    padding: 5px;
}


.basic  {
	width: 250px;
	font-family: verdana;
	font-size:10px;
	
}


.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}



.basic a {
	cursor:pointer;
	font-size: 10px;
	color: black;
}



a.head {
	cursor:pointer;
	display:block;

	margin-top: 0;
	text-decoration: none;
	font-size: 11px;
	color: black;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("/img/bg_06.jpg");
	
	padding:5px;
	padding-left:17px;
	font-weight:bold;
}

a:hover.head  {
	background-color: white;
	background-image: url("/img/bg_07.jpg");
}
.head a.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("/img/bg_07.jpg");
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}


/* http://www.sohtanaka.com/web-design/simple-tabs-w-css-jquery/ */


ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-bottom:none;
	border-left: 1px solid #999;
	width: auto;
	border:none;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #ffffff;
	border:none;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	border:none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #e0e0e0;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
	border:none;
}


.tab_container {
	
	border: 1px solid #999;
	border-top: none;
	border-bottom:none;
	border:none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	padding: 7px;
	padding-right:2px;
	font-size: 1.2em;
}

.listHeader {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #60747c;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
    color: white;
    display: block;
    margin-left: 0;
    margin-right: 1px;
    margin-top: 4px;
    padding: 10px 10px 10px 45px;
}

.taskViewTextHeader {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #b5df21;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
    color: white;
    display: block;
    margin-left: 0;
    margin-right: 1px;
    margin-top: 8px;
    padding: 10px 10px 10px 45px;
}

#taskMenuHor a:link {
    font-size:20px;
}


.thumbCaption {
    border: medium none;
    height: 200px;
    margin-bottom: 0px;
    margin-right: 5px;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    width: 220px;
}
.thumbCaption img {
    height: 200px;
    width: 220px;
}

.thumbCaption2 {
    border: medium none;
    height: 200px;
    margin-bottom: 23px;
    margin-right: 5px;
    margin-top: 21px;
    overflow: hidden;
    position: relative;
    width: 180px;
}

.thumbCaption2 img {
    height: 180px;
    width: 180px;
}
.captionTop {
    background: none repeat scroll 0 0 rgba(70, 160, 244, 0.72);
    color: #fff !important;
    display: block;
    font-weight: bold;
    height: 33px;
    left: auto;
    padding: 6px;
    position: absolute;
    right: auto;
    text-align: center;
    top: 0px;
    width:220px;
    z-index: 99999;

}

.captionBottom {
    background: none repeat scroll 0 0 rgba(95, 95, 95, 0.69);
    bottom: 0px;
    color: #fff !important;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 60px;
    left: 0px;
    padding: 6px;
    position: absolute;
    right: auto;
    text-align: center;
    width:220px;
    z-index: 99999;
}


.captionMiddle {
    background: none repeat scroll 0 0 rgba(95, 211, 50, 0.86);
    border-radius: 4px;
    bottom: 45%;
    color: #fff !important;
    display: block;
    font-size: 16px;
    font-weight: normal;
    height: 34px;
    left: 25%;
    padding: 6px;
    position: absolute;
    right: 25%;
    text-align: center;
    width: 50%;
    z-index: 99999;
}


.captionBottom2 {
    background: none repeat scroll 0 0 rgba(39, 96, 200, 0.69);
    bottom: 0;
    color: #fff !important;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 41px;
    left: 0;
    padding: 8px;
    position: absolute;
    text-align: center;
    width: 180px;
    z-index: 9999;
}

.main_div2{

}

.taskMainDiv {
    background-color: #F2f2f2;
}

.taskContentMainDiv{
    background-color: rgba(255, 255, 255, 0);
}

.iframeTop {

background: url("/img/noise2.jpg") repeat scroll 0 0 #424649;
}

h3.embed {
    font-size: 14pt;
    font-weight: bold;
    border:none;
    padding:2px;
    margin: 0px;
    margin-top: 0px;
    text-align:center;
    color: #ffffff;

    text-shadow: none;
}

.eventTime {
    background: white;

}

#taskTimeStatus {
    color: #848484;
    font-size: 13px;
}