body 
{
	text-align: center;
	margin: 0px;
	background-color: #000000;
	background: #333333 url(Sites/inspinazie/Templates/img/pattern.gif);
}
#wrapper 
{
	width: 990px;
	margin: 10px auto;
	text-align: left;
}
/* --- */
#header
{
	width: 990px;
	margin: 10px auto;
	margin-bottom: 0px;
	text-align: left;
}
.landing #banner
{
	height: 250px;
	background: #FFFFFF url(Sites/inspinazie/Templates/img/banner_landing_focus.gif) top left no-repeat;
}
.page #banner
{
	height: 150px;
	background: #FFFFFF url(Sites/inspinazie/Templates/img/banner_page_focus.gif) top left no-repeat;
}
#menuwrapper 
{
	background-color: #000000;
	overflow: hidden;
}
#lang
{
	background-color: #000000;
}
#bannerquote 
{
	float: right;
	width: 480px;
	margin-right: 220px;
	margin-top: 50px;
	font-size: 12pt;
	font-weight: bold;
}
#bannerquote h1
{
	font-size: 40px;
	margin-bottom: 0px;
}
#menu
{
	float: right;
	width: 700px;
	border-left: 1px solid #FFFFFF;
}
#menu td#item 
{
	padding: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#lang 
{
	float: left;
}
#lang 
{
	float: left;
	color: #999999;
}
#lang a b
{
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	display: inline-block;
}
/* --- */
#content
{
	width: 990px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 30px;
}
h1#pagetitle 
{
	margin-top: 0px;
}
#subnav
{
	float: left;
	width: 250px;
	padding-bottom: 20px;
	margin-left: 10px;
}
#newslist
{
	width: 170px;
	margin-left: 30px;
	border-top: 1px solid #000000;
	margin-top: 20px;
	padding-top: 20px;

}
#right
{
	float: right;
	width: 680px;
	margin-right: 20px;
}

#footer
{
	width: 990px;
	margin: 0px auto;
	text-align: right;
	/*background-color: #FF0000;*/
	background-color: #ffffFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer span a
{
	color: #000000;
	text-decoration: none;
}
#footer #red 
{
	height: 10px;
	width: 100%;
	background-color: #FF0000;
}

/* --------------------------GENERAL------------------------------- */

*
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #000000;
}

span
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #000000;
}
TD
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #000000;
}
Body
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	margin: 0 0 0 0;
}
HR
{
	color: #000000;
	height: 1px;
	text-align: left;
}
/* --------------------------H STYLES------------------------------- */
H1, H2, H3, H4, H5, H6
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif, SansSerif;
	text-decoration: none;
}

H1
{
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
}
H2
{
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}

H3
{
	font-size: 8pt;
	color: #FF0000;
	font-weight: bold;
}

H4
{
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}

H5, DT
{
	font-size: 8pt;
	color: #FF0000;
	font-weight: normal;
}

H6
{
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}

/* -------------------------------------------------------------------------------------------------------- */
/* editor elements ---------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */

TABLE.sitedefault
{
	border-collapse: collapse;
	border: solid 1 #FFFFFF;
	padding: 2px;
	width: 100%;
}

TH.sitedefault
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	color: #000000;
	border-right: solid 1 #FFFFFF;
	border-bottom: solid 1 #FFFFFF;
	background-color: #C0C0C0;
	padding: 3px;
}

TD.sitedefault
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	font: normal;
	border-right: solid 1 #FFFFFF;
	border-bottom: solid 1 #FFFFFF;
	background-color: #999999;
	padding: 3px;
	vertical-align: top;
}

TABLE.focus
{
	border-collapse: collapse;
	border: solid 1 #FFFFFF;
	padding: 2px;
	width: 100%;
}

TH.focus
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	color: #000000;
	border-right: solid 1 #FFFFFF;
	border-bottom: solid 1 #FFFFFF;
	background-color: #DDD9DD;
	padding: 3px;
}

TD.focus
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	font: normal;
	border-right: solid 1 #FFFFFF;
	border-bottom: solid 1 #FFFFFF;
	background-color: #DDD9DD;
	padding: 3px;
	vertical-align: top;
}





.inlineimage
{
	padding: 4 4 4 4;
}
/* -------------------------------------------------------------------------------------------------------- */
/* admin interface ---------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
TABLE.formborder
{
	width: 100%;
	border-collapse: collapse;
	border: solid 1 #999999;
	background-color: #FFFFFF;
	padding: 2px;
}

TH.formborder
{
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
	padding: 3px;
	background-color: #CCCCCC;
	border-bottom: 1 solid #999999;
}

TD.formborder
{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	font: normal;
	padding: 3px;
	border-bottom: 1 solid #FFFFFF;
}

/* -------------------------------------------------------------------------------------------------------- */
/* system components -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */

.Welcome
{
	color: #CCCCCC;
	text-decoration: none;
}
.WelcomeActive
{
	color: #333333;
	text-decoration: none;
}
.Alert
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.logoff
{
	color: #FFFFFF;
	text-decoration: none;
}
.more
{
	color: #FFFFFF;
	text-decoration: none;
}
/* ---------------------------BREADCRUMBS------------------------------ */
.breadcrumbs
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
}

.breadcrumbsUrherefocus
{
	color: #ED2103;
	text-decoration: none;
	font-size: 8pt;
}
.breadcrumbsUrhereallround
{
	color: #007CC3;
	text-decoration: none;
	font-size: 8pt;
}
.breadcrumbsUrheretoutcourt
{
	color: #F7B50C;
	text-decoration: none;
	font-size: 8pt;
}

a.breadcrumbs
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
}
a.breadcrumbs:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 8pt;
}
/* ---------------------------FOOTER------------------------------ */
.footer
{
	color: #FFFFFF;
	font-weight: normal;
}
a.footer
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

a.footer:hover
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
/* ---------------------------MAIN PAGE TITLE------------------------------ */
.pagetitle
{
	font-family: Arial, helvetica, verdana;
	color: #FFFFFF;
	font-size: 20px;
}
/* --------------------------FORMS & BUTTONS------------------------------- */
.myinput
{
	font-family: verdana, arial, helvetica;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.myselect
{
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.mybutton
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-weight: bold;
}
.mytextarea
{
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-bottom: 1 solid #FFFFFF;
}
.mycheckbox
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	background-color: #FFFFFF;
}
select
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	background-color: #FFFFFF;
}
input
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
}
/* --------------------------MODULES------------------------------- */
TABLE.moduleBannerHor, TABLE.moduleBannerVer, TABLE.moduleHtml, TABLE.moduleAnnouncements, TABLE.moduleChildren, TABLE.moduleContacts, TABLE.moduleDiscuss, TABLE.moduleDiscussDetails, TABLE.moduleDocument, TABLE.moduleEvents, TABLE.moduleImage, TABLE.moduleLinks, TABLE.moduleQuicklinks, TABLE.moduleXml
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #FFFFFF;
	border: none;
	width: 100%;
}

TH.moduleHtml
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #FFFFFF;
	border: none;
	background-color: #FFFFFF;
	width: 100%;
}

TABLE.moduleSignin
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #FFFFFF;
	border: solid 1 #FFFFFF;
	background-color: #CCCCCC;
	width: 100%;
}

TH.moduleSignin
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #FFFFFF;
	border-bottom: solid 1 #FFFFFF;
	background-color: #FFFFFF;
	width: 100%;
	text-align: left;
}

TD.moduleSignin
{
	border-bottom: dotted 1 #FFFFFF;
}

TABLE.moduleBannerHor, TABLE.moduleBannerVer
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #FFFFFF;
	border-bottom: none;
	border-left: none;
	border-top: none;
	border-right: none;
	background-color: #FFCC00;
	width: 100%;
}

div.moduleSpacer
{
	display: inline;
	height: 1px;
	width: 100%;
}





/* -------------------------------------------------------------------------------------------------------- */
/* styles ------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */


/* --------------------------GENERAL FORMATTING------------------------------- */












/* style for separator between site links */
.Accent
{
	color: #FFFFFF;
	font-weight: bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	font-weight: normal;
	font-size: 8pt;
	background-color: #eeeeee;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}



/* GENERAL */
/* style for module titles */


/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: black;
}

ul, li
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	line-height: 14px;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	font-weight: normal;
	line-height: 12px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: normal;
}

.NormalRed
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

.NormalBold
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: underline;
	color: #FFFFFF;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #FFFFFF;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #FFFFFF;
}

A.CommandButton:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

/* hyperlink style for content part */
.content a:link
{
	text-decoration: none;
	color: #FFFFFF;
}
.content a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
.content a:active
{
	text-decoration: none;
	color: #FFFFFF;
}
.content a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

/* hyperlink style for global home (blue) */
.home a:link
{
	text-decoration: none;
	color: #FFFFFF;
}
.home a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
.home a:active
{
	text-decoration: none;
	color: #FFFFFF;
}
.home a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}



/* GENERIC */
.Head
{
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.HeadBlue
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
}








DT
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
}


TFOOT, THEAD
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #FFFFFF;
}

TH
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
}

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}




/* ---------------------------------------------------------------------DEPRECATED ??? ----------------------------------------------------------------------------------*/

a.redlink, a.sitelink
{
	color: #FFFFFF;
	text-decoration: none;
}
a.redlink:hover, a.sitelink:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.HeadBg
{
	background-color: #FFFFFF;
}
.TableForm
{
	background: #C0C0C0;
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #FFFFFF;
}







/* style for the text of the site title */
.SiteTitle
{
	font-family: Verdana Bold, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	background-color: #FFFFFF;
	border: 0 solid #FFFFFF;
	border-right: 1 solid #FFFFFF;
}

/* background/border colors for the selected tab */
.TabBg
{
	background-color: #FFFFFF;
	border: 0 solid #FFFFFF;
	border-right: 1 solid #FFFFFF;
}

/* text style for the selected tab */
.SelectedTab
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	text-decoration: none;
	color: #FFFFFF;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: #FFFFFF;
}

A.OtherTabs:hover
{
	text-decoration: none;
	color: #CCCCCC;
}

a img
{
	border: none;
}
