﻿body 
{
    margin: 0 0 0 0;
    background-color:#5a0c06;
    font-family:Tahoma;
    font-size: 12px;
    line-height: 18px;
}

a img
{
	border:none;
}

a:link
{
    text-decoration: none;
    color: #c88a28;   
}

a:visited
{
    text-decoration: none;
    color: #c88a28; 
}

a:hover
{
    text-decoration: underline;
    color:#5a0c06;
}


.about_nav_nonlink
{
    color: #5a0c06;
}

.detail_link
{ 
    font-size:10px;
}

.resize_link
{ 
    font-size:8px;
}

label
{
    width:100px; 
    float:left; 
    margin-left:5px
}

.watermark
{
    font-family:Tahoma;
    color:#DFD1D4;
    text-align: center;
}

.boxHeader
{
    text-align:left;
    border: 1px solid #98470f;
    color: #b35d21;
    background-color: #ffcea2;
	font-weight: bold;
    padding: 5px;
    margin-top: 2px;
    padding-bottom:0px;
    margin-bottom:0px;
}

.boxContent
{
    padding-top:0px;
    margin-top:0px;
    text-align:left;
    background-color: White;
    border: 1px solid #98470f;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.image
{
    float:left; 
    margin-right: 5px;
}

.inner_title
{
    font-weight: bold;
    text-decoration: underline;
    color: #b35d21;
}

.error
{
    font-weight: bold;
    color:Red;
}

.article_pic
{
    float:left;
    margin: 0 10px 5px 0;
}

.article_details
{
    color: #b35d21;
    font-family:Tahoma;
    font-size: 10px;
	font-weight: bold;
}

.KB_header
{
    color: #b35d21;
    font-family:Tahoma;
    font-size: 16px;
	font-weight: bold;
}

.new_item
{
    color:red; 
    font-size:10px;
}

.bordered_image
{
    border: solid 3px #5a0c06;   
    margin-right: 5px;
}

.header_bullet
{
    list-style:none; 
    margin-left:-30px; 
    font-weight: bold; 
    margin-top: 10px;
}

.details
{
    font-size: 10px;
}

#buttonBox {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 130px;
	background-color: #fff;
	border: 0px solid #ccc;
	padding: 0px;
	font-size: 11px;
	color: #292929;
	line-height: 0px;
}

.title
{
    font-weight:bold; 
    color:#5a0c06; 
    font-size:16px;
}

.subtitle
{
    font-weight:bold; 
    color:#5a0c06; 
    font-size:12px;
}

.subheading
{
    font-size:12px;
    color:#5a0c06;   
}

.selected_link
{
    font-weight: bold;
}

.breadcrumbs
{
    font-size:10px; 
    color:#5a0c06;
}

.highlight_box
{
    cursor: pointer; 
    border:solid 2px #ffffff;
}

.highlight_box:hover
{
    cursor: pointer; 
    border:solid 2px #ffcea2;
}

.dotted_underline
{
	border-bottom: dotted 1px #98470f;
}

/************************/
/*   Schedule Styles    */
/************************/


.schedule_container
{
    background-color: White;
    border: 1px solid #5a0c06;
}

.schedule_header
{
    border: 1px solid #5a0c06;
    color: #b35d21;
    background-color: #ffcea2;
    font-family:Tahoma;
    font-size: 12px;
	font-weight: bold;
    width:100px;
    height:24px;
    text-align:center;
    vertical-align:middle;
}

.schedule_row
{
	text-align:center; 
	font-size:10px; 
	line-height: 12px;
}

.schedule_cell
{
	border-bottom:dotted 1px #ffcea2; 
	border-right:dotted 1px #ffcea2; 
	height:50px;
}

.schedule_item_name
{
}

.schedule_time
{
}


/*********************/
/*   Layout Styles   */
/*********************/
#layout_container{
	margin:0 auto;
	left:0px;
	top:0px;
	width:770px;
	height:600px;
	background-color:#ffffff;
}

#top-bar{
	left:0px;
	top:0px;
	width:770px;
	height:177px;
}

#nav-bar{
	left:0px;
	top:177px;
	width:770px;
	height:39px;
	margin: 0 0 0 0;
	padding: 0px 0px 0x 0px;
	background-color:#ffffff;
}


#content{
	left:0px;
	top:216px;
	width:770px;
	background-color:#ffffff;
}
