﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    text-decoration: none;
    background-image: url('../images/webtreats_twilight-3.png');    
}

a:link, a:visited, img
{
    color: #034af3;
    border: none;
    text-decoration: none;
    border: none;
    border-style: none;    
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
    border: none;   
    text-decoration: none;   
    border: 0;      
    border-style: none;    
}

a:active
{
    color: #034af3;
    border: none;    
    text-decoration: none;    
    border: 0;  
    border-style: none;      
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

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-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

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: 90%;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #000000;
    width: 100%;
    text-align: left;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 8px 30px;
    margin: 0px auto;
    text-align: left;
    line-height: normal;
    background: #000000;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
}

.loginsection, .loginsection a:link, .loginsection a:visited, .loginsection a:active, .loginsection a:hover
{
    /*color: #A7AAAC; */
    color: #000000;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    font-size: 10px;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 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: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    background-color: #000000;
}

.loginDisplay
{
    font-size: 1.1em;
/*    display: block;  */
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.credentials
{
	height: 24px;
	width: 162px;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	/*letter-spacing: 0.07em;
	line-height: 23px;	
	padding-left: 7px; */
	color: #414042;
	border: 0px none;
}

/*.visoft__tab_xpie7 .ajax__tab_header
{
	background: url('../Images/new_event.png');
} */

/*.visoft__tab_xpie7 .ajax__tab_outer
{
	background: url('../Images/new_event.png');
} */

/*.visoft__tab_xpie7 .ajax__tab_inner
{
	background: url('../Images/new_event.png');
} */

/*.visoft__tab_xpie7 .ajax__tab_tab
{
	background: url('../Images/new_event.png');
	background-repeat: no-repeat;
	color: Black;
} */

/*.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_outer
{
	background: url('../Images/new_event.png');
}  */

/*.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_inner
{
	background: url('../Images/new_event.png');
} */

/*.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_tab
{
	background: url('../Images/new_event.png');
	background-repeat: no-repeat;
	color: #000000;
	width: 25px;
	height: 14.5px;
}  */

/*.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_outer
{
	background: url('../Images/new_event.png');
} */

/*.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_inner
{
	background: url('../Images/new_event.png');
} */

/* .tab_newevent .ajax__tab_active .ajax__tab_tab
{
	/*background: url('../Images/new_event.png');
	background-repeat: no-repeat; 
	color: #000000;
	width: 25px;
	height: 18px;	
} */

.tab_newevent .ajax__tab_active .ajax__tab_tab
{
    text-decoration: none;	
    border: 0;
    border-style: none;    
}

.tab_newevent .ajax__tab_header
{
	font-family: verdana,tahoma,helvetica;
	font-size: 11px;
	background: #ffffff;
	text-decoration: none;
	border: none;
    border-style: none; 	
} 

.tab_newevent .ajax__tab_outer
{
	height: 29px;
} 

.tab_newevent .ajax__tab_inner
{
	padding-left: 3px;
} 

.tab_newevent .ajax__tab_tab
{
	padding: 8px 40px;
	margin: 0;
	text-decoration: none;
	border: none;
    border-style: none; 	
} 

.tab_newevent .ajax__tab_body
{
	font-family: verdana,tahoma,helvetica;
	font-size: 10pt;
	border: 0px;
	border-top: 0;
	padding: 8px;
	background-color: #ffffff; 
} 

.popupSmall
{
    background-color: #ffffff;
	width: 600px;
	height: 800px;    
    color: #696969;
    font-weight: bold; 
	border: 4px solid #696969;  
	left: -300px;
	top: -150px;
}

.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

/* VERTICAL Menu
----------------------------------------------------------*/

ul.flatflipbuttons{
margin:0;
padding:0;
list-style:none;
-webkit-perspective: 10000px; /* larger the value, the less pronounced the 3D effect */
-moz-perspective: 10000px;
perspective: 10000px;


}

ul.flatflipbuttons li{
margin:0;
display: block;
width: 100px; /* dimensions of buttons. */
height: 100px;
margin-bottom: 0; /* spacing between buttons */
background: white;
text-transform: uppercase;
text-align: center;

}

ul.flatflipbuttons li a{
display:table;
font: bold 36px Arial; /* font size, pertains to icon fonts specifically */
width: 100%;
height: 100%;
color: black;
background: #3B9DD5;
text-decoration: none;
outline: none;
-webkit-transition:all 300ms ease-out; /* CSS3 transition. */
-moz-transition:all 300ms ease-out;
transition:all 300ms ease-out;
}

ul.flatflipbuttons li:nth-of-type(1) a{
color: white;
background: #3B9DD5;
}

ul.flatflipbuttons li:nth-of-type(2) a{
background: #A1CD3A;
}

ul.flatflipbuttons li:nth-of-type(3) a{
background: #80C5EC;
}

ul.flatflipbuttons li:nth-of-type(4) a{
color: white;
background: #635746;
}

ul.flatflipbuttons li:nth-of-type(5) a{
background: #F2C96D;
}

ul.flatflipbuttons li a span{
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
-webkit-transition: all 300ms ease-out; /* CSS3 transition. */
-moz-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}

ul.flatflipbuttons li b{ /* CSS for text alongside button */
display: block;
position: relative;
top: -100%; /* starting vertical position of text */
left: 100%; /* horizontal position of text */
text-align: left;
text-indent: 10px;
width: 100%;
opacity: 0;
-webkit-transition: all 300ms ease-out 0.2s; /* CSS3 transition. 0.2s delay */
-moz-transition: all 300ms ease-out 0.2s;
transition: all 300ms ease-out 0.5s;
}


ul.flatflipbuttons li a img{ /* CSS for image if defined inside button */
border-width: 0;
vertical-align: middle;
}


ul.flatflipbuttons li:hover a{
-webkit-transform: rotateY(180deg); /* flip horizontally 180deg*/
-moz-transform: rotateY(180deg);
transform: rotateY(180deg);
background: #c1e4ec; /* bgcolor of button onMouseover*/
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}

ul.flatflipbuttons li:hover a span{
color: black; /* color of icon font onMouseover */
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg); /* flip horizontally 180deg*/
transform: rotateY(180deg);
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}


ul.flatflipbuttons li:hover b{
opacity: 1;
top: -65%; /* vertical position of text onmouseover */
}

/* CSS for 2nd menu below specifically */

ul.second li a{
background: #eee !important;
}

ul.second li a:hover{
background: #ddd !important;
}