﻿.mytable { 
    padding: 0; 
    margin: 0; 
    border-collapse: collapse
} 

.mytable caption
{
	padding: 0 0 5px 0;
	font: italic 11px "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
} 
.mytable .tabletitle
{
	font: bold 11px "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}
.mytable th { 
    font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
    color: #4f6b72; 
    border-right: 1px solid #C1DAD7; 
    border-bottom: 1px solid #C1DAD7; 
    border-top: 1px solid #C1DAD7; 
    letter-spacing: 2px; 
    text-transform: uppercase; 
    text-align: left; 
    padding: 6px 6px 6px 12px; 
    background: #CAE8EA url(images/bg_header.jpg) no-repeat;
    word-break: keep-all;
	word-wrap: normal;
	white-space:nowrap
} 

.mytable th.nobg { 
    border-top: 0; 
    border-left: 0; 
    border-right: 1px solid #C1DAD7; 
    background: none; 
} 

.mytable td
{
	background-position: #fff;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	font-size: 12px;
	padding: 3px 2px 3px 2px;
	color: #4f6b72;
	word-break: keep-all;
	word-wrap: normal;
	white-space:nowrap
} 


.mytable tr.alt td { 
    background: #F5FAFA; 
    color: #797268; 
} 

.mytable th.spec { 
    border-left: 1px solid #C1DAD7; 
    border-top: 0; 
    background: #fff url(images/bullet1.gif) no-repeat;
    font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
} 

.mytable th.specalt { 
    border-left: 1px solid #C1DAD7; 
    border-top: 0; 
    background: #f5fafa url(images/bullet2.gif) no-repeat;
    font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
    color: #797268; 
} 
.mytable A:link
{
	border-bottom: #ffbac8 1px dotted;
	color: #d42945;
	text-decoration: none;
}
.mytable A:visited
{
	border-bottom: medium none;
	color: #d42945;
	text-decoration: none;
}
.mytable A:hover
{
	border-bottom: #f03b58 1px solid;
	color: #f03b58;
	text-decoration: none;
}
.mytable A:focus
{
	border-bottom: #f03b58 1px solid;
	color: #f03b58;
	text-decoration: none;
}
.mytable A
{
	border-bottom: medium none;
	border-left: medium none;
	border-top: medium none;
	border-right: medium none;
}
.mytable A:link
{
	border-bottom: medium none;
	border-left: medium none;
	border-top: medium none;
	border-right: medium none;
}
.mytable A:visited
{
	border-bottom: medium none;
	border-left: medium none;
	border-top: medium none;
	border-right: medium none;
}
.mytable IMG
{
	border-bottom: 0px;
	border-left: 0px;
	margin-top: 0.5em;
	border-top: 0px;
	border-right: 0px;
}
.mytable .date
{
	color: #C0C0C0;
	font-weight: bold;
}
.PageStyle
{
	padding: 5px;
	background-position: url(images/background.gif) #e6f2fe no-repeat;
	margin: 10px 3px 3px 3px;
	text-align: center;
	background: url(images/background.gif) #e6f2fe no-repeat;
}
.PageStyle A
{
    border-right: #9aafe5 1px solid;
    padding-right: 5px;
    border-top: #9aafe5 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    border-left: #9aafe5 1px solid;
    color: #2e6ab1;
    margin-right: 1px;
    padding-top: 2px;
    border-bottom: #9aafe5 1px solid;
    text-decoration: none;
}
.PageStyle A:hover
{
    border-right: #2b66a5 1px solid;
    border-top: #2b66a5 1px solid;
    border-left: #2b66a5 1px solid;
    color: #000;
    border-bottom: #2b66a5 1px solid;
    background-color: lightyellow;
}
.PageStyle A:active
{
    border-right: #2b66a5 1px solid;
    border-top: #2b66a5 1px solid;
    border-left: #2b66a5 1px solid;
    color: #000;
    border-bottom: #2b66a5 1px solid;
    background-color: lightyellow;
}
