/* Inspired from Trac CSS */
body {
 background: #fff;
 color: #000;
 margin: 8px;
}
body, th, td {
 font: normal 12px verdana,arial,'Bitstream Vera Sans',helvetica,sans-serif;
}
h1, h2, h3, h4 {
 font-family: arial,verdana,'Bitstream Vera Sans',helvetica,sans-serif;
 font-weight: bold;
 letter-spacing: -0.018em;
}
h1 { font-size: 16px; margin: .15em 1em 0 0; padding-bottom: 3px; color: #b00;}
h2 { font-size: 14px; color: #b00; }
h3 { font-size: 12px; color: #b00; }
hr { border: none;  border-top: 1px solid #ccb; margin: 2em 0 }
address { font-style: normal }
img { border: none }

.underline { text-decoration: underline; }
ol.loweralpha { list-style-type: lower-alpha }
ol.upperalpha { list-style-type: upper-alpha }
ol.lowerroman { list-style-type: lower-roman }
ol.upperroman { list-style-type: upper-roman }
ol.arabic     { list-style-type: decimal }

/* Link styles */
:link, :visited {
 text-decoration: none;
 color: #b00;
 border-bottom: 1px dotted #bbb;
}
:link:hover, :visited:hover {
 background-color: #eee;
 color: #555;
}
h1 :link, h1 :visited ,h2 :link, h2 :visited, h3 :link, h3 :visited,
h4 :link, h4 :visited, h5 :link, h5 :visited, h6 :link, h6 :visited {
 color: inherit;
}

.ext-link { background: url(../images/extlink.gif) no-repeat 0 58%; padding-left: 16px }

/* Forms */
input, textarea, select { margin: 2px; font-size: 12px; }
input, select { vertical-align: middle }
input[type=submit], input[type=reset] {
 background: #eee;
 color: #222;
 border: 1px outset #ccc;
 padding: .1em .5em;
}
input[type=submit]:hover, input[type=reset]:hover { background: #ccb }
input[type=text], input[type=password], input.textwidget, textarea {
 background: #fff;
 color: #000;
 border: 1px solid #d7d7d7;
}
input[type=text], input[type=password], input.textwidget { padding: .25em .5em }
input[type=text]:focus, input[type=password]:focus, textarea:focus { border: 1px solid #886 }
input[disabled] {background: #f9f9f9;}
input[readOnly] {background: #f9f9f9;}
select[disabled] {background: #f9f9f9;}
select[readOnly] {background: #f9f9f9;}
option { border-bottom: 1px dotted #d7d7d7 }
fieldset { border: 1px solid #d7d7d7; padding: .5em; margin: 0 }
legend { color: #b00; padding: 0 .25em; font-size: 90%; font-weight: bold }
label.disabled { color: #d7d7d7 }
.buttons { margin: .5em .5em .5em 0 }
.buttons form, .buttons form div { display: inline }
.buttons input { margin: 1em .5em .1em 0 }

/* Header */
#header hr { display: none }
#header img { border: none; margin: 0 0 -3em }
#header :link, #header :visited, #header :link:hover, #header :visited:hover {
 background: transparent;
 margin-bottom: 2px;
 border: none;
}

#unsaved {
 position: relative;
 /*bottom: 4em;*/
 margin: 0 0 -2.5em;
 text-align: right;
 font-size: 10px;
}

/* Quick search */
#search {
 clear: both;
 font-size: 10px;
 height: 2.2em;
 margin: 0 0 1em;
 text-align: right;
 margin-top:40px;
}
#search input { font-size: 10px;height:14px; }
#search label { display: none }

/* Navigation */
.nav h2, .nav hr { display: none }
.nav ul { font-size: 10px; list-style: none; margin: 0; text-align: right }
.nav li {
 border-right: 1px solid #d7d7d7;
 display: inline;
 padding: 0 .75em;
 white-space: nowrap;
}
.nav li.last { border-right: none }

.nav a.selected {
 color: black;
 font-weight: bolder;
}

/* Main navigation bar */
#mainnav {
 background: #f7f7f7 url(../images/topbar_gradient.png) 0 0;
 border: 1px solid #000;
 font: normal 10px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
 margin: .66em 0 .33em;
 padding: .2em 0;
}
#mainnav li { border-right: none; padding: .25em 0 }
#mainnav :link, #mainnav :visited {
 background: url(../images/dots.gif) 0 0 no-repeat;
 /*border-right: 1px solid #fff;*/
 border-bottom: none;
 border-left: 1px solid #555;
 color: #000;
 padding: .2em 20px;
 display:block;
}

* html #mainnav :link, * html #mainnav :visited { background-position: 1px 0 }

#mainnav :link:hover, #mainnav :visited:hover {
 background-color: #ccc;
/* border-right: 1px solid #ddd;*/
}

#mainnav .x-btn-pressed:link, #mainnav .x-btn-pressed:visited {
 background: #333 url(../images/topbar_gradient2.png) 0 0 repeat-x;
 border-top: none;
 border-right: 1px solid #000;
 color: #eee;
 font-weight: bold;
}
#mainnav .x-btn-pressed:link:hover, #mainnav .x-btn-pressed:visited:hover {
 border-right: 1px solid #000;
}

#mainnav :link:hover, #mainnav :visited:hover {
 background-color: #ccc;
/* border-right: 1px solid #ddd;*/
}
#mainnav .x-btn-pressed {
 background: #333 url(../images/topbar_gradient2.png) 1px 0 repeat-x;
 border-top: none;
 border-right: 1px solid #000;
 color: #fff;
 font-weight: bold;
}

#mainnav .x-btn-pressed a {
 color: #fff;
 font-weight: bold;
 }

#mainnav .x-btn-pressed a:link:hover, #mainnav .x-btn-pressed a:visited:hover {
 background: none;
}

.x-btn-over {
}


/* Context-dependent navigation links */
/*#ctxtnav { height: 1em }*/
#ctxtnav li ul {
 background: #f7f7f7;
 color: #ccc;
 border: 1px solid;
 padding: 0;
 display: inline;
 margin: 0;
}
#ctxtnav li li { padding: 0; }
#ctxtnav li li :link, #ctxtnav li li :visited { padding: 0 1em }
#ctxtnav li li :link:hover, #ctxtnav li li :visited:hover {
 background: #bba;
 color: #fff;
}

/* Alternate links */
#altlinks { clear: both; text-align: center }
#altlinks h3 { font-size: 12px; letter-spacing: normal; margin: 0 }
#altlinks ul { list-style: none; margin: 0; padding: 0 0 1em }
#altlinks li {
 border-right: 1px solid #d7d7d7;
 display: inline;
 font-size: 11px;
 line-height: 16px;
 padding: 0 1em;
 white-space: nowrap;
}
#altlinks li.last { border-right: none }
#altlinks li :link, #altlinks li :visited {
 background-position: 0 -1px;
 background-repeat: no-repeat;
 border: none;
}
#altlinks li a.ics { background-image: url(../images/ics.png); padding-left: 22px }

/* Footer */
#footer {
  clear: both;
  color: #bbb;
  font-size: 10px;
  border-top: 1px solid;
  height: 31px;
  padding: .25em 0;
  width:960px;
  margin:0 auto;
}
#footer :link, #footer :visited { color: #bbb; }
#footer hr { display: none }
#footer #TsolLogo { border: 0; float: left }
#footer #TsolLogo:hover { background: transparent }
#footer p { margin: 0 }
#footer p.left {
  float: left;
  margin-left: 1em;
  padding: 5px 1em;
  height: 14px;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
#footer p.right {
  float: right;
  text-align: right;
}

#content { padding-bottom: 2em; position: relative; min-height: 380px; }

#help {
 clear: both;
 color: #999;
 font-size: 90%;
 margin: 1em;
 text-align: right;
}
#help :link, #help :visited { cursor: help }
#help hr { display: none }

/* Page preferences form */
#prefs {
 background: #f7f7f0;
 border: 1px outset #998;
 float: right;
 font-size: 9px;
 padding: .8em;
 position: relative;
 margin: 0 1em 1em;
}
#prefs input, #prefs select { font-size: 9px; vertical-align: middle }
#prefs fieldset { border: none; margin: .5em; padding: 0 }
#prefs fieldset legend {
 background: transparent;
 color: #000;
 font-size: 9px;
 font-weight: normal;
 margin: 0 0 0 -1.5em;
 padding: 0;
}
#prefs .buttons { text-align: right }

/* Wiki */
a.missing:link,a.missing:visited { background: #fafaf0; color: #998 }
a.missing:hover { color: #000; }

#content.wiki { line-height: 140% }
.wikitoolbar {
 border: solid #d7d7d7;
 border-width: 1px 1px 1px 0;
 float: left;
 height: 18px;
}
.wikitoolbar :link, .wikitoolbar :visited {
 background: transparent url(../images/edit_toolbar.png) no-repeat;
 border: 1px solid #fff;
 border-left-color: #d7d7d7;
 cursor: default;
 display: block;
 float: left;
 width: 24px;
 height: 16px;
}
.wikitoolbar :link:hover, .wikitoolbar :visited:hover {
 background-color: transparent;
 border: 1px solid #fb2;
}
.wikitoolbar a#em { background-position: 0 0 }
.wikitoolbar a#strong { background-position: 0 -16px }
.wikitoolbar a#heading { background-position: 0 -32px }
.wikitoolbar a#link { background-position: 0 -48px }
.wikitoolbar a#code { background-position: 0 -64px }
.wikitoolbar a#hr { background-position: 0 -80px }

/* Styles for the form for adding attachments. */
#attachment .field { margin-top: 1.3em }
#attachment label { padding-left: .2em }
#attachment fieldset { margin-top: 2em }
#attachment fieldset .field { float: left; margin: 0 1em .5em 0 }
#attachment br { clear: left }

/* Styles for tabular listings such as those used for displaying directory
   contents and report results. */
table.listing {
 clear: both;
 border-bottom: 1px solid #d7d7d7;
 border-collapse: collapse;
 border-spacing: 0;
 margin-top: 1em;
}
table.listing th { text-align: left; padding: 0 1em .1em 0; font-size: 12px }
table.listing thead { background: #f7f7f0 }
table.listing thead th {
 border: 1px solid #d7d7d7;
 border-bottom-color: #999;
 font-size: 11px;
 font-weight: bold;
 padding: 2px .5em;
 vertical-align: bottom;
}
table.listing tbody th {
    font-style: italic;
    text-align: right;
}

table.listing thead th :link:hover, table.listing thead th :visited:hover {
 background-color: transparent;
}
table.listing thead th a { border: none; padding-right: 12px }
table.listing th.asc a, table.listing th.desc a { font-weight: bold }
table.listing th.asc a, table.listing th.desc a {
 background-position: 100% 50%;
 background-repeat: no-repeat;
}
table.listing th.asc a { background-image: url(../images/asc.png) }
table.listing th.desc a { background-image: url(../images/desc.png) }
table.listing tbody td, table.listing tbody th {
 border: 1px dotted #ddd;
 padding: .33em .5em;
 vertical-align: top;
}
table.listing tbody td a:hover, table.listing tbody th a:hover {
 background-color: transparent;
}
table.listing tbody tr { border-top: 1px solid #ddd }
table.listing tbody tr.even { background-color: #fcfcfc }
table.listing tbody tr.odd { background-color: #f7f7f7 }
table.listing tbody tr.totals { background-color: #f7f7f0 }
table.listing tbody tr.totals td, table.listing tbody tr.totals th { border-bottom: 1px gray solid;}
table.listing tbody tr:hover { background: #eed !important }
table.listing tbody tr.individual-highlight {background: white;}
table.listing tbody tr.individual-highlight td {background: white;}
table.listing tbody tr.individual-highlight td.grayed {background: #ccc;}
table.listing tbody tr.individual-highlight td:hover {background: #eed;}
table.listing tbody tr.no-highlight td { border: none; vertical-align: middle;}
table.listing tbody tr.no-highlight th { border: none; vertical-align: middle;}
tr.smaller td, tr.smaller th, td.smaller, th.smaller {
    font-size: smaller;
}

table.report-header thead th {
    font-size: 13px;
}

table.report-header tbody td {
    white-space: nowrap;
}

table.report-header tbody td.label {
    text-align: right;
    font-style: italic;
}

.wikipage p { margin-left: 1em }
pre.wiki, pre.literal-block {
 background: #f7f7f7;
 border: 1px solid #d7d7d7;
 margin: 1em 1.75em;
 padding: .25em;
 overflow: auto;
}
table.wiki {
 border: 2px solid #ccc;
 border-collapse: collapse;
 border-spacing: 0;
}
table.wiki td { border: 1px solid #ccc;  padding: .1em .25em; }

/* Styles for the error page (and rst errors) */
#content.error .message, div.system-message {
 background: #fdc;
 border: 2px solid #d00;
 color: #500;
 padding: .5em;
 margin: 1em 0;
}
#content.error pre, div.system-message pre { margin-left: 1em; overflow: auto }
div.system-message p { margin: 0; }
div.system-message p.system-message-title { font-weight: bold; }

/* Styles for search word highlighting */
@media screen {
 .searchword0 { background: #ff9 }
 .searchword1 { background: #cfc }
 .searchword2 { background: #cff }
 .searchword3 { background: #ccf }
 .searchword4 { background: #fcf }
}

@media print {
 #header, #altlinks, #footer { display: none }
 .nav, form, .buttons form { display: none }
}

/* booking summary */
div.booking-summary {
    width: 100%;
    font-size: 10px;
}

table.summary {
 clear: both;
 border-bottom: 1px solid #d7d7d7;
 border-collapse: collapse;
 border-spacing: 0px;
 margin-top: 1em;
}
table.summary th { text-align: left; padding: 0 1px 1px 0; font-size: 10px }
table.summary thead { background: #f7f7f0 }
table.summary thead th {
 border: 1px solid #d7d7d7;
 border-bottom-color: #999;
 font-size: 10px;
 font-weight: bold;
 padding: 2px 2px;
 vertical-align: bottom;
}
table.summary thead th :link:hover, table.summary thead th :visited:hover {
 background-color: transparent;
}
table.summary thead th a { border: none; padding-right: 1px }
table.summary th.asc a, table.summary th.desc a { font-weight: bold }

table.summary tbody td, table.summary tbody th {
 border: 1px dotted #ddd;
 padding: 1px 1px;
 font-size: 10px;
 vertical-align: top;
}
table.summary tbody td a:hover, table.listing tbody th a:hover {
 background-color: transparent;
}
table.summary tbody tr { border-top: 1px solid #ddd }
table.summary tbody tr.even { background-color: #fcfcfc }
table.summary tbody tr.odd { background-color: #f7f7f7 }
table.summary tbody tr:hover { background: #eed !important }

table.organizer {
    text-align: left;
    border-collapse: collapse;
    padding: 2px;
}
table.organizer tr:hover {background: #eed;}
table.organizer tr.individual-highlight td {background: white;}
table.organizer tr.individual-highlight td:hover {background: #eed;}

table.organizer tr td {
    padding: 2px;
}
table.organizer tr td.label, table.organizer tr th {
    font-weight: normal;
    font-style: italic;
    text-align: right;
}
div.errors {
    font-size: 9px;
	width:90%;
	margin:0 auto;
	color:red;
}

ul.sitemap {list-style: disc;}
li.sitemap {
 font-size: 11px;
 font-weight: normal;
 font-style:italic;
 padding-top: 5px;
}
a.sitemap{
    color: inherit;
}

/* css addon */

#wrap {
	margin:0 auto;
}

#mainDiv {
	width:1100px;
	margin: 0 auto;
}

#mainnav {
	padding:0px;
}

#mainnav a {
	font-style:normal;
	font-family: verdana, arial, sans-serif;
	font-size:10px;
}

#mainnav #xTbl {
	border-spacing:0px;
	border-collapse:collapse;
	margin:0 0 0 auto;
}

#mainnav #xTbl td {
	padding:0px;
}

#ulTab li {
	display:inline;
}

#ulTab em {
	font-style:normal;
}

#ulTab em a {
	font-style:normal;
}

.xTabActive .xTabText {
	font-weight:bold;
	color:#000;
}

.xBtn td {
	padding-bottom:2px;
}

.xBtn a, .xBtn em {
	display:block;
}


#search-proj-div {
	position:relative;
}

img#search-img-icon {
	background:transparent url(../images/gray_theme/search-trigger.gif) no-repeat scroll 0 0;
	border-bottom:1px solid #B5B8C8;
	cursor:pointer;
	height:19px;
	position:static;
	text-indent:-9999px;
	top:auto;
	vertical-align:top;
	width:17px;
}

img#search-img-icon:hover {
	background-position:-17px 0;
}

#proj-search {
	margin:0;
}

/* calendar css */

	.ECALcpYearNavigation,
	.ECALcpMonthNavigation
			{
			background-color:#6f6f6f;
			text-align:center;
			vertical-align:middle;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
			}
	.ECALcpDayColumnHeader,
	.ECALcpYearNavigation,
	.ECALcpMonthNavigation,
	.ECALcpCurrentMonthDate,
	.ECALcpCurrentMonthDateDisabled,
	.ECALcpOtherMonthDate,
	.ECALcpOtherMonthDateDisabled,
	.ECALcpCurrentDate,
	.ECALcpCurrentDateDisabled,
	.ECALcpTodayText,
	.ECALcpTodayTextDisabled,
	.ECALcpText
			{
			text-decoration: none;
			font-family: Verdana;
			font-size:8pt;
			}
	TD.ECALcpDayColumnHeader
			{
			text-align:right;
			border: none;
			border-bottom:solid thin #bb0000;
			}
	.ECALcpCurrentMonthDate,
	.ECALcpOtherMonthDate,
	.ECALcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.ECALcpCurrentMonthDateDisabled,
	.ECALcpOtherMonthDateDisabled,
	.ECALcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.ECALcpCurrentMonthDate
			{
			color:#bb0000;
			}
	.ECALcpCurrentDate
			{
			color: #FFFFFF;
			}
	.ECALcpOtherMonthDate
			{
			color:#808080;
			}
	TD.ECALcpCurrentDate
			{
			color:#FFFFFF;
			background-color: #6f6f6f;
			border:solid 1px #000000;
			}
	TD.ECALcpCurrentDateDisabled
			{
			border:solid 1px #FFAAAA;
			}
	TD.ECALcpTodayText,
	TD.ECALcpTodayTextDisabled
			{
			border: none;
			}
	A.ECALcpTodayText,
	SPAN.ECALcpTodayTextDisabled
			{
			text-decoration: none;
			height:20px;
			}
	A.ECALcpTodayText
			{
			text-decoration: none;
			color:#bb0000;
			}
	SPAN.ECALcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.ECALcpBorder
			{
			border:solid thin #6f6f6f;
			}


/* calendar css */

/* eggtimer */

#tinybox {position:absolute; display:none; padding:10px; background:#fff url(images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000;
          -moz-box-shadow:2px 2px 25px #535353;
          -moz-border-radius:10px;
		  -webkit-box-shadow:2px 2px 25px #535353;
		  -webkit-border-radius:10px;		  
}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}

/* end eggtimer */
