body {
	font: 70% Verdana, Helvetica, Arial, sans-serif;
	background: White;
	color: Black;
	margin: 0;
	padding: 0;
	/* These work in IE only, changes the look of the scrollbar + textareas	 
	scrollbar-base-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #EFEFEF;
	scrollbar-3dlight-color: #A6A6A6;
	scrollbar-shadow-color: #A6A6A6;
	scrollbar-arrow-color: #333333;
    */
}

table {
    font-size: 100%;
}

a {
	text-decoration: underline;
	color: #14270C;
	background-color: transparent;
	font : normal;
}

img {
    border: none;
}

p {
	margin: 0.5em 0em 1em 0em;
	text-align: justify;
	/*line-height: 1.5em;*/
}

p a {
    text-decoration: underline;
}

p a:visited {
	color: Black;
    background-color: transparent;
}

p a:active {
	color: Red;
    background-color: transparent;
}

p img {
    border: 0;
    margin: 0;
}


hr {
    clear: both;
    height: 1px;
    color: #CCCCCC;
    background-color: transparent;
}


h1, h2, h3, h4, h5, h6 {
    color: Black;
    clear: left;
    font: 100% Verdana, Helvetica, Arial, sans-serif;
    margin: 0;
    padding-top: 1em;
 /*   border-bottom: 1px solid #A6A6A6;*/
}

h1 {
    font-size: 125%;
	font-weight: bold;
}

h2 {
    font-size: 100%;
	font-weight: bold;
}

h3 {
    font-size: 100%;
	font-weight: normal;
}

h4 {
    font-size: 80%;
	font-weight: bold;
}

h5 {
    font-size: 80%;
}

h6 {
    font-size: 60%;
}

ul { 
    line-height: 1.5em;
    list-style-image: "bullet.gif"; 
    margin-left: 1em;
    padding:0;
}

ol {
    line-height: 1.5em;
    margin-left: 2em;
    padding:0;
}

ul a, ol a {
    text-decoration: underline;
}

dl {
}

dt {
    font-weight: bold;    
}

dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}


fieldset {
    border: 1px solid #CCCCCC;
    margin: 2em 0em 1em 0em;
    padding: 1em 0em;
}

legend {
    background: White;
    padding: 0.5em;
}


form {
    border: none;
    margin: 0;
}

textarea {
    border: 1px solid #CCCCCC;  
    color: Black;
    background-color: white;
    padding: 0.1em;
}

input {
	border: 1px solid #CCCCCC;
	color: Black;
	background-color: white;
	vertical-align: middle;
	margin-bottom: 1px;
	/* IE bug fix */
	padding: 0.1em;
}

select {
    border: 1px solid #CCCCCC;  
    vertical-align: top;
}

.netscape4 {
    display: none;
}

div.document {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0px 0px 0px 0px;
}

div.editableDocument {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  margin: 0em 0em 0em 0em;
  padding: 0px 5px 10px 0px;
}

div.documentActions {
  float: right; 
  margin-top: 1em;
}

div.message {
  background: #B30000;
  border: 1px solid WHITE;
  color: WHITE;
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  margin: 5px 0px 5px 5px;
  padding: 2px 5px 2px 2px;
  vertical-align: middle;
}

div.message a {
	color: Black;
  text-decoration: underline;
}



div.title {
    margin-top: 1em;
}

.description {
    /* The summary text describing the document */
    font: bold 100% Verdana, Helvetica, Arial, sans-serif;
    display: block;
    margin: 1.5em 0em;
    line-height: 1.5em;
}

/*
** Widgets
*/
input.context {
    background: #CCCCCC;
    color: Black;
    border: 1px solid #666666;
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 1px 1px 1px 1px;
    text-transform: lowercase;
}
input.goToButton {
    background: #CCCCCC;
    color: Black;
    border: 1px solid #666666;
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 1px 1px 1px 1px;
    text-transform: lowercase;
}

input.noborder {
    border: none;
    margin: 0;
    background-color: transparent;
}

div.row {
    clear: both;
    min-height: 4em;
    margin: 0em 0em 1em 0em;
    position: relative;
}

.group {
    border: 1px solid #808080;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em;
}
span.legend {
  font-size: 9px; 
  color: #999999;
	padding: 0px 0px 0px 5px;
}

div.label {
    font-weight: bold;
    display: inline;
    padding-right: 0.5em;
}

div.field {
    margin-top: 0.2em;
}

.error {
    /* Class for error indication in forms */
    background: #B30000;
    border: 1px solid WHITE;
    padding: 1em;
    margin: 0;
    /*width: 68% !important;*/
}

.required {
    /* Used in addition to class "label" on required elements */
    background:  url(http://localhost/intra01/Intra01/required.gif) right no-repeat;
}

span.card {
    background: #CCCCCC;
    border-color: #A6A6A6;
    border-width: 1px;
    border-style: solid;
    float: left;
    margin: 1em;
    padding: 1em;
    text-align: center;
    width: 15%;
}

table.listing {
    /* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
    border-collapse: collapse;
    border-left: 1px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
    font-size: 80%;
    margin: 1em 0em 1em 0em;
    clear: both;
}

table.listing th {
    background: #CCCCCC;
    border-top: 1px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
    border-right: 1px solid #A6A6A6;
    color: Black;
    font-weight: normal;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    white-space: nowrap;
}

table.listing td.top {
    border-left: 1px solid White;
    border-top: 1px solid White ! important;
    border-right: 1px solid White ! important;
    text-align: right ! important;
    padding: 0em 0em 1em 0em;
    /* insane IE row bug workaround */
    position: relative;
    left: -1px;
    top: -1px;
}

table.listing tr.odd {
    /*every second line should be shaded */
    background: transparent;
}

table.listing tr.even {
    background: #EFEFEF;
}

table.listing td {
    border-right: 1px solid #A6A6A6;
    padding: 0em 1em;
    text-align: left;
}

table.listing a:hover {
    text-decoration: underline;
}

table.listing img {
	vertical-align: middle;
}


table.box {
    background: transparent;
    border-collapse: collapse;
    border-bottom: 1px solid White;
    margin: 1em 0em 0em 0em;
}

table.box th {
    background: #CCCCCC;
    border-top: 1px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
    border-right: 1px solid #A6A6A6;
    color: Black;
    font-weight: normal;
    padding: 0em 1em;
    text-align: left;
    text-transform: lowercase;
}

table.box th.empty {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #A6A6A6;
}

table.box tr.odd {
    background: #EFEFEF;
}

table.box tr.even {
    background-color: #E8E8E8;
}

table.box td {
    border-right: 1px solid #A6A6A6;
    padding: 1em;
}

table.box img{
	vertical-align: middle;
}

div.box {
	background: #FFFFFF;
	border-top : 1px solid #EFEFEF;
	border-bottom : 1px solid White;
	border-left : 1px solid White;
	border-right : 1px solid White;

}

*/

.boxDetails {
    text-align: right;
}

.boxTitle {
	color: White;
	padding: 0em 190px 0em 0em;
	font-weight : bold;
	margin: 0em 0em 2em 0em;
}

div.box .content {
    padding: 1em;
}

div.box a.close {
    float: right;
    text-transform: none;
    padding: 0em 0.2em;
}

div.box h1, 
div.box h2, 
div.box h3, 
div.box h4, 
div.box h5, 
div.box h6 {
    margin: 0;
}

.subtitle {
  color: #C0C0C0;
  font-style: italic;
}

.newsdate {
  color: #979797;
  font-style: italic;
}

div.spacer {
	margin: 1em;
}

.private {
    color: Black;
}

.published {
    color: #74AE0B;
}

.publicCompany {
    color: #74AE0B;
}

.publicDivision {
    color: #74AE0B;
}

.pending {
    color: #FFA500;
}

.inWork {
    color: RED;
}

.syndicated {
    color: #008000;
}

.expired {
    color: Red;
}

.even {
    background-color: #E8E8E8;
}

.odd {
    background-color: #EFEFEF;
}

.highlight {
    background-color: #EFEFEF;
}

div.listingBar {
    background: #CCCCCC;
    border-color: #A6A6A6;
    border-style: solid;
    border-width: 1px;
    padding: 0em 1em;
    text-align: center;
    text-transform: lowercase;
    clear: both;
    vertical-align: top;
    margin: 1em 0em;
}

div.listingBar span.previous {
    text-align: left;
    float: left;
}

div.listingBar span.next {
    text-align: right;
    float: right;
}

div listingBar img {
	vertical-align: middle;
}

/*
** Structural Elements
*/
div.mainTitle {
	padding: 15px 20px 0px 5px;
}
div.mainHeader {
	padding: 5px 20px 5px 20px;
}
div.mainContent {
  padding: 5px 20px 15px 20px;
}

div.mainFooter {
	font-size: 8pt;
  padding: 0px 20px 5px 20px;
}
div.mainFooter a {
	color: BLACK;
	font-weight: normal;
	text-decoration: underline;
}

.tabSpace{
  padding: 0px 10px 0px 10px;	
}

.whiteFatLink {
  font-weight: bold;
  text-decoration : none;
  color : White;
  white-space: nowrap;
}

.whiteFatLink:hover{
	text-decoration : underline;
}
.grayFatLink {
  font-size: 100%;
  font-weight: bold;
  color : #979797;
  text-decoration : none;
  white-space: nowrap;
}
.graySmallLink {
  font-size: 100%;
  font-weight: normal;
  color : #979797;
  text-decoration : none;
}
.blackFatLink {
  font-size: 100%;
  font-weight: bold;
  color : BLACK;
  text-decoration : none;
  white-space: nowrap;
}
.blackFatLink:hover{
  text-decoration : underline;
}

.blackSmallLink {
  font-size: 90%;
  font-weight: normal;
  text-decoration : none;
  color : BLACK;
  white-space: nowrap;
}
.blackSmallLink:hover{
  text-decoration : underline;
}


div.leftSlot {
	height: 100%;
  border-right: 1px solid WHITE;
  border-left: 1px solid WHITE;
}

div.rightSlot {
	height: 100%;
  border-right: 1px solid WHITE;
  border-left: 1px solid WHITE;
}

div.i01BoxTitleLeft {
	width: 200px;
	height: 25px;
  background: #C0C0C0;
  color: WHITE;
	font-weight : normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;		
}
div.i01BoxTitleText {
	padding: 5px 0px 0px 5px;		
}
div.i01BoxTitleText a {
	color: White;
	font-weight : normal;
  text-decoration: underline;		
}
div.i01BoxBodyLeft {
  width: 195px;
  color: BLACK;
	font-weight : normal;
	padding: 0px 0px 0px 5px;
}
div.i01BoxBodyLeft a {
	color: White;
	font-weight : normal;
  text-decoration: underline;
}

div.i01BoxTitleRight {
	width: 170px;
	height: 25;
  background: #C0C0C0;
	color: WHITE;
	font-weight : normal;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;		
}
div.i01BoxTitleRight a {
  color: WHITE;
	font-weight : normal;
  text-decoration: underline;
}
div.i01BoxBodyRight {
  width: 165px;
  color: #333333;
	font-weight : normal;
	margin: 0px 0px 0px 5px;
}
div.i01BoxBodyRight a {
  color: BLACK;
	font-weight : normal;
  text-decoration: underline;
}

div.i01InfoTitle {
	width: 202px;
	height: 25px;
  background: #C0C0C0;
  color: WHITE;
	font-weight : normal;
  border-right: 1px solid WHITE;
  border-bottom: 1px solid WHITE;
  border-left: 1px solid WHITE;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;		
}
/*
** naviTree
*/
div.navigationBox {
	height: 100%;
}
.naviLink a { 
  font-size: 8pt;
  font-weight : normal;
  text-decoration: none;
  cursor: hand;
  color: BLACK;
}
.naviLink a:link {
  font-weight : normal;
  text-decoration: none;
  cursor: hand;
  color: BLACK;
}
.naviLink a:visited {
  font-weight : normal;
  text-decoration: none;
  cursor: hand;
  color: BLACK;
}
.naviLink a:hover {
  text-decoration: none;
  color: #818181;
}
.naviLinkActive a {
  font-size: 8pt;
  font-weight : bold;
  text-decoration: none;
  cursor: hand;
  color: #818181;
}
.naviLinkActive a:hover {
  text-decoration: none;
  color: #818181;
}

/*
** locationSlot.pt
*/
div.locationSlot {
	border : 1px solid White;
	text-transform: lowercase;
	background-color : #CCCCCC;
	padding-top : 2px;
	padding-bottom : 2px;
}

/*
** editSlot.pt
*/
div.editSlot {
}
table.editSlotTable {
}
table.editSlotTable td{
	white-space: nowrap;
	padding: 4px 20px 2px 0px; 
}
form.editSlot input {
  border: 0px;
  background-color: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.editAction {
	padding: 0px 0px 0px 0px;
}
form.editSlot img {
  border: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/*
** OK Calendar elements - used in the calendar rendering 
*/
table.calendarBoxTitle {
	width: 170px;
	height: 25;
  background: #D4D4D4;
	font-weight : normal;
  border-top: 1px solid WHITE;
  border-bottom: 1px solid WHITE;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;		
}
table.calendarBoxTitle a {
	text-decoration: none;
	color: WHITE;
}
table.calendarBoxTitle th {
	font-weight: normal;
	color: WHITE;
}
div.popupday {
  background-color: #CCCCCC;
  border: 1px solid Black;
	font-size: 8pt;
  padding: 2px;
  position: absolute;
  visibility: hidden;
  width: 12em;
  z-index: 2;
}
div.poupdate {
  font-weight: bold;
  color: BLACK;
}
div.appointment{
  color: BLACK;
}
table.calendar {
  width: 150px;
	height: 25;
  margin: 0px 0px 0px 10px;
  text-align: right;
}
table.calendar a {
  text-decoration: none;
  color: #333333;
}
table.calendar a:hover {
  text-decoration: none;
}
table.calendar th {
	height: 25;
  color: #333333;
  font-weight: normal;
  text-align: center;
}
table.calendar td {
  width: 10px;
  padding: 2px;
}
table.calendar td.weekdays {
  color: #333333;
  text-align: center;
}
table.calendar td.event {
  color: #333333;
  background-color: #C0C0C0;
  font-weight: bold;
}
table.calendar td.noevent {
  color: #333333;
  background-color: transparent;
}
table.calendar td.todayevent {
  color: #333333;
  background-color: #C0C0C0;
  border: 2px solid #B30000;
  font-weight: bold;
}
table.calendar td.todaynoevent {
  color: #333333;
  border-collapse: collapse;
  border: 2px solid #B30000;
}

/*
** End Structural Elements
*/
