BODY
{
    font-size: 12px;
    margin: 0px auto;
    width: 100%;
    color: #000;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    height: 100%;
    background-color:  #1b2d37;
	background-image:url(images/bg-top.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}

.MainTable
{
    width: 800px;
    margin: 0px auto;    
}

img {
	border:0;
}

HTML
{
    margin: 0px auto;
    width: 100%;

    font-family: Gothic;
    height: 100%;
    text-align: center;
}

FORM {
	HEIGHT: 100%;
	margin: 0px auto;	
}

H3 {
	FONT-SIZE: 11pt; 
/*	FONT-FAMILY: Gothic; */
	TEXT-ALIGN: left;
	color: #524c32;
}
H4 {
	FONT-SIZE: 11pt; 
	FONT-FAMILY: Gothic; 
	TEXT-ALIGN: left;
	color: #000000;
	margin-top:0px;
	margin-bottom:0px;	
}

H1{
	FONT-SIZE: 14pt; 
}

H2{
	FONT-SIZE: 12pt; 
}

.invisible 
{
	visibility: hidden;
	display: none;
}

.visible
{
	visibility: visible;
	display: block;
}

.TABLEMAXHEIGHT {
	Height: 100%;
}

.TableHeader
{
    background-color: #EEF415;
    color:#000000;
    font-weight:bold ;
}

.ErrorString
{
    color:#FF0000;
    font-weight: bold ;
}

UL
{
    padding-left:20px;
    margin-left:3px;    
    margin-top:7px;
    margin-bottom:5px;
}

.SmallText
{
    font-size:8pt;
}

/************************************************************************
*
*	default.aspx
*
************************************************************************/
.HeaderColumnStyle {
	VERTICAL-ALIGN: top; 
	WIDTH: 800px; 
}

.LeftColumnStyle {
	background-color:#f3fafd; 
	VERTICAL-ALIGN: top; 
	HEIGHT: 100%; 
	width: 182px;
	text-align:left;
}
.ContentColumnStyle {
	text-align:left;
	background-color:#f3fafd; 
	VERTICAL-ALIGN: top; 
	HEIGHT: 100%; 
	border-left:1px solid #b8dae8;
	border-right:1px solid #b8dae8;
	width:437px;
}


/*.ContentColumnStyle a {
	text-decoration:underline;
	color:#828a26;
	line-height:20px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.ContentColumnStyle a:hover {
	text-decoration:none;
	color:#2f6487;
}*/

.infoItem {
	padding:20px;
}
.infoTitle {
	font-size:18px;
	color:#97a035;
}
.infoContent {
	color:#1b2d37;
	line-height:17px;
}

.RightColumnStyle {
	background-color:#f3fafd; 
	VERTICAL-ALIGN: top; 
	HEIGHT: 100%; 
	width: 182px;
	padding-top:10px;
}
.FooterColumnStyle {
	WIDTH: 800px; 
	VERTICAL-ALIGN: top; 
	background-image:url(images/footer.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding:0;
}
.footerTable {
	margin:18px 21px;
	color:#969696;
	font-size:12px;
}
.footerTable .left {
	text-align:left;
}
.footerTable .right {
	text-align:right;
}
.footerTable .right a {
	color:#e6e6e6;
	text-decoration:none;
}
.footerTable .right a:hover {
	color:#f3fafd;
	text-decoration:none;
}

.contactBar {
	text-align:left;
	padding:15px 8px;
	color:#1b2d37;
	line-height:17px;
}
.phoneImg {
	margin:2px 0px 0px 12px;
}

/************************************************************************
*
*	LoginPage
*
************************************************************************/
.LoginPage
{
    /*height: 100%;*/
    padding: auto auto auto auto;
}

.LoginPageTable
{
    background-color: #FFFFFF;
    border: solid 1px #524c32;
    /*margin: auto auto auto auto;*/
}

/************************************************************************
*
*	Top Menu
*
************************************************************************/
/*The css class of menu itself*/
.TopMenuMainCSS
{
}


/*Set the paddings and margins for static part of menu*/
.TopMenuCSS
{
	margin-left: 6px;
	/*margin-right: 7px;	*/
	border-left: solid 1px #FFFFFF;
	/*border-right: solid 1px #FFFFFF;*/
	/*border-top: solid 1px #FFFFFF;	*/
	FONT-FAMILY: Gothic, Verdana;
	/*BACKGROUND-color: #7f0732;*/
	width: 640px;
	BACKGROUND: url(images/topmenu/call.gif) no-repeat center right #7f0732;
}


/*Static Item style*/
.TopMenuStaticItem
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 8pt; 
	TEXT-DECORATION: none;
	background-color: #7f0732;
	FONT-FAMILY: Gothic, Verdana;	
	COLOR: #FFFFFF;	
}	

/*Static Item style*/
.TopMenuStaticItem td
{
	/*FONT-WEIGHT: bold; */

	PADDING-TOP: 5px; 
	PADDING-BOTTOM: 5px; 	
	TEXT-DECORATION: none;

	PADDING-RIGHT: 8px;
	PADDING-LEFT: 8px; 
	BACKGROUND: url(images/topmenu/bg.gif) no-repeat center right;
}

/*Static item Selected*/
.TopMenuStaticSelectedItem
{
	/*FONT-WEIGHT: bold; */

	COLOR: #FFFFFF; 
	TEXT-DECORATION: none;
}

/*Static item Hover*/
.TopMenuStaticHoverItem
{
    COLOR: #FFFFFF; 
    background-color: #aa5c78;        
}

/*Popup position*/
.TopMenuDynamic
{
	margin-left: -1px;
	FONT-SIZE: 7pt; 
	background-color: #7f0732;		
}

/*Popup Item style*/
.TopMenuDynamicItem
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 5px;
	padding-top: 5px;

	FONT-WEIGHT: bold; 
	FONT-SIZE: 8pt; 
	COLOR: #FFFFFF; 
	FONT-FAMILY: Arial, Verdana; 
	TEXT-DECORATION: none;
	width: 207px;
	background-color: #7f0732;	
	
	border-right: #FFFFFF 1px solid;
	/*border-top: #FFFFFF 1px solid;*/
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
}

.TopMenuDynamicItem table
{
	background-color: #7f0732;
}

.TopMenuDynamicItem div, table, tr
{
	/*background-color: #7f0732;*/
}

.TopMenuDynamicItem td
{
	margin-top: -1px;
	width: 100%;
}

/*Popup selected item*/
.TopMenuDynamicSelectedItem
{
}

.TopMenuDynamicSelectedItem td
{
}

/*Popup hover item*/
.TopMenuDynamicHoverItem, .TopMenuDynamicHoverItem td
{
    color: #FFFFFF;
    background-color: #aa5c78;    
}

/****************************************************************************
*
*	Side menu
*
****************************************************************************/
.SideMenuCSS
{
	margin-left: 0px; 
}

/*Static Item style*/
.SideMenuStaticItem
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 9pt; 
	COLOR: #0a54a2; 
	FONT-FAMILY: Arial, Verdana; 
	TEXT-DECORATION: none;
	width: 175px;
	margin-top: 3px;
}

/*Static Item style*/
.SideMenuStaticItem td
{

	/*margin-top: 15px; */
	padding-left: 40px; 
	background: url(images/Page/MenuBGwhite.gif) #cee03d  no-repeat; 
	padding-bottom: 8px; 
	padding-top: 5px; 
}

/*Static item Selected*/
.SideMenuStaticSelectedItem
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 9pt; 
	COLOR: #000000; 
	FONT-FAMILY: Arial, Verdana; 
	TEXT-DECORATION: none;
	width: 175px;
	margin-top: 3px;
}

.SideMenuStaticSelectedItem td, .SideMenuStaticHoverItem td
{

	/*margin-top: 15px; */
	color: #000000;
	padding-left: 40px; 
	background: url(images/Page/MenuBGselected.gif) #cee03d  no-repeat; 
	padding-bottom: 8px; 
	padding-top: 5px; 
}

/*Static item Hover*/
.SideMenuStaticHoverItem
{
    color: #000000;
}

/*Popup position*/
.SideMenuDynamic
{
	margin-top: 5px;
}

/*Popup Item style*/
.SideMenuDynamicItem
{
	border-right: #7c9133 1px solid;
	border-top: #7c9133 1px solid;
	border-left: #7c9133 1px solid;
	border-bottom: #7c9133 1px solid;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;

	FONT-WEIGHT: bold; 
	FONT-SIZE: 9pt; 
	COLOR: #0a54a2; 
	FONT-FAMILY: Arial, Verdana; 
	TEXT-DECORATION: none;
	background-color: #cee03d;
	width: 174px; 
}

/*Popup selected item*/
.SideMenuDynamicSelectedItem
{
}

/*Popup hover item*/
.SideMenuDynamicHoverItem
{
    color: #000000;
}

/****************************************************************************
*
*	FormBuilder
*
****************************************************************************/

.FormBuilder
{
}

.FormBuilder input {
	border:1px solid #94c1d6;
	background-image:url(images/search-input-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:5px 0px 0px 4px;
}

.FormBuilderSubmitButton {
	margin:13px;
}

.FormBuilder td
{
    text-align:left;
    vertical-align: top;
    padding: 3px;
}

.ErrorMessage {
	padding-left:14px;
	color:#296087;
}

.FormBuilder_Item
{
}

.FormBuilder_LeftCoulmn
{
}

.FormBuilder_RightCoulmn
{
}
 
.FormBuilder_CenterCoulmn
{
}

.CAPTCHAContainer
{
}

.CAPTCHAInstructions
{
}

.CAPTCHAImage
{
}

.CAPTCHAInstructions2
{
}

.CAPTCHATextBox
{
}

/****************************************************************************
*
*	Image Gallery
*
****************************************************************************/
.page {
    /*border: 1px solid black;*/
}

.breadcrumbs {
    font-size: 11px;
    font-weight: bold;
    background-color: #DCDCDC;
    padding: 3px;
}

.menu {
    background-color: #DCDCDC;
}

.footer {
    font-size: 11px;
}

.error {
    color: red;
    font-weight: bold;
    cursor: pointer;
}


/* 2 ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#admin-albums, #admin-photos {
	background-image: url(../../images/photogallery/body-repeat.gif);
	position: relative;
	/*width: 686px;*/
	padding: 0px 10px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}

/* 2.2 ALBUMS PAGE */

#albums {
	background-image: url(../../images/photogallery/body-repeat-photo.gif);
	padding: 0px 10px;
	padding-bottom: 40px;
	/*width: 686px;*/
}

.view {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*width: 750;*/
    margin-bottom: 20px;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
    margin-top: 20px;
}

.item {
	padding: 10px 10px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

#photos, #details, #admin-details {
	background-image: url(../../images/photogallery/body-repeat-photo.gif);
	padding: 0;
	/*width: 760px;*/
}

.buttonbar {
	background-image: url(../../images/photogallery/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	/*width: 744px;*/
	height: 33px;
	text-align: center;
}

.buttonbar-top {
	background-image: url(../../images/photogallery/photonav-top-bg.gif);
}

#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
}


/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}


/* Photo Border for All Pages Except the Albums Page */

.photo-frame .topx-- {
	background-image: url(../../images/photogallery/frame-topx--.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}
.photo-frame .top-x- {
	background-image: url(../../images/photogallery/frame-top-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .top--x {
	background-image: url(../../images/photogallery/frame-top--x.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}

.photo-frame .midx-- {
	background-image: url(../../images/photogallery/frame-midx--.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}
.photo-frame .mid--x {
	background-image: url(../../images/photogallery/frame-mid--x.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}

.photo-frame .botx-- {
	background-image: url(../../images/photogallery/frame-botx--.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: top;
}
.photo-frame .bot-x- {
	background-image: url(../../images/photogallery/frame-bot-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .bot--x {
	background-image: url(../../images/photogallery/frame-bot--x.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: bottom;
}


/* Photo Border for the Album Page */

.album-frame .topx----,
.album-frame .top----x,
.album-frame .botx----,
.album-frame .bot----x {
	height: 14px;
	width: 14px;
}

.album-frame .top-x--- {
	background-image: url(../../images/photogallery/album-tstretch.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 14px;
	width: auto;
}
.album-frame .top--x-- {
	background-image: url(../../images/photogallery/album-tstretch.gif);
	background-repeat: repeat-x;
	height: 14px;
	width: auto;
}
.album-frame .top---x- {
	background-image: url(../../images/photogallery/album-tstretch.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 14px;
	width: auto;
}

.album-frame .mtpx---- {
	background-image: url(../../images/photogallery/album-lstretch.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	height: auto;
	width: 14px;
}
.album-frame .mtp----x {
	background-image: url(../../images/photogallery/album-rstretch.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	height: auto;
	width: 14px;
}

.album-frame .midx---- {
	background-image: url(../../images/photogallery/album-lstretch.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 14px;
}
.album-frame .mid----x {
	background-image: url(../../images/photogallery/album-rstretch.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 14px;
}

.album-frame .mbtx---- {
	background-image: url(../../images/photogallery/album-lstretch.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	height: auto;
	width: 14px;
}
.album-frame .mbt----x {
	background-image: url(../../images/photogallery/album-rstretch.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	height: auto;
	width: 14px;
}

.album-frame .bot-x--- {
	background-image: url(../../images/photogallery/album-bstretch.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 14px;
	width: auto;
}
.album-frame .bot--x-- {
	background-image: url(../../images/photogallery/album-bstretch.gif);
	background-repeat: repeat-x;
	height: 14px;
	width: auto;
}
.album-frame .bot---x- {
	background-image: url(../../images/photogallery/album-bstretch.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 14px;
	width: auto;
}
/**********************************************************************
*
*	Blog
*
************************************************************************/
/* -------------------------- */
/* Page Sections              */
/* -------------------------- */

.page
{
    width: 100%;
    margin: auto;
}
.main
{
    width: 430px;
    float: left;
    text-align: left;
}
.sidebar
{
    width: 130px;
    float: right;
    background: #eee;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

/* -------------------------- */
/* Posts                      */
/* -------------------------- */

.post
{
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
}
.postDate
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: #336699;
    background: #eee;
}
.postTitle
{
    font-weight: bold;
    font-size: 12pt;
    color: #c60;
    padding-top: 10px;
    padding-bottom: 10px;
}
.postMessage
{
    padding-bottom: 5px;
}
.postFooter
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Comments                   */
/* -------------------------- */

.comment
{
    border-bottom: dotted 1px #ccc;
    background: #f5f5f5;
    margin-bottom: 10px;
}
.commentMessage
{
    font-size: 8pt;
    padding: 10px 4px 10px 4px;
}
.commentMessage BLOCKQUOTE
{
    font-size: 8pt;
    padding: 5px 5px 5px 5px;
    margin: 10px 5px 0px 10px;
    border: 1px dashed #ccc;
    background-color: #fff;
}
.commentFooter
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Trackbacks                 */
/* -------------------------- */

.trackback
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}

/* -------------------------- */
/* Sidebar                    */
/* -------------------------- */

.sidebarHeading
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    margin: 0px 0 10px 0;
    color: #999;
    border-top: dotted 1px #ccc;
}
.sidebarText
{
    padding-bottom: 10px;
}

/* -------------------------- */
/* Profile                    */
/* -------------------------- */

.profile
{
    font-size: 7pt;
    margin-top: 10px;
    padding-bottom: 10px;
}
.profile A
{
    font-family: Arial, Verdana;
    text-transform: uppercase;
}

/* -------------------------- */
/* Various Forms              */
/* -------------------------- */

.forms
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}
.formsHeader
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}
.formsError
{
    color: red;
    font-weight: bold;
}
.formsValid
{
    color: green;
    font-weight: bold;
}
.formsLabel
{
    font-size: 8pt;
    color: #888888;
    margin-top: 2px;
    margin-bottom: 2px;
}

/*******************************************************
*
* Search control 
*
*********************************************************/
/*Main search division tag*/
.SearchDiv
{
	padding:13px 0px 13px 7px;
}

/*textbox in search control*/
.SearchTextBox
{
	border:1px solid #94c1d6;
	background-image:url(images/search-input-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:80px;
}

/*Search button*/
.SearchButton
{
}

/*******************************************************
*
* Search Result control 
*
*********************************************************/
/*Content for the whole control*/
.SearchResultMain
{
	padding:0px 20px 0px 20px;
}

.SearchResultMain h3
{
	font-size:18px;
	color:#97a035;
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}


/*Textbox for search result*/
.SearchResultTextBox
{
}

/*search button*/
.SearchResultButton
{
}

/*Search results container*/
.SearchResultList
{
}

/*search results found string*/
.SearchResultsFound
{
	padding:0;
	margin:0;
	color:#1b2d37;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

/*search results item container*/
.SearchResultItemContainer
{
	padding-top: 10px;
}

/*search results item header*/
.SearchResultItemHeader, .SearchResultItemHeader A
{
	font-size:12px;
	font-weight:normal;
	color:#828a26;
	text-decoration:underline;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.SearchResultItemHeader, .SearchResultItemHeader A:hover
{
	color:#3496bd;
	text-decoration:none;
}

/*the content of search result item*/
.SearchResultItemDescription
{
}

/* -------------------------- */
/* Miscellaneous              */
/* -------------------------- */

.button
{
    font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    cursor: hand;
    border: solid 1px #808080;
    background: url(images/buttonback.gif) center;
    padding: 1px 1px 1px 1px;
}
.highlight
{
    color: #000000;
    background-color: #ffff66;
}

/*****************************
*
*	Image Rotator 
*
******************************/
.ImageRotatorWrapper
{
	width: 435px;
	height: 230px;
}

.ImageRotatorImage
{
}

/******************************
*
*	Calendar Period
*
*******************************/
/*
.CalendarPeriodTable
{
}

.CalendarPeriodContainer
{
}

.CalendarPeriodEventContainer
{
}

.CalendarPeriodEventHeadline
{
}

.CalendarPeriodEventDate
{
}

.CalendarPeriodEventTime
{
}

.CalendarPeriodEventDesciption
{
}


.CalendarView {
	width:430px !important;
	margin-left:93px !important;
	margin-right:93px !important;
	border:0px !important;
}

.CalendarTable {
	width:100%;
	background-color:#ff00ff !important;
	background-image:none !important;
	border:1px solid #b8dae8 !important;
}

.OtherMonthClass {
	background-color:#fafafa !important;
	color:#a1a1a1 !important;
	text-align:center !important;
	padding:5px !important;
}

.CalendarTitle {
	background-color:#21506c !important;
	background-image:url(images/calendar-bg.jpg) !important;
}

.CalendarDay {
	background-color:#f3fafd !important;
	border-color:#a69577;
	padding:5px !important;
	text-align:center !important;
}

.CalendarDay:hover {
	background-color:#def0f8 !important;
	border-color:#a8cd4f2 !important;
}

.CalendarDayOver {
	background-color:#967d61 !important;
	border-color:#573d08;
}
.HeaderClass {
	background-color:#add1e8 !important;
	text-align:center !important;
	padding:3px !important;
	font-weight:bold !important;
	border-bottom:1px solid #b8dae8 !important;
}

.OutOfRangeDay {
	border-color:#a69577;
}

.FastNavigation {
	border:1px solid #573d08;
	background-color:#ded8b4;
}

.SelectedDayClass {
	border-color:#573d08;
	background-color:#573d08 !important;
}

.WeekendDay {
	padding:5px !important;
	border-color:#a69577;
	background-color:#fafce7 !important;
}

.EventTime {
	font-size:12px !important;
	width:100% !important;
	color:#333333 !important;
	line-height:17px !important;
	padding:0 !important;
}

.EventHeading {
	font-weight:bold !important;
	color:#828a26 !important;
}

.EventTitle {
	line-height:17px !important;
}

.DayHasEvent
{
 font-weight: bold !important;
 color: #cc0033 !important;
 cursor: pointer !important;
 text-decoration: underline !important;
}
*/
/******************************
*
*	Menu Sub Pages
*
*******************************/

.MenuSubPages
{
}

.MenuSubPagesSelectedItem
{
}


/*******************************

articles

***********************************/
.ArticleHeadline {
	display:inline;
}

.ArticleHeadline a {
	text-decoration:underline;
	color:#828a26;
	line-height:20px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.ArticleHeadline a:hover {
	text-decoration:none;
	color:#2f6487;
}

.ArticleDate {
	padding-left:15px;
	margin-left:3px;
	background-image:url(images/icon-date.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:inline;
	color:#969696;
}

.ArticleSummary {
	color:#1b2d37;
	line-height:17px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.SingleHeadlineWrapper {
	padding:0px 20px 10px 20px;
}

.ArticleLayoutHeadline {
	padding:20px 20px 0px 20px;
	font-size:18px;
	color:#97a035;
}

.ArticleLayoutContent {
	padding:0px 20px 20px 20px;
	color:#1b2d37;
	line-height:17px;
	font-size: 12px;
	font-family: geneva,arial,helvetica,sans-serif;
	line-height: 17px;
	text-align: left;
}

.ArticleLayoutContent a {
	color:#828a26;
	text-decoration:underline;
}

.ArticleLayoutContent a:hover {
	color:#3496bd;
	text-decoration:none;
}
/****************************************************************************
*
*	REAL Side menu
*
****************************************************************************/

.rmVertical {
	padding:7px 5px 7px 10px !important;
	border:0 !important;
}

.rmVertical li {
	padding-left:0px !important;
	margin-left:0px !important;
	background-color:#f3fafd !important;
	background-image:none !important;
}

.rmItem {
	padding:3px 0px !important;
	border-bottom:1px solid #e2e4e5 !important;
}

.rmLast {
	border-bottom:0 !important;
}

a.rmLink {
	cursor:pointer !important;
	border-top:1px solid #f3fafd !important;
	border-bottom:0  !important;
	background-color:#f3fafd !important;
	background-image:none !important;
	color:#828a26 !important;
	text-decoration:underline !important;
}

a.rmLink:hover {
	color:#3496bd !important;
	text-decoration:none !important;
}

/******************************
*
*	Calendar Events
*
*******************************/
.tableCalendar
{
	width: 620px;
}
.tdCategoryHeader
{
	vertical-align: middle;
	text-align: right;
	padding: 3px;
}
.tdCategoriesDD
{
	vertical-align: middle;
	text-align: left;
	padding: 3px;
}

.tdCalendar
{
	padding: 3px;
	vertical-align: top;
}
.tdEvents
{
	padding: 3px;
	vertical-align: top;
	width: 100%;
}

.tdEventsTitle
{
	padding:3px;

	background-color:#21506c;
	background-image:url(images/calendar-bg.jpg);

	/*background:#D8664D;*/
	color:#FFFFFF;
	width:100%;	
	font-family:arial,tahoma,sans-serif;
	font-size:13px;
	line-height:25px;
	text-align:center;
}
.CalendarView
{
	/*background:#F4EDE1 none repeat scroll 0 0;*/
	border:1px solid #CDBFAC !important;
	border-collapse:separate !important;
	font-family:arial,tahoma,sans-serif;
	font-size:11px;
	width:620px;
}
.CalendarTableStyle
{
	border:0 none;
	border-collapse:separate !important;
	font-family:arial,tahoma,sans-serif;
	font-size:11px;
	line-height:16px;
	margin:0px 0px 0px 0px;
	width:100%;	
}
.DayOverStyle
{
	padding-left:0;
	text-align:right;
	vertical-align: top;
	color:#A43A00;
	cursor:default;
	font-weight:normal;
	
	/*background:#FFA52F;*/
	
	/*border-color:#DE9700 #DE9700 #DE9700;*/
	border-color: transparent;
	border-style:solid;
	border-width:1px;

	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
}
.DayOverStyle a
{
	cursor: pointer;
}
.DayStyle
{
	padding-left:0;
	text-align:right;
	vertical-align: top;
	cursor:default;
	font-weight:normal;

	border-color: transparent;
	border-style:solid;
	border-width:1px;
	
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
}
.DisabledDayStyle
{
	padding-left: 0;
	text-align: right;
	vertical-align: top;
	color: silver;
	cursor: default;
	font-weight: normal;
	border-color: transparent;
	border-style:solid;
	border-width:1px;
	
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
}
.FastNavigationStyle
{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #979797;
	border-collapse:separate;
	border-spacing:0;
	color:#272522;
	font-family:verdana,tahoma,sans-serif;
	font-size:10px;
}

.FastNavigationStyle .selected_Default
{
	background:#A3998B;
	border-color:#796F61 #5F5649 #483E32;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	padding:1px;
}
#RadCalendar_FastNav_TodayButton, #RadCalendar_FastNav_OkButton, #RadCalendar_FastNav_CancelButton
{
	background:#DC5F31;
	border-color:#BD4C04 #AC4601 #973F00;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	cursor:pointer;
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	margin:0 0.2em;
	padding:0;
}
.HeaderStyle
{
	border-bottom: 1px solid #C4B7A2;
	border-right: 1px solid #C4B7A2;
	padding-bottom: 3px;
	padding-left: 0;
	padding-top: 10px;
	padding-right: 0px;
	text-align: center;
	color: #A43A00;
	cursor: default;
	font-weight: normal;
	background-color: lavender;
}
.OtherMonthDayStyle
{
	padding-left:0;
	text-align:right;
	vertical-align: top;
	color: #a1a1a1;
	cursor:default;
	font-weight:normal;
	
	border-color: transparent;
	border-style:solid;
	border-width:1px;
	
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
}
.OutOfRangeDayStyle{}
.SelectedDayStyle
{
	padding-left:0;
	text-align:right;
	vertical-align: top;
	cursor:default;
	font-weight:normal;
	/*background:#A3998B;*/
	
	/*border-color:#796F61 #5F5649 #483E32;*/
	border-color: transparent;
	border-style:solid;
	border-width:1px;
	
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
}
.TitleStyle
{
	background-color:#21506c;
	background-image:url(images/calendar-bg.jpg);
	
	/*background:#D8664D;*/
	/*border:1px solid #8C664F;
	border-collapse:separate !important;*/
	color:#FFFFFF;
	width:100%;	
	
	/*border-bottom:1px solid #BB5212;
	border-top:1px solid #DE6C5C;*/
	font-family:arial,tahoma,sans-serif;
	font-size:13px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:25px;
	padding:0;
	text-align:center;
}
.ViewSelectorStyle{}
.WeekendDayStyle
{
	padding-left: 0;
	text-align: right;
	vertical-align: top;
	color: #A43A00;
	cursor: default;
	font-weight: normal;
	
	border-color: transparent;
	border-style:solid;
	border-width:1px;
	
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
}

.DayHasEvent
{
	background-image: url(images/icon-date.jpg);
	background-repeat: no-repeat;
	background-position: left center;

	padding-left: 15px;
	color:#CC0033 !important;
	font-weight:bold !important;
	text-decoration:underline !important;
}
.DayHasNotEvent
{
	padding-left: 15px;
}

.CalendarTableStyle .EventTime
{
	text-align: left;
	border-top: dotted 1px silver;
	padding: 2px 0px 0px 2px;
}
.CalendarTableStyle .EventTime a
{
	color: Black;
	text-decoration: none;
}
.CalendarTableStyle .EventTitle
{
	text-align: left;
	padding: 0px 0px 3px 2px;
}
.CalendarTableStyle .EventTitle a
{
	color: Black;
}

.EventView, .tdEventView
{
	padding: 5px;
}
.EventView .EventTime, .tdEventView .EventTime
{
	font-size: xx-small;
	padding: 3px 0px;
}
.GoBackButton
{
	color: Black;
}
.EventHeading
{
	font-weight: bold;
	padding: 2px 0px;
}
.EventContent
{
}