/*
	eSchedule PRO Style Sheet
	Author: Randal Dumoret
	Copyright: 2005 Marcom Connect
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
	margin: 0;
	padding: 0;
	background: white;
	line-height: 24px;
}

table {
	font-family: Tahoma, Arial, Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	color: #707070;
	line-height: 16px;
}

h3 {
	font-size: 12px;
	margin: 4px 0;
	color: #DD6600;
}

hr {
	border: 1px dashed #B2B8C3;
	margin: 0;
	padding: 0;
	height: 1px;
	/*noshade: noshade;*/
}

/*
General Hyperlinks
*/

a, a:link, a:active, a:visited {
	color: #025E8F;
	text-decoration: none;
}

a:hover {
	color: #DD6600;
	text-decoration: none;
}

/*
Content Hierarchy
*/

#header {
	width: 100%;
	height: 115px;
	background: white;
	border-bottom: 1px dashed #C5C5C5;
}

#content {
	margin: 15px;
	padding: 0;
}

#content .date {
	width: 798px;
	text-align: left;
	margin: 10px 50px;
	font-weight: bold;
	color: #888;
}

#content td.top {
	background: #C0EA6E;
	font-weight: bold;
	color: black;
	text-align: left;
	padding: 3px 5px;
}

#content td.selected {
	background: #EAF9FD;
}

td.selected {
	background: #EAF9FD;
}

td.altselected {
	background: #D9EAEE;
}


td.noselected {
	background: #F7F7F7;
}

td.noaltselected {
	background: #F7F7F7;
}


#content td.altselected {
	background: #D9EAEE;
}

#content td {
	padding: 8px 12px;
	background: #F7F7F7;
}

#content td.alt {
	padding: 8px 12px;
	background: #EEE;
}

#content td.altrow {
	background: #EEE;
}

#content td.altrow2 {
	background: #E1E0E0;
}

#content td.img {
	background: #ffffff;
	text-align: center;
	border-top: none;
}

#content a.button, #content a.button:visited, #content a.button:active {
	font-size: 120%;
	padding: 3px;
	border-bottom: 1px dashed #025E8F;
}

#content a.button:hover {
	border-bottom: none;
}

#footer {
	border-top: 1px dashed #C5C5C5;
}

#footer td {
	text-align: left;
	font-size: smaller;
	height: 50px;
}

#footer td.right {
	text-align: right;
}

.main_degrade{
        margin: 0px;
        padding: 0px;
        background:#ffffff url(../images/gfx/degrade_main.JPG) no-repeat;
}

table.agenda tr th {
	padding:2px;
	padding-left:40px;
	margin-top:2px;
    background-image:url(../images/gfx/rmenu_list.PNG);
    background-repeat:repeat-x;
	background-position:center left;
	/*background-color: #C0EA6E;*/
	color: #000000;
	text-align:left;
	/*border-left: 1px solid #FFFFFF; */
}

table.agenda tr td {
	padding-left:40px;
	padding-top:10px;
	padding-bottom:10px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;

	text-align:left;
	/*background-color: #F7F7F7;*/
}

table.page-bottom-logo tr td {
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
}


.main_menu_degrade_bottom{
        margin: 0px;
        padding: 0px;
        background-image:url(../images/gfx/degrade_main_menu_bottom.png);
        background-repeat:repeat-x;
        background-position:bottom;
        background-color:#ffffff;
}

.tc-header  {
	font-size: 14pt;
	font-weight: bold;
}


.tc-title  {
	font-size: 12pt;
	font-weight: bold;
}

.tc-text {
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	font-size:8pt;
}

table.license {
	border: 2px solid #000000;
}