.textbox_error{
font-family: arial,verdana,sans-serif;
font-size: 12px;
border: 1px solid red;
background-color:#ffd1d1;
}

.autocomplete {position:relative;width:280px;white-space:nowrap}/* set width of widget here*/
.autocomplete_input {z-index:0;width:100%;font-family: arial, helvetica, sans-serif;font-size:12px;border: 1px solid #666666;border-bottom: 1px solid #f8f8f8;border-right: 1px solid #f8f8f8;}
.autocomplete_container {width:100%;padding-top:0px;}
.autocomplete_container .yui-ac-content {position:absolute;width:100%;border:1px solid #404040;background:#fff;overflow:hidden;z-index:9050;}
.autocomplete_container .yui-ac-shadow {position:absolute;margin:.3em;width:100%;background:#a0a0a0;z-index:9049;}
.autocomplete_container ul {padding:0px 0;width:100%;margin:0px;}
.autocomplete_container li {padding:0 0px;cursor:default;white-space:nowrap;width:100%;}
.autocomplete_container li.yui-ac-highlight {background:#ff0;}


a.selectableItem:link, a.selectableItem:active, a.selectableItem:visited{
	display:block;
	padding:3px;
	color:black;
	cursor:default;
	margin:1px;
}
a.selectableItem:hover{
	background-color:#96c0e4;
	color:black;
}

.scrollDiv{
	overflow:auto;
	height:200px; 
	width:500px;
	border:1px solid #000000;
	border-bottom-color:#f1f1f1;
	border-right-color:#f1f1f1;
}
.statusBar{
	border:1px solid black;
	background-color:#f1f1f1;
}
.statusBarUsage{
	background-color:#120a79;
}

.statusBarUsageCritical{
	background-color:red;
}

.event_completed {
	font-family: Arial, Verdana, Chicago, helvetica, sans-serif; 
	font-size: 12px;
  color: #000000;	
  text-decoration: line-through;
}
.event_late{
	font-family: Arial, Verdana, Chicago, helvetica, sans-serif; 
	font-size: 12px;
  color: red;	
}


body {
	font-size: 12px; 
	font-family: Arial, Verdana, Chicago, helvetica, sans-serif; 
	color:#000000;
	line-height:18px;
  scrollbar-face-color:       #ffffff;
  scrollbar-shadow-color:     #120a79;
  scrollbar-highlight-color:  #120a79;
  scrollbar-3dlight-color:    #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-track-color:      #ffffff;
  scrollbar-arrow-color:      #120a79;
}

table, td{
	font-family: Arial, Verdana, Chicago, helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	border:0px;
}

table.normalTable, table.normalTable td {
	font-family: Arial, Verdana, Chicago, helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	border:0px;
}

h1{
	page-break-after:avoid; 
	page-break-inside:avoid;
	font-family: Arial, Verdana, Chicago, helvetica, sans-serif; 
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 12px;	
}

h2{
	page-break-after:avoid; 
	page-break-inside:avoid;
	font-family: Arial, Verdana, Chicago, helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	margin-bottom: 5px;
}

h3{
	page-break-after:avoid; 
	page-break-inside:avoid;
	font-family: Arial, Verdana, Chicago, helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

a:link, a:visited, a:active  {
    text-decoration:    none;
    color:  #000000;
}

a:hover {
    text-decoration:    none;
    color:  #eb9400;
}

/* Icons in the lower menu and the module buttons */

.ModuleIcons {
	padding: 2px;
	margin:0px; 
	padding-right: 15px;
	font-size: 10px;
	text-align: center;
}
a.MenuIcons:link, a.MenuIcons:visited, a.MenuIcons:active  {
    text-decoration:    none;
    color:  #fff;
}

a.MenuIcons:hover {
    text-decoration:    none;
    color:  #eb9400;
}





.FooterBar {
	background-color: #120a79;
	border-top: 1px solid black;
	color:white;
}



a.HeaderBar:link, a.HeaderBar:visited, a.HeaderBar:active {
	color: #fff;
	font-family: Arial, Verdana, Chicago, helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: 0;
	padding: 2px;
	padding-right: 10px;
}

a.HeaderBar:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Start Table with tab links CSS */

.tabtable
{
	border: 0;
	font-family: Arial, Verdana, Chicago, helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.tabtable th {
    background-color: #120a79;
    font-size: 14px;
	padding: 3px;
    font-weight: bold;
    color: #FFFFFF;
    border: 0px;
    border-bottom: 1px solid #120a79;
    text-align: left;
}

.ActiveTab{
	background-color: #eb9400;
	border-right: 1px solid #120a79;
	border-bottom: 1px solid #120a79;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	text-align: center;
	cursor: default;
	padding:2px;

}

.Tab {	
	background-color: #F6F7F2;
	border-right: 1px solid #120a79;
	border-bottom: 1px solid #120a79;
	text-align: center;
	cursor: default;
	padding:2px;
}

.TabBackground {
	border-left: 1px solid #120a79;
}

.ActiveTabVert{
	background-color: #eb9400;
	border-bottom: 1px solid #120a79;
	border-right: 1px solid #120a79;
	border-left: 1px solid #120a79;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	padding: 1px;
	cursor: default;
	padding:2px;

}

.TabVert {	
	background-color: #F6F7F2;
	border-bottom: 1px solid #120a79;
	border-right: 1px solid #120a79;
	border-left: 1px solid #120a79;
	padding: 1px;
	cursor: default;
	padding:2px;
}

.TabBackgroundVert {
	border:0;
}
/* End Table with tab links CSS */

.ErrorBox {
	padding: 5px;
	margin: 5px;
	font-family: Arial, Verdana, Chicago, helvetica, sans-serif; 
	font-size: 12px;
	background-color: #F6F7F2;
	border: 1px solid #666666;
}

.alert{
	padding: 5px;
	margin: 5px;
	font-family: Arial, Verdana, Chicago, helvetica, sans-serif; 
	font-size: 12px;
	background-color: #f1f1f1;
	border: 1px solid #666666;
}
.alert a {
	font-decoration: underline;
}

.alert td {
	padding: 5px;
}

/* Start standard Group-Office Table */
.go_table {
	font-family: Arial, Verdana, Chicago, helvetica, sans-serif; 
	font-size: 12px;
	color: #000;
	border: 0px;
	border-collapse: collapse;
	-moz-user-select:none;
	cursor: default;
	width:100%;
	margin-top:5px;
	white-space:nowrap;
}

.go_table th, .go_table th td {
	background-color: #120a79;
	font-size: 12px;
	padding:2px;
	padding-right:7px;	
	margin: 0px;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	text-align: left;
	border:0px;        
}


.go_table th a:link, .go_table th a:visited, .go_table th a:active {
	font-size: 12px;
	padding: 2px;
	font-weight: bold;
	color: #FFFFFF;
}
.go_table th a:hover{
	text-decoration: underline;
}

.go_table td {
	border: 0px;
	border-bottom: 1px solid #666666;	
	margin: 0px;
	padding-left: 0px;
	padding-right: 7px;
	padding-top:0px;
	padding-bottom:0px;
	vertical-align: top;
	white-space:nowrap;
}

.selectedRow{
	background-color: #96c0e4;
}

.navLinks{
	border: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;	
}

.navLinks td {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


.go_simple_table, tabtable go_simple_table {
	font-family: Arial, Verdana, Chicago, helvetica, sans-serif; 
	font-size: 12px;
	color: #000;
	border: 0px;
	border-collapse: collapse;
}

.go_simple_table th, tabtable go_simple_table th  {
        font-size: 12px;
		padding: 2px;
		margin: 0px;
        font-weight: bold;
        color: #000000;
        white-space: nowrap;
        text-align: left;        
        background-color: white;
        border:0px; 
}

.go_simple_table td, tabtable go_simple_table td {
	border: 0px;
	margin: 0px;
	padding: 2px;
	font-family: Arial, Verdana, Chicago, helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
}
/* End standard Group-Office Table */

.Error {
	font-size: 12px;
        color: red;
	font-weight: bold;
}
a.Error:link, a.Error:visited, a.Error:active{
	font-size: 12px;
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

.Success {
	font-size: 12px;
        color: #120a79;
	font-weight: bold;
}
.normal
{
	font-family: Arial, Verdana, Chicago, helvetica, sans-serif; 
	font-size: 12px;
        color: #000000;
}
a.normal:link, a.normal:visited, a.normal:active
{
	text-decoration: underline;
}
a.normal:hover {
    text-decoration:    none;
    color:  #FF9900;
}

.normal2 {
	font-family: Arial, Verdana, Chicago, helvetica, sans-serif; 
	font-size: 10px;
	color: #FFFFCC;
}

.blue
{
	color: blue;
}

a.blue:link, a.blue:visited, a.blue:active
{
	text-decoration: underline;
	color: #900;
}
a.blue:hover {
    text-decoration:    none;
    color:  red;
}
.textbox{
	font-family: Arial, Verdana, Chicago, helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #666666;
	border-bottom: 1px solid #f8f8f8;
	border-right: 1px solid #f8f8f8;
	background-color: #f1f1f1;
}

/*
.textbox[type=text][disabled]{
	background-color: #f1f1f1;
	border-style: solid;
	
        border-left-color: #cccccc;
	border-bottom-color: #cccccc;
        border-top-color: #cccccc;
	border-right-color: #cccccc;

        border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;

	font-family: Arial, Verdana, Chicago, helvetica, sans-serif; 
	font-size: 12px;
	color: #cccccc;
}
*/
.button{
	background-color: #eb9400;
	border-style: solid;
  border-color: #666666;
  border-width: 1px;
	font-family: Arial, Verdana, Chicago, helvetica, sans-serif; 
	font-size: 11px;
	color: #000;
	margin-top: 10px;
	margin-right:5px;
}

.button_mo{
background-color: #e6eff4 !important;
}

.button_fo{
	border:1px solid #e6eff4 !important;
}

.small{
        font-family: Arial, Verdana, Chicago, helvetica, sans-serif; 
        font-size: 10px;
        font-weight: italic;
		text-decoration: none;
}

a.small_underline, a.small_underline:visited, a.small_underline:active{
        font-family: Arial, Verdana, Chicago, helvetica, sans-serif; 
        font-size: 10px;	
	text-decoration: underline;
}

.count{
        font-family: Arial, Verdana, Chicago, helvetica, sans-serif; 
        font-size: 10px;
        font-weight: bold;
        color: blue;
}
.summary_icon {
	display: inline;
	font-size: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding-left: 5px;
	margin-right:5px;
	font-style: normal;
}

div.description {
	margin: 0px;
	margin-left: 10px;	
}

