﻿img, .img
{
	border: solid 1px gray;
/*    width: 222px;
    height: 156px;*/
}
.MeetDate
{
    font-weight: bold;
}

.Button
{
	border: double 2px #546048;
	font-weight: bold;
	text-transform:uppercase;
}

.TextBox
{
	border: solid 1px #546048;
}

.Button, .TextBox, hlbutton, .button
{
	background-color: #b6cf9c; 
	color: #546048; 
	padding: 3px
}

.box  
{
	border: solid 2px #546048; margin: 10px;
}
.boxTitle
{
	background-color: #546048; 
	color: #e9edd2; 
	font-family: Arial; 
	font-size: 14px; 
	font-weight:bold; 
	padding: 1px 1px 1px 1px;
}
.boxContent
{
	margin:10px;
}

/* standard elements */
* {
/*	margin: 0 0 0 2px;*/
	padding: 0;
}

a {color: #36C;}

a:hover {color: #06F;}

body {
	background: #4E5D3C url(img/bg.jpg);
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

p,blockquote,ul {margin-bottom: 1.2em;}

h1 {font: bold 2.0em serif;}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

ul {margin-left: 1.8em;}

blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	font: normal 1.3em serif;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.left {margin: 0 18px 6px 0;}

.divider {
	background: url(img/divider.gif) no-repeat;
	height: 20px;
	margin: 24px 0;
}

/* structure */
.container {
	background: url(img/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 1006px; /*836px;*/
}

.gfx {
	/*background: url(img/gfx.jpg) no-repeat;*/
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 24px;
}

.top 
{
	background: url(img/bgcontent.gif) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 957px;
	margin: 0 auto;
}

.header
{
    /*background: url(img/header-background.gif) x-repeat; /* center right;*/
    color: #FFC;
    font-size: 1.9em;
    height: 232px;
    padding-right: 0px;
    background-color: #4E5D3C;
    background-image: url('img/header-background.gif' );
    background-image: url('img/header.jpeg' );
    background-repeat: repeat-x;
    /*border: solid 1px red;*/
}

.header h1 {
	font: normal 2.8em serif,sans-serif;
	padding: 52px 0 14px 0;
/*	border: solid 1px white;*/
}

.pattern {
	background: #334127 url(img/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}

/* navigation */
.navigation {margin: 0 24px;}

.navigation a, .navHeader {
	color: #6C7151;
	font: bold 1.5em serif;
/*	font-family:Serif;*/
	line-height: 50px;
	margin: 0 16px;
	text-decoration: none;
}
.navigation a:hover,.navigation #selected {
	color: #2C3111;
}

/* content */
.content {
	background: url(img/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 25px;
	padding: 0 38px 12px;
	min-height: 400px;
}
.content .spacer {
	height: 42px;
}

/* content item */
.item {clear: both;}

.item img {border: 1px dashed #8A6;}

.item .title {
	color: #445044;
	font: normal 2em serif;
	font-weight: normal;
}

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 2.4em;
}

.item .metadata {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}

a
{
    color: #445044;
}

ul
{
	list-style-image: url(img/bullet.gif);
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) no-repeat;
	color: #666;
	font-size: 1.1em;
	/*line-height: 41px; */
	margin: 0 auto;
	text-align: center;
	width: 956px;
}

.footer a {
	color: #666;
	text-decoration: none;
}

.footer a:hover {
	color: #333;
	text-decoration: underline;
}

/* gridview stuff */
.HeaderStyle
{
    font-weight:bold; 
    padding: 3px 5px 3px 5px; 
    border-bottom: solid 1px #546048; 
    font-size:1.2em; 
    background-color: #546048;
    text-align: left;
    color: #FFC;
}

.AlternatingRowStyle
{
    background-color: #F5F5DC;
}

.SelectedRowStyle
{
    color: #F5DEB3;
    background-color: Maroon;
}

.SelectedRowStyle a
{
    color: #F5DEB3;
}

a
{
    color: #546048;
}

.hlbutton
{
    padding:5px;
    text-decoration: none;
}


/*---------------------------------------------------------------------*/

.example-panel
{
    width: 743px;
    height:560px;
    background: transparent url('Images/background.png') no-repeat 0 0;
    padding-top: 34px;
    padding-left: 7px;
}

.example-panel .title
{
    color:#000;
    font: 14px 'Segoe UI', Arial, sans-serif;
    position:absolute;
    top: 5px;
    padding-left: 5px;
}

.RadSplitter
{
    border: none !important;
    margin: 0 !important;
}

.RadPanelBar .rootGroup
{
    border-left: none;
    border-right: none;
}

.calendar-container
{
    width:220px;
    margin: 7px auto;
}

#RadScheduler1Panel
{
    width: 100%;
    overflow: hidden;
}

div.RadScheduler
{
    width: 100%;
}

/* Styles for the appointment Subject */
.RadScheduler .rsAptSubject 
{
    text-align: left; 
    margin: 0 0 3px;
    font-size: 11px; 
    font-weight: bold; 
    color: #369;
    height: 27px;
    border-bottom: 1px solid #8bf;
    width: 100%; 
}     

/* Remove the Subject underline for all-day appointments */
.RadScheduler .rsAllDayRow .rsAptSubject 
{
    border-bottom: none;
}

.rsCustomAppointmentContainer 
{
}
