@charset "utf-8";
/* CSS Document */
.table_style{
	border:solid; border-width:1px; border-bottom-color:#000000; border-top-color:#000000;border-left-color:#000000; border-right-color:#000000; border-collapse: collapse; empty-cells:show;background-color:#edf7f6;color: #000000;
}

.table_style td{
border:solid; border-width:1px; border-top-color:#000000; border-bottom-color:#000000; border-right-color:#000000; border-left-color:#000000;
}

.remove_table_style{
	border:none;
}

.remove_table_style td{
	border:none;
}


.country_table_style{
	border:solid; border-width:1px; border-bottom-color:#000000; border-top-color:#000000;border-left-color:#000000; border-right-color:#000000; border-collapse: collapse; empty-cells:show;background-color:#edf7f6;color: #000000;padding:5px;
}

.country_table_style td{
border:solid; border-width:1px; border-top-color:#000000; border-bottom-color:#000000; border-right-color:#000000; border-left-color:#000000;padding:5px;
}

.remove_country_table_style{
	border:none;
}

.remove_country_table_style td{
	border:none;
}


.page_header{
color: #2a699f;
font-size: 17px;
}

.topic_header{
color: #2a699f;
font-size: 14px;
font-weight:bold;
}

.header{
background: -webkit-linear-gradient(top, #2a699f, #edf7f6);
background: -ms-linear-gradient(top, #2a699f, #edf7f6); 
background: -moz-linear-gradient(top, #2a699f, #edf7f6);
background: -o-linear-gradient(top, #2a699f, #edf7f6);

color: #000000;
font-weight:bold;
}

body {
	background-color: #edf7f6;
	color: #000000;
}

body a:link {
#COLOR: #444444;
}
body a:visited {
#COLOR: #888888;
}

.country td {
padding-bottom:10px;
padding:5px;
}

.country td a{
color:#000000;
font-weight:bold;
font-size:20px;
text-decoration: none;
width:190px;
padding:5px;
padding-left:5px;
padding-right:5px;
padding-top:5px;
padding-bottom:2px;
text-align:center;
float:left;
border-bottom-width:5px;
border-bottom-color:#004382;
border-bottom-style:solid;
} 
.country td a:hover{
border-bottom-color:#FFA500;
} 

.country_header {
color:#222222;
font-weight:bold;
font-size:24px;
text-decoration: none;
width:600px;
padding:5px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:3px;
text-align:left;
float:left;
#background-color:#FFA500;
#border-bottom-width:5px;
#border-bottom-color:#FFA500;
#border-bottom-style:solid;

background: -webkit-linear-gradient(bottom, #FFA500, #edf7f6);
background: -ms-linear-gradient(bottom, #FFA500, #edf7f6); 
background: -moz-linear-gradient(bottom, #FFA500, #edf7f6);
background: -o-linear-gradient(bottom, #FFA500, #edf7f6);

border-color: transparent;

}

.course_list ul {

}

.course_list li {
list-style-image:url('images/square.gif');
font-size:20px;
font-weight:bold;
padding-top:3px;
padding-bottom:3px;
}

.course_list a:link {
COLOR: #ffffff;
}
.course_list a:visited {
COLOR: #bbbbbb;
}