
* {	padding: 0;	margin: 0;}

body
{
    background: #ffffff;
	margin: 0px 0px 0px 0px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapper
{
	margin: 0px auto;
	width: 942px;
}

#header
{
	position: absolute;
	top: 0px;
	width: 942px;
	color: #333333;
	padding: 0px;
	border: 0px solid #ccc;
	height: 121px;
	margin: 0px 0px 0px 0px; /* background-image:url(../images/header.jpg); */
}

#navigation
{
	position: absolute;
	top: 100px;
	width: 942px;
	color: #333333;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}

#content
{
	position: absolute;
	top: 121px;
    width: 932px;
	height: 650px;
	overflow: auto;
	color: #333333;
	border: 0px solid #ccc;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}

#footer
{
	position: absolute;
	top: 600px;
	width: 942px;
	height: 50px;
	color: #333333;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: table-cell;
	vertical-align: middle;
	background-image: url('../images/footer.jpg');
}

#logos
{
	position: absolute;
	top: 650px;
	width: 942px;
	height: 90px;
	color: #333333;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url('../images/logos.jpg?1223');
}

/*********** Admin CMS Divs ***************/
#adminContent
{
	position: absolute;
	top: 121px;
	overflow: auto;
	width: 932px;
	color: #333333;
	border: 0px solid #ccc;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	height: 395px;
}

#adminNavigationCrumb
{
	position: absolute;
	top: 100px;
	width: 942px;
	color: #333333;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
}

/*********** PageContent Styles ***********/
.TableBlankRow2px
{
	height: 2px;
}

.TableBlankRow5px
{
	height: 5px;
}

.TableBlankRow10px
{
	height: 10px;
}

.TableGrayLine
{
	background-color: gray;
	height: 1px;
}

.TableContentRow
{
	background-color: inherit;
}

.ContentTitle
{
	color: #DF7416;
	font-weight: bold;
	font-size: 12px;
	width: 95%;
}

.ContentTitleHome
{
	color: #DF7416;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	width: 95%;
}

.ContentDescription
{
	font-style: italic ;
	width: 95%;
	height: 25px;
}

.ContentHTMLStyle
{
	font-size: 9px;
	padding-left: 15px;
	padding-right: 15px;
}

input.textbox
{
	border-color: #666;
	border-width: 1px;
	border-style: groove;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

textarea
{
	border-color: #666;
	border-width: 1px;
	border-style: groove;
	overflow: scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

select.dropdownlist
{
	border-color: #666;
	border-width: 1px;
	border-style: groove;
	width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

span.labelStyle
{
	padding-left: 5px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td.labelTitle
{
	padding-left: 1px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td.labelText
{
	padding-left: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.contentPanel
{
	height: 400px;
	text-align: left;
	vertical-align: top;
	width: 30%;
	overflow:hidden;
}

.galleryPanel
{
	height: 400px;
	/*border: solid 1px red;*/
	overflow:hidden;
	text-align: left;
	vertical-align: top;
	width: 70%;
}

.slideshowPanel
{
	height: 400px;
	/*border: solid 1px red;*/
	overflow:hidden;
	vertical-align: middle;
	width: 55%;
}

.contentPanel2
{
	height: 370px;
	text-align: left;
	vertical-align: top;
	width: 40%;
	overflow:hidden;
}

.contentPanel3
{
	height: 370px;
	text-align: left;
	vertical-align: top;
	width: 60%;
}

.routePanel
{
	overflow: hidden;
	text-align: left;
	vertical-align: top;
	width: 55%;
}

.loginpanel
{
	height: 290px;
	padding-left: 0px;
	background-color: #F8F8F8;
	padding-top: 100px;
}

/********************* IMAGE GALLERIES ***********/

.GrayTableLine
{
	background-color: gray;
	height: 1px;
}

.SubjectStyle
{
	height: 12px;
	font-style: italic;
	font-weight: bold;
}

.ExtraInfoStyle
{
	height: 12px;
	font-style: italic;
	font-weight: bold;
}

.SubjectTextStyle
{
	font-size:10px;
	vertical-align:top;
}

.ExtraInfoTextStyle
{
	font-size:10px;
	vertical-align:top;
}

.itemContainer
{
	text-align: center;
}
.altItemContainer
{
	text-align: center;	
}

.ThumbStyle
{
	cursor: pointer;
	vertical-align:middle;
}

.altThumbStyle
{
	cursor: pointer;
	vertical-align:middle;
}

.ImageID
{
	text-align: center;
	font-size: 9px;
}

.altImageID
{
	text-align: center;
	font-size: 9px;
}

.divGallery
{
	position: absolute;
	left: 320px;
	top: 10px;
	width:340px;
	height: 385px;
	background-color: #F8F8F8; /*#EEEEEE;*/
	overflow: hidden;
}

.divPreview
{
	position: absolute;
	left:667px;
	top: 60px;
	width:255px; 
	height:255px; 
	background-color:#FFE4B5;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align:middle;
	text-align: center;
}

.tablePagerStyle
{
	width: 98%;
	margin: 0px auto 0px auto;
}

.tableThumbsStyle
{
	width: 98%;
	vertical-align: top;
	height: 112px;
	background-color:  #EEEEEE;/* #AA9987; */
	margin: 5px 3px 0px 3px;
}

.tableThumbsStyle2
{
	width: 75%;
	vertical-align: top;
	height: 80px;
	background-color:  #EEEEEE;/* #AA9987; */
	margin: 13px 2px 0px 2px;
	border: solid 0px orange;
}

.imagePreviewStyle
{
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	background-image: none;
	overflow: hidden;
}

.imageDescStyle
{
	text-align:center;
	font-size: 8px;
}

/***************** REPEATER STYLES **************/
.LinksToPages 
{
    color: #000; /* same color as the surrounding text */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;    
    text-decoration: none; /* to remove the underline */
    /*cursor: text; */
    /* to make the cursor stay as a text cursor, not the hand */    
}

.textPagerStyle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #DF7416;
}

.textPagerStyleNoBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #DF7416;
}

.linkPagerStyle, .linkWBorder
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #DF7416;
    text-decoration: none; /* to remove the underline */
}

.linkPagerStyle:hover, .linkWBorder:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #DF7416;
    text-decoration: underline;
}

.linkAndButtonText
{
	padding-bottom: 5px;
}

/* BUTTONS Styles*/

.submit input, .button, .pr-rounded-button, .rounded-buttons, input[type=button], input[type=submit] {
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px 8px !important;
	cursor: pointer;
	border: 1px solid #bbb;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	color: #464646;
	text-shadow: rgba(255,255,255,1) 0 1px 0;
}

.button a, .rounded-buttons a {
	font-weight: normal !important;
}

.submit input:hover, .button:hover, .rounded-buttons:hover, input[type=button]:hover, input[type=submit]:hover {
	color: #000;
	border-color: #666;

}

.submit input, .button, .rounded-buttons, input[type=button], input[type=submit] {
	background: #f2f2f2 url('../images/white-grad.png') repeat-x scroll left top;
}

.submit input:active, .button:active, .rounded-buttons:active, input[type=button]:active, input[type=submit]:active {
	background: #eee url('../images/white-grad.png') repeat-x scroll left bottom;
}

.pr-rounded-button {
	border-color: #298cba !important;
	font-weight: bold;
	color: #FFF !important;
	background: #21759B url('../images/button-grad.png') repeat-x scroll left top;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
}

.pr-rounded-button:hover {
	border-color: #13455b !important;
	color: #EAF2FA !important;
}

.pr-rounded-button:active {
	background: #21759b url('../images/button-grad.png') repeat-x scroll left bottom !important;
}


/******* LOGIN STYLES ***********/
table.loginstyle
{
	padding: 0 0 10px 15px;
	width: 280px;
	height: 120px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F9F8DB;
	border-color: Gray;
	border-width: thin;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	
}

.loginLabel
{
	font-style:italic;
	font-size: 8pt;
	padding-left: 25px;
}

.loginTextbox
{
	width: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.loginTitle
{
	text-align: left;
	color: #000000;
	background-color: #F2F2D2;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	vertical-align: top;
	height: 20px;
	padding-left: 8px;
}

.loginButton
{
	vertical-align: text-bottom;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

/************ ADMIN STYLES ***************/

.tableAdminStyle
{
	width: 98%;
	margin: 5px auto 0px auto;	
}

.gridview tr td
{
    padding: 3px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.gridview tr th
{
    padding: 3px;
    border-right: 1px solid #fff;
}

.logoutLinkStyle, .linkAndButtonStyle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #DF7416;
    text-decoration: underline;
}

.logoutLinkStyle:hover, .linkAndButtonStyle:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #DF7416;
    text-decoration: none; /* to remove the underline */
}

.CreatedStyle
{
	width:25%;
	font-size: 11px;
	text-align:right;
}

.MessageStyle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10px;
	color: red;	
}

.ErrorMessage
{
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 16px;
	margin-left: 45px;	
	margin-bottom: 15px;
}

.ErrorMessageSmall
{
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	margin-left: 35px;	
	margin-bottom: 15px;
}

