/* ================================
    CSS STYLES FOR Art Reach
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


/*  custom styles */

.floatImageLeft, .floatImageRight{ cursor:default;   font: 0.9em bold italic;       margin-bottom: 10px; color: #000; text-align:center;}
.floatImageLeft {float: left;    margin-right: 10px; }

.floatImageRight{  float: right;    margin-left: 10px;  }
.floatImageLeft img, .floatImageRight img{    border: 1px solid #CCC;    margin-bottom: 5px; cursor:default;}


img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}


.quotes {font: 0.9em Arial, Helvetica, sans-serif; color:#000;}

.quotes, quoteswide {
    display: block;
    padding: 0 20px;
   
	margin-bottom:50px;
}   
.quotes {width: 200px;}
.quoteswide {width: 400px; margin-left: 200px; font-style:italic;}
.quotes:before, .quotes:after, .quoteswide:before, .quoteswide:after {
    color: #69c;
    display: block;
    font-size: 700%;
    width: 50px;
    }
.quotes:before {
    content: open-quote;
    height: 0;
    margin-left: -0.35em;
}

 .quoteswide:before {
    content: open-quote;
    height: 0;
    margin-left: -0.65em;
}

.quotes:after {
    content: close-quote;
    height: 50px;
    margin-top: -70px;   
    margin-left:  200px;
}
 .quoteswide:after {
    content: close-quote;
    height: 50px;
    margin-top: -70px;   
    margin-left:  400px;
}
.author {font:1.0 em "Times New Roman", Times, serif; color:#333333;}
.authorLaura {margin-left: 400px; font-style:italic; font-size: 1.0em;}

/* cycle style */
.artpics { height: 331px; width: 482px; padding:0; margin:0; overflow: hidden; text-align:center; }
.artpics img { height: 299px; width: 450px; padding: 15px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }


/* utilities */
.hide {display: none;}
.Leftfloat {float:left;}
.Rightfloat {float:right;}
.clear {clear:both;}	
.bold {font-weight:bold;}

