
/*--------------------------------------------------------*/
/*                                                                      */
/*       Murphy Rabb, Inc                                       */
/*                                                                      */
/*       Versive LLC                                              */
/*       http://www.versive.com                              */
/*       Vroom 1.0 Stylesheet                                  */ 
/*--------------------------------------------------------*/


/*--------------------------------------------------------*/
/*  Body and General set up    (don't alter)              */
/*--------------------------------------------------------*/

/* Defaults 
* {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    color: #666666;
    }
*/
.VersiveInit {
    color: #ffffff;
}

html {
	height: 100%; /* Force browser height to 100% */
}

body {
	background-color: #d1d1c1; 
	margin: 0px; 
	padding: 0px;
}

table, tr, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 1.4em;
}

/*--------------------------------------------------------*/
/*  Main Menu                                                     */
/*--------------------------------------------------------*/


/* Container for main menu */
.MainMenu_MenuContainer {
	background: transparent;
	height: 40px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}


/* Menu bar */
.MainMenu_MenuBar {
	/*	background: url(menu_background.jpg) no-repeat;*/
	height: 40px;

	
}

/*changed right and left padding */
.MainMenu_Idle td, .MainMenu_Selected td, .MainMenu_Active td, .MainMenu_BreadcrumbActive td {
	font-size: 11px;
	margin: 0;
	padding: 0 4px 0 4px;
}

/* Idle state for main menu items */
.MainMenu_Idle { 
	height: 40px;
	background: url(menu_separator.gif) top right no-repeat transparent;
	color: #333333;
	font-weight: bold;
	font-size: 11px; 
}


/* Hover state for main menu items */
.MainMenu_Selected {
	height: 40px;
	background: url(menu_separator.gif) top right no-repeat transparent;
	color: #990000;
	font-weight: bold;
	font-size: 11px; 
}


/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	height: 40px;
	background: url(menu_separator.gif) top right no-repeat transparent;
	color: #990000;
	font-weight: bold;
	font-size: 11px; 
}

/* orangeish-yellow e9c155 */
/* Hover state on main menu*/
.MainMenu_MenuItemSel {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	cursor: pointer; 
	cursor: hand; 
	color: #990000;
	padding: 1px 4px 0 2px;
	/*background: #f5f5f1;*/
	background: url(space.gif);
}


/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuBreak {
	display: none;
}

/* -----------------------submenu--------------------------------------*/


/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333;
	font-size: 11px; 
	font-weight: bold;
	/*background: #cccccc;*/
	padding: 1px 4px 0 2px;
	/*border: 2px solid #acaca5;*/

}


/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: #f5f5f1;
	border: 1px solid #999999;
    padding: 1px 4px 0 2px;
	filter: alpha(opacity=90, FinishOpacity=90, Style=1);
	-moz-opacity: 0.90;
}



/*--------------------------------------------------------*/
/*  Module Menus                                                */
/*--------------------------------------------------------*/

/* Outer container for module submenu */
.ModuleTitle_MenuContainer {
	color: #333;
}


/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}


/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	padding: 1px 10px 2px 0px;
}


/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	background-color: #f7f7f7;
	border: 1px solid #666;
	padding: 0px;
	filter: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color-'#999999', Direction-135, Strength-3);
}


/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #333;
	padding: 1px 10px 2px 0px;
}

.ModuleTitle_MenuIcon {
	border: 1px solid #eee;
	padding: 0 3px 0 3px;
}

/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}

/*--------------------------------------------------------*/
/*  Containers                                                     */
/*--------------------------------------------------------*/

/* Establishes bg for viewable area */
.MurphyRabb {
	background: #d1d1c1;
}


/* Maintains consistent width */
.SiteWidth {
	width: 788px;
	margin: 0px 0px 0px 0px;
	/* margin: 10px 0 10px 0; */
}


/* Portal */
.TopRow {
	height: 270px;
	padding: 0;
	background: url(header.jpg) no-repeat;
}
/* not used */
.MenuRow {
	height: 40px;
	padding-left: 26px;
	padding-right: 0 px;
	padding-top: 0 px;
	padding-bottom: 0 px;
		background: url(menu_background.jpg) no-repeat;
}

/* Contains date/login info */
.HeaderCell {
	text-align: right;
	padding: 6px 45px 0 0;
	height: 37px;
	font-size: 11px;
}

/* Spacer cell */
.SpacerCell {
	text-align: right;
	padding: 6px 45px 0 0;
	height: 84px;
	font-size: 11px;
}


/* Search */
.SearchTD {
	padding: 0 0 15px 0;
}


/* Contains menu */
.MenuCell {
	padding-left: 28px;
	padding-right: 0 px;
	padding-top: 4 px;
	padding-bottom: 0 px;
	height: 25px;
}

/*Pushes menu text below graphic */
.EmptyCell {
	background: url(space.gif);
	height: 189px;
}

/* Everything between header and footer */
.MiddleRow {
	background: url(background.jpg) repeat-y;
	padding: 0 65px 0 40px;
}


/* Holds breadcrumbs */
.Breadcrumbs {
	padding: 0 0 10px 10px;
	font-size: 13px;
	color: #999;
	font-weight: bold;
}


/* For left-hand column content */
.SideContent {
	width: 177px;
	padding: 0 33px 0 15px;
}


/* For main column content */
.MainContent {
	padding: 0 10px 0 0;
}


/* Content in the side pane */
.ContentSide {
	padding-top: 14px;
}


/* For left column within the main content area */
.ContentLeft {
	width: 33%;
}


/* For center column within the main content area */
.ContentCenter {
	width: auto;
}


/* For right column within the main content area */
.ContentRight {
	width: 33%;
}

/* Footer graphic */
.BottomRow {
	background: url(footer.jpg) no-repeat;
	height: 39px;
	vertical-align: bottom;
	text-align: right;
}


/* Contains terms/copyright info */
.FooterCell {
	text-align: right;
	padding: 0 45px 8px 0;
	font-size: 11px;
}


/* Separator image between header and footer links */
.Bullet {
	background: url(bullet.gif) no-repeat;
	height: 10px;
}

/*--------------------------------------------------------*/
/*  Links                                                 */
/*--------------------------------------------------------*/


/* Basic links */
a:link, a:visited, a:active {
	color: #ae8534;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

/* For the Register and Login/Logout links in the header */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

a.LoginLink:hover {
	font-weight: bold;
	font-size: 11px;
	color:#990000;
	background: #e9c155;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active {
	font-weight: bold;
	font-size: 13px;
		text-decoration: none;
}

a.BreadcrumbLink:hover, .BreadcrumbLink {
	font-weight: bold;
	font-size: 13px;
		text-decoration: none;
}


/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	font-weight: bold;
	color: #333;
}

a.CommandButton:hover {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}



/* link colors
#Site a, #Site .BreadcrumbLink {color: #e9c155;}
 */

/*--------------------------------------------------------*/
/*  Text                                                  */
/*--------------------------------------------------------*/


/* Style for current date token */
.CurrentDate {
	color: #000;
	font-size: 11px;
}


/* Style for copyright text in footer */
.CopyrightText {
	color: #333;
	font-size: 11px;
}


/* Used in admin sections */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333;
	padding: 0;
}

.ContentSide .Normal, .ContentSide p, .ContentSide td, .ContentSide .NormalBold {
	font-size: 11px;
	color: #333;
}

.Head {
	color: #333;
	font-weight: bold;
}

.Normal {
	font-size: 12px;
	color: #333;
}


/* Bold colored - used for warnings and such */
.NormalRed {
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}


/* Normal bold text */
.NormalBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.artist-name {
	font-weight: bold;
	color: #e9c155;
}

/*--------------------------------------------------------*/
/*  Bullets and horizontal rules                             */
/*--------------------------------------------------------*/

LI { 
	list-style-image: url(listitem.gif);
	list-style: square;
	}
	
HR { 
	border-top: solid; 
	color: #999999;
} 

/*--------------------------------------------------------*/
/*  Forms                                                            */
/*--------------------------------------------------------*/

select, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}


/* Applies to text input boxes */
.NormalTextBox {
	color: #333;
	padding-left: 4px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #333;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}


/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}

/*--------------------------------------------------------*/
/*                                                        */
/*--------------------------------------------------------*/










