/* ================================
    FILE: CSS STYLES FOR - Central Oregon Independent Practice Association
    DATE: 12/15/2005
   ================================
*/

/*******************************************
*
*  Body Style
*
*******************************************/
Body
{
	background-color: #FFFFFF;
}

/*******************************************
*
*  Header Background Style
*
*******************************************/
.HeaderBG
{
	background-image: url('Images/Backgrounds/COIPAHeader.jpg');
	background-repeat: no-repeat;
	height: 236px;
}

/*******************************************
*
*  Footer Background Style
*
*******************************************/
.FooterBG
{
	background-image: url('Images/Backgrounds/COIPAFooter.jpg');
	background-repeat: no-repeat;
	height: 30px;
}

/*******************************************
*
*  Navigation Area Background Style
*
*******************************************/
.NavigationTopBG
{
	background-image: url('Images/Backgrounds/NavigationTop.jpg');
	background-repeat: no-repeat;
	width: 250px;
	height: 5px;
}

.NavigationMiddleBG
{
	background-image: url('Images/Backgrounds/NavigationMiddle.jpg');
	background-repeat: repeat-y;
	width: 250px;
}

.NavigationBottomBG
{
	background-image: url('Images/Backgrounds/NavigationBottom.jpg');
	background-repeat: no-repeat;
	width: 250px;
	height: 5px;
}

/*******************************************
*
*  Content Cell Module Header Style
*
*******************************************/
.ContentPaneModuleHeader
{
	/*background-image: url('Images/Backgrounds/ContentPaneModuleHeader.jpg');
	background-repeat: no-repeat;*/
	height: 25px;
	width: 490px;
	font-family: verdana;
	font-size: 13px;
	font-weight: 600;
	color: #666666;	
	border-bottom: 1px solid #a9bba6;
}

/*******************************************
*
*  Content Cell Style
*
*******************************************/
.ContentCell
{
	border-top: 1px solid #a9bba6;
	border-left: 1px solid #a9bba6;
	border-right: 1px solid #a9bba6;
	border-bottom: 1px solid #a9bba6;
	width: 800px;
}

.ContentPaneSeparator
{
	width: 483px;
	background-image: url('Images/Miscellaneous/ContentPaneSeparator.gif');
	background-repeat: repeat-x;
}

/*******************************************
*
*  Text Styles
*
*******************************************/
.IntroductionText
{
	color: #414e41;
	font-family: Verdana;
	font-size: 11px;
}

.ReadableText
{
	color: #414e41;
	font-family: Verdana !important;
	font-size: 11px !important;
}

.FooterText
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
}

.FooterDividerText
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 20px;
	font-weight: 100;
}

.ContactUs:link
{
	color: White;
	text-decoration: none;
}

.ContactUs:visited
{
	color: White;
	text-decoration: none;
}

.ContactUs:hover
{
	color: White;
	text-decoration: underline;
}

.DateTime
{
	color: #5a5d55;
	font-family: Tahoma;
	font-size: 11px;
}

.AdminGray
{
	font-family: Verdana;
	font-size: 10px;
	color: #696969;
}

.AdminGrayMedium
{
	font-family: Verdana;
	font-size: 11px;
	color: #696969;
}

.AdminGrayHeader
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: 700;
	color: #363636;	
}

.AdminDarkBold
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: 700;
	color: #333333;	
}

.AdminLightBold
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: 700;
	color: #666666;	
}

.AdminFormError
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: 700;
	color: #FF0000;	
}

.FormError
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: 700;
	color: #FF0000;	
}

.SignInText
{
	font-family: Arial;
	font-size: 12px;
	color: #696969;
}

.TextDark
{
	font-family: Arial;
	font-size: 12px;
	color: #333;
}

.TextDark_Small
{
	font-family: Arial;
	font-size: 9px;
	color: #333;
}

.NewsHeader
{
	color: #414e41;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 600;
}

.NewsTitleText
{
	color: #a82020;
	font-family: Verdana;
	font-size: 11px;
	font-weight: 600;
}

.NewsDateText
{
	color: #414e41;
	font-family: Verdana;
	font-size: 11px;
	font-weight: 600;
}

.NewsText
{
	color: #414e41;
	font-family: Verdana;
	font-size: 10px;
	font-weight: 500;
}

.DocumentHeader
{
	background-color: #637065;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
}

/*******************************************
*
*  Link Styles
*
*******************************************/

.AdminLink:link
{
	font-family: Verdana;
	font-size: 11px;
	color: #458344;
}

.AdminLink:active
{
	font-family: Verdana;
	font-size: 11px;
	color: #458344;
}

.AdminLink:visited
{
	font-family: Verdana;
	font-size: 11px;
	color: #458344;
}

.AdminLink:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #19521b;
}

.NavigationLink:link
{
	font-family: Arial;
	font-size: 16px;
	color: #458344;
	text-decoration: none;
}

.NavigationLink:active
{
	font-family: Arial;
	font-size: 16px;
	color: #458344;
	text-decoration: none;
}

.NavigationLink:visited
{
	font-family: Arial;
	font-size: 16px;
	color: #458344;
	text-decoration: none;
}

.NavigationLink:hover
{
	font-family: Arial;
	font-size: 16px;
	color: #19521b;
	text-decoration: none;
}

.SignInLink:link
{
	font-family: Arial;
	font-size: 12px;
	color: #696969;
	text-decoration: none;
}

.SignInLink:active
{
	font-family: Arial;
	font-size: 12px;
	color: #696969;
	text-decoration: none;
}

.SignInLink:visited
{
	font-family: Arial;
	font-size: 12px;
	color: #696969;
	text-decoration: none;
}

.SignInLink:hover
{
	font-family: Arial;
	font-size: 12px;
	color: #19521b;
	text-decoration: none;
}

.AdLink:link
{
	font-family: Arial;
	font-size: 10px;
	color: #414e41;
}

.AdLink:active
{
	font-family: Arial;
	font-size: 10px;
	color: #414e41;
}

.AdLink:visited
{
	font-family: Arial;
	font-size: 10px;
	color: #414e41;
}

.AdLink:hover
{
	font-family: Arial;
	font-size: 10px;
	color: #19521b;
}

.AdLink_12:link
{
	font-family: Arial;
	font-size: 12px;
	color: #414e41;
}

.AdLink_12:active
{
	font-family: Arial;
	font-size: 12px;
	color: #414e41;
}

.AdLink_12:visited
{
	font-family: Arial;
	font-size: 12px;
	color: #414e41;
}

.AdLink_12:hover
{
	font-family: Arial;
	font-size: 12px;
	color: #19521b;
}

/*******************************************
*
*  TextBox Styles
*
*******************************************/

.AdminTextBox
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: 500;
	color: #458344;
}

.AdminFileTextBox
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: 500;
	color: #458344;
	width: 300px;
}

/*******************************************
*
*  NavigationDiv Styles
*
*******************************************/

.NavigationDiv
{
	position: relative;
	z-index: 1;
	left: 0;
	top: 115;
	width: 270px;
}

.SignInDiv
{
	position: relative;
	z-index: 2;
	left: 0;
	top: 30;
}

.DateAndTimeDiv
{
	position: relative;
	z-index: 3;
	left: 300;
	top: 46;
}

/*******************************************
*
*  Member Navigation Styles
*
*******************************************/
.MemberNavigationTable
{
	background-color: #d5d5d5;
	border: 1px solid #999999;
	height: 20px;
	width: 483px;
}

.MemberSubItemNavigationTable
{
	background-color: #Fcfcfc;
	border: 1px solid #CCCCCC;
	font-family: Tahoma;
	font-size: 11px;
	color: #363636;
	padding-left: 5px;
	margin-left: 1px;
}

.MemberTopMenuItem 
{
	background-image: url('Images/Navigation/TopItem.gif');
	background-repeat: repeat-x;
	height: 20px;
	cursor: auto; cursor: pointer;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #666666;
}

.MemberTopMenuItem_Over
{
	background-image: url('Images/Navigation/TopItem_Over.gif');
	background-repeat: repeat-x;
	height: 20px;
	cursor: auto; cursor: pointer;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #666666;
}

.MemberTopMenuSpacer
{
	background-image: url('Images/Navigation/spacer.gif');
	background-repeat: no-repeat;
}

.MemberSubMenuItem 
{
	background-image: url('Images/Navigation/SubItem.gif');
	background-repeat: no-repeat;
	height: 20px;
	cursor: auto; cursor: pointer;
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 15px;
	
}

.MemberSubMenuItemArrow
{
	background-image: url('Images/Navigation/SubItemArrow.gif');
	background-repeat: no-repeat;
	height: 20px;
	cursor: auto; cursor: pointer;
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 15px;	
}

.MemberSubMenuItem_Over
{
	background-image: url('Images/Navigation/SubItem_over.gif');
	background-repeat: no-repeat;
	height: 20px;
	cursor: auto; cursor: pointer;
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 15px;
	
}

.MemberSubMenuItemArrow_Over
{
	background-image: url('Images/Navigation/SubItemArrow_Over.gif');
	background-repeat: no-repeat;
	height: 20px;
	cursor: auto; cursor: pointer;
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 15px;	
}

/*******************************************
*
*  List Item Styles
*
*******************************************/
LI
{
	line-height: 18px;
}

/*******************************************
*
*  Table Styles
*
*******************************************/
.LatestNewsTable
{
	border: 1px solid #c7e0c3;
	background-color: #f7f7f7;
	width: 250px;
}

.NewsSeparator
{
	background-image: url('Images/Miscellaneous/NewsSeparator.gif');
	background-repeat: repeat-x;
	width: 200px;	
}

/*******************************************
*
*  Checkbox Styles
*
*******************************************/
.RequestFormCheckbox
{
	height: 24px;
	margin: -4px;
}

/************************************************************
*
*  Span override to handle font issues when using FCKEditor
*
************************************************************/
