.login, A.login:link, A.login:visited, A.login:active{
color:White;
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
A.login:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
	font-weight: normal;
	text-decoration: none;
}

.ControlPanel, .PagingTable {
    width: 100%;
    background-color: #ffffff;
    BORDER-RIGHT: #ffffff 1px solid; 
    BORDER-TOP: #ffffff 1px solid; 
    BORDER-LEFT: #ffffff 1px solid; 
    BORDER-BOTTOM: #ffffff 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #74441C;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

.DateTime
{
	color:White;
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#74441C;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#74441C;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#74441C;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#74441C;
}



.TopBlue{
  background-color:#99CCFF;
  padding-right: 5px;
  text-align:right;
}


.topbrownback
{
	background-image:url('bckgd_top.jpg');
	background-repeat:repeat-x;
	height:14px;
}
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #74441C;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #74441C;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #74441C;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	 color: #69553C;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: #74441C;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
	 color: #83C8E7;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	 color: #74441C;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #69553C;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #69553C;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #74441C;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #69553C;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #74441C;
	color: #ffffff;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #74441C;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #74441C;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #74441C;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #74441C;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #74441C;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #74441C;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #74441C;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #74441C;
}

A:link  {
    text-decoration:    none;
    color:  #74441C;
}

A:visited   {
    text-decoration:    none;
    color:  #74441C;
}

A:hover {
    text-decoration:    underline;
    color:  #74441C;
}

A:active    {
    text-decoration:    none;
    color:  #74441C;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}
OL UL LI   {
    list-style-type:    disc;
}

HR {
    color: #74441C;
    height:1pt;
    text-align:left
}

.StandardWidth {
	width: 828px;
}
.FullHeight {
	height: 100%;
}
.FullWidth {
	width: 100%;
}
.OuterTable {
	width: 100%;
	height: 100%;
}
.Cowgirl_backbg{
	background-image: url(Cowgirl_backbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F8F4F3;	
}
.Cowgirl_bannerbg01{
	background-image: url(Cowgirl_bannerbg01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 229px;
}
.Cowgirl_bannerbg02{
	background-image: url(Cowgirl_bannerbg02.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 229px;
}
.Cowgirl_bannerbg03{
	background-image: url(Cowgirl_bannerbg03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 202px;
}

.Cowgirl_bannerbg04{
	background-image: url(Default_Header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 202px;
}

.Cowgirl_leftbg01{
	background-image: url(Cowgirl_leftbg01.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 14px;
}
.Cowgirl_leftbg02{
	background-image: url(Cowgirl_leftbg02.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 14px;
}
.Cowgirl_rightbg01{
	background-image: url(Cowgirl_rightbg01.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 14px;
}
.Cowgirl_rightbg02{
	background-image: url(Cowgirl_rightbg02.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 14px;
}
.Cowgirl_padd01{
	padding: 10px 7px 0px 7px;
}
/**/
.Contentpane{
	padding: 14px 14px 0px 14px;
}
.Contentpane01{
	padding: 0px;
}
.Leftpane{
	padding: 10px 0px 0px 0px;
}
.Toppane{
	padding: 14px 14px 0px 14px;
}
.Rightpane{
	padding: 14px 14px 0px 14px;
}
.Bottompane{
	padding: 14px 14px 0px 14px;
}
/* Container for main menu */
.MainMenu_MenuContainer {	
	background: transparent;
	padding: 0px;
	width: 100%;
}
/* Menu bar */
.MainMenu_MenuBar {
	padding: 0px; 
	background: transparent;
	width: 100%;
}
/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #74441C;
	font-size: 11px;
	font-weight: normal;  
	border: #74441C 1px solid;
	height: 16px;
}
/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #A58567; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=135, Strength=0); 
	border-bottom: #74441C 1px solid; 
	border-left: #74441C 1px solid; 
	border-top: #74441C 1px solid; 
	border-right: #74441C 1px solid;
}
.MainMenu_MenuIcon{
   display: none;
}
/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	cursor: pointer; 
	cursor: hand; 
	color: #D5C6B1;
	background: #74441C;
	border-left: #74441C 1px solid;
	border-right: #74441C 1px solid;
	height: 16px;
}
/* Elements we don't really need to see */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuBreak {
   display: none;
}
/* Idle state for main menu items */
.MainMenu_Idle {
   font-family: Arial, Helvetica, sans-serif;
	background-image: url(Cowgirl_menubg.jpg);
	height: 30px;
	width: 174px;
	font-size: 15px;
	color: #D5C6B1;
	font-weight: normal;
	background-repeat: no-repeat;
	background-color: transparent;
	letter-spacing: -1px;
	text-transform: uppercase;
}
/* Hover state for main menu items */
.MainMenu_Selected {
   font-family: Arial, Helvetica, sans-serif;
	background-image: url(Cowgirl_menubg.jpg);
	height: 30px;
	width: 174px;
	font-size: 15px;
	color: #f1f1f1;
	font-weight: normal;
	background-repeat: no-repeat;
	background-color: transparent;
	text-transform: uppercase;
}
/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
   font-family: Arial, Helvetica, sans-serif;
	background-image: url(Cowgirl_menubg.jpg);
	height: 30px;
	width: 174px;
	font-size: 15px;
	color: #D5C6B1;
	font-weight: normal;
	background-repeat: no-repeat;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: -1px;
}
/**/
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color:#F6F2E6; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #F6F2E6 1px solid; 
	border-bottom: #F6F2E6 1px solid; 
	border-top: #F6F2E6 1px solid; 
	border-right: #F6F2E6 1px solid;
	background-color: Transparent;
	padding: 0px 6px 0px 10px;
	height: 16px;
}
.ModuleTitle_MenuIcon {
   display: none;
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #966F4E; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=135, Strength=0); 
	border-bottom: #74441C 1px solid; 
	border-left: #74441C 1px solid; 
	border-top: #74441C 1px solid; 
	border-right: #74441C 1px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom: #966F4E 1px solid; 
	border-left: #966F4E 0px solid; 
	border-top: #966F4E 1px solid;  
	border-right: #966F4E 0px solid; 
	background-color: #966F4E; 
	height: 1px;
}
.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #F7F1E1; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	background-color: #74441C;
	height: 16px;
	padding: 0px 6px 0px 10px;
}
.ModuleTitle_MenuArrow {
   display: none;
}
.ModuleTitle_RootMenuArrow {
   display: none;
}
/**/

    
    

