table.main
{
    /* font-family : Trebuchet MS;*/
    font-family : Arial;
    font-size : 12px;
    background-color : #ccc;
    border : 1px solid #CCC;
}
input[type="text"].date
{
    border : 1px solid #666;
    width : 7em;
}
tr.even
{
    background-color : #FFF;
}
tr.odd
{
    background-color : #EDEDED;
}
table.tabs
{
    background-color : #FFF;
    border : 0px;
    font-family : Arial;
    font-size : 10pt;
}
table.tabs th a, table.tabs th a:visited
{
    color : #FFF;
    text-decoration : none;
}
table.tabs th a:hover
{
    color : #666;
}
#divinstructions
{
    padding : 6px;
    background-color : #FFFFCC;
    font-size : 12px;
    font-family : Arial;
    width : 80%;
    margin-left : 50px;
    margin-bottom : 20px;
}
#divinstructions li
{
    background:transparent url(../img/arrow.gif) no-repeat scroll 4px 6px;
    font-size:11px;
    margin-bottom:5px;
    padding-left:16px;
}
ul
{
    line-height:1.5em;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
.star
{
    color : red;
    font-weight : bold;
}
#beta
{
    font-family : Arial;
    font-weight : bold;
    font-size : 10pt;
    color : #FF0000;
    text align : left;
}
.cancellation
{
    font-family : Arial;
    font-size : 12px;
    font-weight : bold;
    color : #526C00;
    background-color : #EAFFA8;
    background-image : url('../img/message_success.gif');
    background-repeat : no-repeat;
    border : 1px solid #526C00;
    margin-top : 10px;
    padding-left : 20px;
}
.success
{
	font-size:12px;
	font-family : Arial;
	font-weight:bold;
	padding:2px;
	padding-left:28px;
	background:url(../img/message_success.gif) #EAFFA8 no-repeat 4px center;
	color:#526C00;
	border : 1px solid #526C00;
}
.error
{
	font-size:12px;
	font-family : Arial;
	font-weight:bold;
	padding:2px;
	padding-left:28px;
	background:url(../img/message_error.gif) #FFD7D7 no-repeat 4px center;
	color:#990000;
	border : 1px solid #990000;
	margin-top : 8px;
}
