.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

td {
	padding:0px;
	margin: 0px;
}

.content a {
	color: #164499;
	text-decoration:none;
}
.content a:visited {
	color: #164499;
	text-decoration:none;
}
.content a:hover {
	color: #164499;
	text-decoration:underline;
}




.text_message {
	font-size: 12px;
	font-weight: bold;
	color: red;
}

.title_1 {
	font-size: 24px;
	font-weight: bold;
	color: #164499;
	padding-bottom: 30px;
}


.title_2{
	font-size: 14px;
	color: #000000;
	
}
.title_3{
	font-size: 16px;
	font-weight: bold;
	color: #164499;
	vertical-align:top;
	text-align:right;
}

.text_1 {

}

.button {
	padding:10px;
	width: 170px;
	background-color: #164499;
	border: 1px solid #000000;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}
.button:hover {
	background-color: #2C3171;
}

.button_disabled {
	padding:10px;
	width: 150px;
	background-color: grey;
	border: 1px solid #000000;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}
.button_disabled:hover {
	background-color: grey;
}

.head {

}

.schedule_table {
	width:100%;
	padding:0px;
	margin:0px;
	border-collapse: collapse;
	border: 1px solid #CBCBCB;
}


.list_table_nav {
	width: 100%;
}
 .list_table_nav_item {
 	padding-right:10px;
 }
.list_table {
	width:100%;
	padding:0px;
	margin:0px;
	border-collapse: collapse;
	border-left: 1px solid #CBCBCB;
}

.list_table td,  .list_table th{
	padding:3px;
	border-right: 1px solid #CBCBCB;
}

.list_table thead{
	background-color:#164499;
	color: #FFFFFF;
}

.list_table thead a:hover{
	color: #FFFFFF;
}

.list_table thead{
	cursor:pointer;
}
.list_table tbody{
	cursor:pointer;
}

 .row0 {
	background-color:#D7DEEE;
}

.list_table tbody tr:hover {
	background-color:#7F97C7;
}

 .row1 {
}

table.rndfrm
{
    border: 0px;
    padding: 0px;
    margin: 5px;
    border-collapse: collapse;
}

td.rndfrm
{
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.rndfrm1, .rndfrm2, .rndfrm3
{
    background: #164499;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    padding: 0px;
}

.rndfrminner
{
	padding:5px;
    background-color: #164499;
    color:#ffffff;
}

.rndfrm1
{
    margin: 0px 1px;
    height: 2px;
}

.rndfrm2
{
    margin: 0px 2px;
}

.rndfrm3
{
    margin: 0px 4px;
}

.rnd_title
{
    font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.rnd_label
{
    font-weight: bold;
	color: #ffffff;
}

.rnd_title_link{
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	
}
.rnd_title_link a{
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	
}

.rnd_title_link a:visited{
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	
}
.rnd_title_link a:hover{
	font-size: 18px;
	font-weight: bold;
	color: #E8ECF5;
	text-decoration: none;
	
}

.package_qualified
{
    font-size: 18px;
	font-weight: bold;
	color: #164499;
}

.package_almost
{
    font-size: 18px;
	font-weight: bold;
	color: red;
}

.hide_print {
	display:none;
}



