/* CSS Document */

body {
	background: #888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(../images/design/lines_expand_vi.gif);
	background-repeat: repeat-x;
	background-position: top center;
}

#wrapper {
	background-image: url(../images/design/trans_world_bkgd_vi.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#menu {
	background-image: url(../images/design/trans_menu_line_02_vi.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#breadcrumb {
	background-image: url(../images/design/trans_menu_line_02_vi.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

p {
	color: #000;
	font-size: 14px;
}

p a:link,
p a:visited {
	color: #0000CC;
	text-decoration: underline;
}

p a:hover {
	text-decoration: underline;
	color: #FFF;
}


.c_link {
	font-size: 11px;
	color: #fff;
}

.c_link a:link,
.c_link a:visited {
	color: #fff;
	text-decoration: underline;
}

.c_link a:hover {
	color: #000;
	text-decoration: underline;
}

#left_sidebar a.title:link {
	text-transform: uppercase;
	font-size: 10px;
	color: #000;
	margin-top: 3px;
	font-weight: bold;
}


#left_sidebar a:link,
#left_sidebar a:visited {
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
	line-height: 13px;
}

#left_sidebar a.title:visited {
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	margin-top: 3px;
	font-weight: bold;
	text-decoration: underline;
}

.divider_line {
	border-top: 1px solid #CCC;
}

.gallery_row {
	border-bottom: 1px solid #CCC;
}

#center {
	text-align: center;
	color: #fff;
}

#left_sidebar a:hover {
	color: #000;
	text-decoration: underline;
}

#left_sidebar h1 a:link {
	color: #000099;
	text-decoration: underline;
}

.question {
	color: #fff;
}

p.address {
	color: #fff;
}

p.firstline:first-line {
	color: #0000CC;
}

p.firstline {
	color: #000;
	margin-top: 10px;
}

.linkHeader, /*course links in the program page*/
a:link.sortheader, /*course schedule search, sortable column header formatting*/
a:visited.sortheader,
a:link.prog_link, /*link color for javascript course links in the program page*/
a:visited.prog_link {
	color: #0000CC; 
	text-decoration: underline;
}

.linkHeader:hover {
	color: #FFF;
}

.answer,
h3,
h4,
h5,
h5 a:link,
h5 a:visited,
h6 {
	color: #000;
}

.speaker_form_category {
	color: #000;
}

.checkboxcategory {
	color: #FFF;
}

.styled_field {
	background-color: #ddd;
	border: 1px solid #444;
	height: 16px;
	color: #000;
	padding-left: 2px;
	float: left;
}

#footer {
	color: #fff;
	background-image: url(../images/design/footer_websterlogo_vi.gif);
	background-position: inherit;
	background-repeat: no-repeat;
}

#footer a:link, 
#footer a:visited {
	color: #fff;
	font-size: 11px;
	text-decoration: underline;
}

#footer a:hover {
	color: #000;	
	text-decoration: underline;
}

#footer .small {
	font-size: 11px;
	color: #000;
	line-height: 15px;
}
/*-------------------List Formatting-------------------------------*/

ul.features {
	color: #aaa;
}

ul.features li {
	color: #fff;
}

ul.features li ul li {
	color: #aaa;
	margin-bottom: 15px;
}

ol.gray,
ul.gray {
	color: #FFF;
	line-height: 17px;
}

ol.second,
ul.second {
	color: #FFF;
	line-height: 17px;
	list-style: lower-alpha;
}

ul.gray a:link,
ul.gray a:visited {
	color: #0000CC; /*purple color for main links*/
	text-decoration: none;
	margin-left: -40px;
}

ul.gray a:hover {
	text-decoration: underline;
}


li a:link,
li a:visited {
	color: #0000CC; /*purple color for main links*/
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}

ol.none,
ul.none {
	color: #FFF;
	line-height: 17px;
	list-style: none;
}
