﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    /*background: #A17453;*/
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: Black;
    text-align: center;
    height: 100%;
}

html
{
    height: 100%;
}

a img 
{
    border: none;
}

a:visited, a:active
{
    background-color: transparent;
}


.bgimage
{
    position:fixed; 
    top:0px; 
    left:0px; 
    width:100%; 
    height:100%;
    background: url(images/NewBackground3.png);
}

.introlink:link, introlink:visited, introlink:active
{
    color: White;
    font-weight: bold;
    text-decoration: none;
}

.introlink:hover
{
    color: White;
    font-weight: bold;
    text-decoration: underline;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
.menuright
{
float: right; 
clear: right;
position:relative; 
padding-top:6px; 
padding-right: 10px;
}

.menuleft
{
float: left; 
text-align: left;
}

.applicationtitle
{
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    color: #f9f9f9;
    border: none;
    font-size: 3.5em;
}

.applicationsubtitle
{
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    color: #dde4ec;
    border: none;
    font-size: 2.5em;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-top: 25px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 25px;
}

h2
{
    font-size: 2.5em;
    font-weight: 800;
    color: #5A614E;
    width: 100%;
    border-bottom: 2px solid white;
    margin-bottom: 15px;
    margin-top: 0px;
}

.pageheader
{
    display: block;
    clear: both;
    float:none;
    font-size: 2.5em;
    color: #252560;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 800;
    width: 98%;
    border-bottom: 2px solid white;
    margin: auto auto auto auto;  
}

.subheadinglabel
{
    color: White;
    font-size: 16pt;
    font-weight: bold;
 }

.subheadinglabelunderline
{
    color: White;
    font-size: 16pt;
    font-weight: bold;
    text-decoration: underline;
 }

   
.subheadingvalue
{
    color: White;
    font-size: 16pt;

}   

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page
{
    width: 956px;
    background-color: #938FC3;
    margin: 0px auto 0px auto;
}

.pnlpage
{
    width: 960px;
    /*background-color: #A3A246;*/
    margin: 25px auto 10px auto;
    position:relative; 
    z-index:0;
}    

.pnlinfo
{
    width: 290px;
    color: White; 
    background-color: #252560;
}    

.header
{
    position: relative;
    margin: 0px 0px 0px 0px;
    margin: auto;
    padding: 0px 0px 0px 00px;
    /*background: #535B43;*/
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 3.5em;
}

.main
{
    min-height: 420px;
    clear: both;
    float: none;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/* TAB MENU   
----------------------------------------------------------*/
.divlanguage
{
    margin: 0px;
    padding: 4px 10px 0px 0px;
    float:right;
    clear: right;
}

div.hideSkiplink
{
    width:100%;
    background-image: url(../images/menubar23pixel.png);
    background-repeat: repeat-x; 
    /*border-bottom: 2px solid white;*/
    height: 32px; 
}

/* TAB MENU1   
----------------------------------------------------------*/
div.menu
{
    padding: 4px 0px 4px 0px;
    display: inline;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 1px 0px 0px 0px;
    width: auto;
    background-color: transparent;
    
}

div.menu ul li a, div.menu ul li a:visited
{
    color: #dde4ec;
    display: block;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
    /*line-height: 1.35em;*/
    font-size: 16px;
    border-right: 2px white solid;
}

div.menu ul li a:hover
{
    color: White;
    text-decoration: underline;
}

/* Level 2 stuff */ 
div.menu ul li ul
{
    border-left: 1px solid white;
    border-right: 1px solid white;
    margin-top: 5px;
    z-index: 20;
    
}

div.menu ul li ul li a , div.menu ul li ul li a:visited 
{
    color: #EEE8AA;
    background-color: #676D50;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
    white-space: nowrap;
    display: block;
    z-index: 20;   
    list-style: none;
    border: 0px black solid;
    margin: 0px;
    padding: 0px 15px 5px 5px;
    width: auto;  
}


div.menu ul li ul li a:hover
{
    background-color: #EEE8AA;
    color: #676D50;
    text-decoration: underline;
}
/* FORM ELEMENTS   
----------------------------------------------------------*/
fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 2px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 200px;
    border: 1px solid #ccc;
    float: left;
}

input.passwordEntry 
{
    width: 200px;
    border: 1px solid #ccc;
    float: left;
}

div.accountInfo
{
    width: 40%;
    margin: auto;
    text-align:center;
}


div.accountInfo1
{
    width: 60%;
    margin: auto;
}

div.accountInfo2
{
    width: 90%;
    margin: auto;
}
/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.tablecenter
{  
    margin-left:auto; 
    margin-right:auto;
}


.title
{
    background-image: url(../images/GBarSceneLogo.png);
    display: block;
    float:none;
    text-align: center;
    width: 100%;
    clear:both;
    height: 223px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: left;
    padding: 5px;
    color: White;
    float:left;
    width: 20%;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
    font-weight: bold;
    background-color: White;
}

.failureNotification1
{
    font-size: 1.2em;
    color: White;
    font-weight: bold;
    padding-left: 5px;
    text-align: left;
}

.bold
{
    font-weight: bold;
}

.boldunderline
{
    font-weight: bold;
    text-decoration: underline;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.submitButtoncenter
{
    text-align: center;
}


/************ Error Div Styles ****************/

.errordiv
{
	text-align: center;
	background-color: #a3a6b8; 
	color: #000000;
	font-size: small;
	border-style:none;
}

/* standard styles */
.loginfailure
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif; 
    color: Red;
    font-weight: bold;
    font-size: medium;
    text-align:center;
    background-color: White;
}


.stdlabels
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif; 
    color: White;
    font-weight: bold;
    font-size: medium;
    text-align:right;
}

.stdlabels1
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif; 
    color: White;
    font-weight: bold;
    font-size: medium;
    text-align:right;
    display: block; 
    float: left;
    width: 200px;
    padding-right: 5px;
}

.stdlabelscenter
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif; 
    color: White;
    font-weight: bold;
    font-size: medium;
    text-align: center;
}

.stdlabelsboldblack
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif; 
    color: Black;
    font-weight: bold;
    font-size: 1.2em;
}

.stdlabelsboldblackpad
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif; 
    color: Black;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0px, 10px, 0px, 10px;
}

.stdgridlabels
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif; 
    /*color: White;*/
    font-size: 1.2em;
}

.textboxaslabel
{   font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif; 
    text-align: center;
    font-size: 1.2em;
    background-color: transparent;
    overflow: hidden;
}
.infolabels
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif; 
    color: White;
    font-size: medium;
    text-align:center;
}


.infolabelsbigbold
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif; 
    color: White;
    font-size: 1.6em;
    font-weight: bold;
    text-align:center;
}


.infolabelsleft
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif; 
    color: White;
    font-size: medium;
    text-align:left;
    float:left;
}

.stdbutton
{   
    
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: White;
    font-size:small;
    font-weight: bold;
    background: #A45640;
}

/*  Selection area at top of content pages formt */
.divselectionrightcolumn
{
    float:right;
    width: 50%; 
    text-align:left;
    margin-bottom: 5px;
    margin-top: 15px;
    padding-bottom: 10px;
}

.divselectionleftcolumn
{
    float:left; 
    width:47%; 
    text-align:right;
    margin-bottom: 5px;
    margin-top: 15px;
    padding-bottom: 10px;
}

.pnlselections
{
    background-color: #847D9F;
    width: 99%;
    margin: auto auto 10px auto;
    float: left;
    z-index:5;

}    

.divaccordion   
{
    /*border: 10px solid blue;*/
    margin: auto;
    /*padding-bottom: 50px;*/
    clear: both;
    text-align: center;
    width: 90%;
 }
 
 .accordion
 {
    margin: auto auto 20px auto;
    width: 860px;
 }

.admingridview 
{
    border: 5px solid  #6A7155;
    margin: auto auto auto auto;
}
 
 .admingridview caption
 {
 background-color: #6A7155;
 color: White;
 font-size: 16pt;
 font-weight:bold;
 }
 
 .admingridview a
{
 /*background-color: #B2AF57;*/
 color: White;
 font-size: 12pt;
}
  
.admingridview a:link, .admingridview a:visited, .admingridview a:active
{
    /*background-color: #B2AF57;*/
    /*background-color: red;*/
    color: White;
    font-size: 12pt;
    font-weight:bold;   
    cursor: pointer;
}
  
.admingridview a:hover
{
    /*background-color: #B2AF57;*/
    color: White;
    font-size: 12pt;
    font-weight:bold;   
    cursor: pointer;
}

.appgridview 
{
    /*border: 5px solid  #868B4B;*/
    /*border: 5px solid  green;*/
    margin: auto;   
 }
 
 .appgridview caption
 {
 /*background-color: #6A7155;
 background-color: Red;*/
 color: White;
 font-size: 16pt;
 font-weight:bold;
 }
 
 .appgridview a
{
    color: #5A614E;
    cursor: pointer;
    font-size: 1.2em;
}
 
 
.appgridview a:link, .appgridview a:visited, .appgridview a:active
{
    color: #5A614E;
    font-weight: bold;
    cursor: pointer;
    font-size: 1.2em;
}
 
.appgridview a:hover
{
    color: #5A614E;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
    font-size: 1.2em;
}
 
.eventgridview
{
    margin: auto;   
    margin-bottom: 8px;
 }

.grivieweventtitle
{
    font-weight: bold;
    font-size: 1.0em;
    text-decoration: underline;
}

.grivieweventdescription
{
    font-size: 1.0em;
}

 .LocationName
{
    color: #B2AF57;
    font-size: 1.4em;
    font-weight: bold;
}
  
 .LocationRating
{
    color: #B2AF57;
    font-size: 1.4em;
    font-weight: bold;
}

.LocationRank
{
    color: #B2AF57;
    font-size: 1.6em;
    font-weight: bold;
}

 .columnheaders
 {
     
     background-color: #868B4B;
     /*background-color: red;  */
     color: White;
     font-size: 12pt;
     font-weight:bold;
 }

 .columnheaderslarge
 {
 background-color: #8882A2;    
 color: White;
 font-size: 14pt;
 font-weight:bold;
  }

  .divmainarea
 {
    position:relative;
    float:none;
    clear:both; 
    text-align:center; 
    margin: 20px auto auto auto;
    padding-bottom: 20px;
    /*margin-top: 20px;*/
 }
 
 .rtggeneral
 {
     padding-left: 10px;
 }

.ratingStar {
    font-size: 0pt;
    width: 20px;
    height: 19px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar 
{
    /*margin-top: 5px;*/
    background-image: url(../images/fullstarmedium.gif);

}

.emptyRatingStar 
{
    /*margin-top: 5px;*/
    background-image: url(../images/EmptyStarMedium.gif);
}

.savedRatingStar 
{
    /*margin-top: 5px;*/
    background-image: url(../images/fullstarmedium.gif);
}

.tablecaptions
{
    float:left; 
    clear:left; 
    text-align:center; 
    width: 100%; 
    color: White; 
    font-size: 1.5em; 
    font-weight: bold; 
    border: 2px solid white; 
    border-bottom: 4px solid white;
}


/*  Error Page Styles */

.errorlabel
{
    font-size: 16px;
    color: White;
    margin-right: 10px;
    font-weight: bold;
    text-align: right;
}

/* business card area */
.outerdiv
{
    margin-bottom: 50px;
}
   
.leftcolumn
{
    width: 49%; 
    float: left;
    background-color: Aqua;
    padding-top: 10px;
    padding-bottom: 103px;
    margin-left: 5px;
}

.rightcolumn
{
    width: 49%; 
    float: right;
    background-color: Blue;
    padding-top: 10px;
    margin-right: 5px;
}

.cardheadings
{
    width: 30%; 
    text-align: right;
    vertical-align: top;    
}
.cardvalues
{
    width: 70%; 
    text-align: left;
    vertical-align: top;    
}

/* Flyer Form styles */
.flyerform
{
    height: 8.5in; 
    width: 11.0in; 
    background-image:url(../images/rpt_background.png); 
    /* George Here */
}   

.flyertext
{
    font-family: Lao UI;
    font-size: 36pt;
    width: 100%;
}  

.flyerlocationame
{
    font-family: Lao UI;
    font-size: 36pt;
    font-weight: bold;
    text-decoration: underline;
}  

.flyerlocationeventsdiv
{
    background: #4A4B9B;
    border-style:double;
    border-color: White;
    border-width: thick;
    width: 98%;
    margin: auto;
}

.flyerlocationeventtitle
{
    font-family: Lao UI;
    font-size: 19pt;
    font-weight: bold;
    color: #F2F2F2;   
    text-decoration: underline;
}

.flyerlocationeventdescription
{
    font-family: Lao UI;
    font-size: 15pt;
    color: White;   
}

.smallimage
{
    width: 150px;
    height: 100px;
}

.flyerbackgroundimagesize
{
    width: 800px;
    height: 600px;
}


/* Where to go Div styles */
.eventevenrows
{
    background-color: #EEE8AA;
}

.eventoddrows
{
    background-color: #FAFAD2;
}

.eventheader
 {
    /*background-color: #B2AF57;*/
    background-color: #676d50;
    border: 4px solid #676d50;
    color: White;
    font-size: 12pt;
    font-weight: bold;
    width: 96%;
    padding: 2px;
   /* margin-right: 0px;
    margin-left: -4px;*/
    -moz-border-radius-topright: 50px;
    -moz-border-radius-topleft: 50px;
    border-top-right-radius: 50px;        
    border-top-left-radius: 50px;        

 }    
    
.eventdescription
{
    background-color: transparent;  
    border-left: 4px solid #676d50;
    border-right: 4px solid #676d50;
    border-bottom: 4px solid #676d50;
    color: Black;
    font-size: 12pt;
    width: 96%;
    padding: 2px;
    margin-bottom: 5px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-right-radius: 25px;      
    border-bottom-left-radius: 25px;      

}  
                    
