/* CSS Document */

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

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

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

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

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

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

#center {
	text-align: center;
	color: #888;
	border: 0px;
}

p {
	color: #aaa;
	line-height: 16px;
}

p a:link,
p a:visited {
	color: #8b6ef9; /*purple color for main links*/
	text-decoration: none;
}

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

p.address {
	color: #777;
}

p.firstline:first-line {
	color: #8b6ef9;
}

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

.linkHeader, /*purple 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: #8b6ef9; /*purple color for main links*/
	text-decoration: none;
}

.speaker_form_category {
	color: #fff;
}

.checkboxcategory {
	color: #777;
}

.styled_field {
	background-color: #333; !important
	border: 1px solid #777; !important
	height: 16px;
	color: #fff; !important
	padding-left: 2px;
	float: left;
}

.linkHeader:hover {
	text-decoration: underline;
}

.c_link {
	font-size: 10px;
	color: #999;
}

.c_link a:link,
.c_link a:visited {
	color: #999;
	text-decoration: none;
}

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

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

#left_sidebar a:link,
#left_sidebar a:visited {
	text-transform: uppercase;
	font-size: 10px;
	color: #aaa;
	text-decoration: none;
}

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

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

#left_sidebar h1 a:link {
	color: #fff;
}

.question {
	color: #aaa;
}

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

h3.issue {
	text-align: right;
}

#footer {
	color: #CCC;
}

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

#footer .small {
	color: #444;
	line-height: 15px;
}

#footer a:link, 
#footer a:visited {
	color: #777;
	font-size: 9px;
	text-decoration: none;
}

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

/*-------------------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: #AAA;
	line-height: 17px;
}

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

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

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

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

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

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

ul.indent {
	color: #AAA;
	font-size: 11px;
	line-height: 15px;
	padding-left: 3px;
	list-style-position: inside;
}

.story_pic {
	border: 1px solid #fff;
}
.left_story_pic {
	border: 3px solid #fff;
	float: left;
	margin-right: 5px;
}
