﻿a:link
{
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	color: white;
}
a:visited
{
	color: #FFFFFF;
}
a:hover
{
	text-decoration: none;
	color: #00FF00;
}
a:active
{
	text-decoration: none;
	color: #00FF00;
}

textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

select
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

input
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h6
{
   margin: 2px 0 2px 0;
}

h5
{
   margin: 2px 0 2px 0;
}

h4
{
   margin: 2px 0 2px 0;
}

h3
{
   margin: 2px 0 2px 0;
}

h2
{
	font: large serif;
	margin: 2px 0 2px 0;
	color: #808000;
}


h1
{
	font-size: large;
	font-weight: bold;
	margin: 5px 0 5px 0;
	color: #000000;
}


h1 a:active
{
    text-decoration: none;
    color: #000000;
}


h1 a:hover
{
    text-decoration: none;
    color: #000000;
}


h1 a:visited
{
    text-decoration: none;
    color: #000000;
}

h1 a:link
{
    text-decoration: none;
    color: #000000;
}

#loginbanner h2
{
    font-size: 1em;
    font-weight: normal;
    margin-top: 8px;
}

.fullwidth h2
{
    font-size: 1.6em;
}

.eventlist label
{
    font-weight: bold;
    padding-right: 4px;
}

/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

/* Navigation strips */
#navbottom
{
	background: url(images/background_nav_main1.gif) repeat-x;
	font-size: 11px;
	font-weight: bolder;
	font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	width: 750px;
	height: 45px;
	color: #FFFFFF;
}

#footer
{
	width: 726px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 22px;
	color: #FFFFFF;
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}

#navbottom a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#navbottom a:link
{
    color: #FFFFFF;
    text-decoration: none;
}
#navbottom a:hover
{
    text-decoration: underline;
}
#navbottom a:active
{
    color: #FEFFBD;
    text-decoration: none;
}


/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
	background-position: center;
	width: 726px;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
	top: 49px;
	}    

/* A full width block on the page */
.fullwidth
{
	border: 1px solid green;
	padding: 10px 0px;
	width: 694px;
		background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;
	margin-bottom: 0px;
		text-align: left;
}
.fullwidth2
{
	border: 1px solid green;
	padding: 1px 0px;
	width: 700px;
		background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;
	margin-bottom: 0px;
		text-align: left;
}

#loginbanner
{
	width: 694px;
	margin-right: auto;
	margin-left: auto;
	background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	border-right: green 1px solid;
	border-top: green 1px solid;
	border-left: green 1px solid;
	border-bottom: green 1px solid;
}

/* for the login block
    picks up most of its properties from .fullwidth */

#loginbanner
{
  padding-bottom: 0px;
}

/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
    border: 1px solid #DBDB79;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

/* shows a visual seperation */

/* Command buttons on pages */
.actionbuttons
{
  text-align:right;
  position: relative; 
  padding: 1px 1px 1px 1px;
}


/************************************************************************
* 
* Global formatting
*
************************************************************************/

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
    margin: 0px;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    border: none;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */

.hidden
{
    visibility: hidden;
}
.none
{
    display: none;
}




.fabricLogo
{
	width: 218px;
	height:46px;
	border-width: 0px;
}




/************************************************************************
* 
* Image functionality
*
************************************************************************/

.photo
{
	background: url(images/background_thumbnail.jpg) #feffc8 no-repeat center 50%;
	padding: 5px;
	border-right: green 1px solid;
	border-top: green 1px solid;
	border-left: green 1px solid;
	border-bottom: green 1px solid;
}

/************************************************************************
* 
* List type pages
*
************************************************************************/

/* floats the thumbnail off to the right */
.thumbnail
{
    float: right;
    margin: 0 0 0 5px;
}

/*used to clear the float for the thumbnail */
.clearlist
{
    clear:right;
    margin:0;
    padding:0;
    height: 0px;
    font-size:0px;
    line-height:0px;
}

/************************************************************************
* 
* Compact Event list
*
************************************************************************/


/* define event grid view columns */
/* todo: use or remove */

.eventlisticon
{
    text-align: center;
}
.eventlist td
{
    padding-bottom: 4px;
}


/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall-ovr
{
    background: url(images/background_button_small.gif) repeat-x;
    border: none;
    color: #FFFFFF;
    height: 22px;
    font-weight: normal;
    font-size: 9px;
    padding-bottom: 9px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.buttonsmall
{
    background: url(images/background_button_small.gif) repeat-x;
    border: none;
    color: #FFFFFF;
    height: 22px;
    font-weight: normal;
    font-size: 9px;
    padding-bottom: 9px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.buttonsmall-ovr
{
    text-decoration: underline;
    background: url(images/background_button_small-ovr.gif) repeat-x;
}

/************************************************************************
* 
* Forms
*
************************************************************************/

.txtfield
{
    width:300px;
}

.txtblock
{
	width: 300px;
	font-variant: normal;
	line-height: normal;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}


.ColorChartLeft {
	text-align: left;
}


