/* Austin Traveler Cascading Style Sheet */

body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/AT_background.gif);
	background-repeat:no-repeat;
}

p {
	font-size:small;
	color:#333333;
}

h3 {
	font-size:medium;
}

.masthead {
	background-image:url(../images/AT_masthead_BG.gif);
	background-color:#63a5cf;
	height:122px;
	width:100%
}
.logo {
	background-image:url(../images/AT_masthead_interior.gif);
	height:122px;
	width:100%;
	background-repeat:no-repeat;
}
.topbar {
	background-color:#b2bb1e;
	height:20px;
	width:100%;
	text-align:right;
	vertical-align:middle;

	background-repeat:no-repeat;
}


#ul_topbar {
	margin:0px;
	color:#FFFFFF;
}

#ul_topbar li {
	display:inline;
	list-style-type: none;
	padding-right:10px;
	padding-left:10px;
	/*border-right:1px solid #006BB1;*/
	border-right:1px solid #FFFFFF;
	font-size:x-small;
	font-weight:bold;
}

#ul_topbar li a{
	text-decoration:none;
	color:#FFFFFF;
}

#ul_topbar li a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

#ul_topbar #li_topbar_last {
	border-right:0px;
}

.leftMenu {
	background-color:#e8ddba;
	width:210px;
	position:absolute;
	top:142px;
	left:0px;
	height:1000px;
}

.leftChannel {
	background-color:#ffffff;
	width:276px;
	position:absolute;
	top:166px;
	left:0px;
	height:100px;
}
#ul_leftmenu {
	margin:0px;
	margin-top:px;
	padding:0px;
}
#ul_leftmenu li {
	margin:0px;
	margin-top:0px;
	padding:0px;
	list-style-type: none;
}
.center {
	position:absolute;
	top:142px;
	left:210px;
	padding:15px;
	width:350px;

}
.centerChannel {
	position:absolute;
	top:162px;
	left:277px;
	padding:15px;
	width:450px;
}

.centerChannel h2{
	color:#006BB1;
}

.centerChannel h3{
	color:#006BB1;
}

legend {
	color:#006BB1;
	font-weight:bold;
}

.centerChannel h4{
	color:#006BB1;
}
.right {
	position:absolute;
	top:142px;
	left:580px;
	width:300px;
	padding:10px;
	font-size:x-small;
	line-height:1.5em;
	color:#333333;
}

.right p {
	font-size:x-small;
}

#div_right {
	padding-top:30px;
	background-color:#FFFFFF;
}

.tales {
	margin-top:5px;
	margin-left:15px;
	padding:0px;
}

.tales li{
	margin:0px;
	margin-bottom:10px;
	color:#006BB1;
	font-size:small;
	font-weight:bold;
	list-style-image:url(../images/AT_listbullet.gif)
}
.tales-blurb {
	font-weight:normal;
}

#whatson_link {
	font-size:small;
	color:#333333;
}
#contribute {
	font-size:small;
	color:#333333;
}
.emph {	
	color:#006BB1;
}

.dept-blurb {
	position:relative;
	font-size:x-small;
	top:40px;
	left:68px;
	margin:0px;
	margin-top:-10px;
	
}
.dept-blurb a {
	color:#717802;
	text-decoration:none;
}
.dept-blurb a:hover {
	text-decoration:underline;
}
.channelbar {
	background-color:#e7e8ba;
	width:100%;
	white-space:nowrap;
	height:24px;
}
.channelbar-home {
	display:inline;
	margin-left:10px;
	background-color:#e7e8ba;
	height:21px;
	
}
.channelbar-tales {
	display:inline;
	margin-left:15px;
	background-color:#e7e8ba;
	height:21px;
	
}
.channelbar-item {
	display:inline;
	margin-left:15px;
	background-color:#e7e8ba;
	height:21px;
	
}

.simpleTable {
	
}

.simpleTable tr{
	background-color:#63a5cf;
}
.simpleTable th{
	padding:7px;
	color:#FFFFFF;
	text-align:left;
	font-size:small;
	border-right:1px solid #FFFFFF;
}
.simpleTable td{
	padding:7px;
	background-color:#efefef;
	font-size:small;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

#div_themes p {
	color:#006BB1;
}