@import url(../../Content/Css/Layout.css);
@import url(../../Content/Css/Application.css);
/********* GLOBALS *********/

* {margin:0;padding:0}
body
{
    font-family: calibri, verdana, Helvetica, Arial, SansSerif;
    font-size: .9em;

}
a img,table {border:0}
dl,ol,ul {list-style:none}
select, textarea, input
{
    font: Calibri, Arial;
    text-indent: 5px;
    padding: 4px 0px 4px 0px;
    margin: 0 0 10px 0;
    border-radius: 4px;
    border: 1px solid #999;
}

.button
{
    
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}
.button:hover {background-color:#BBB88F;}
input.button {display:inline; padding: 0 15px 0 15px; margin:0 0 10px 0; min-width:90px;}

table {border-collapse:collapse}
caption,th,td {text-align:left}
h1,h2,h3,h4,h5,h6,p {margin:.35em 0;}
h1, h2
{
    font-family:  calibri, Verdana;
    font-weight: normal;
    color: #800000;
}

/* colors */
a
{
    color: #046380;
    text-decoration: none;
}
a:hover { text-decoration:underline; }
a:visited { color:#046380; }


#footer {margin-top:10px;color:#ccc;}
	#footer .n2{color:#ccc;float:right;font-size:.8em;}


/********* LAYOUT *********/

body
{
    margin: 0;
    background-color: #FBFBFB;
}

#wrap
{
  
    width: 900px;
    margin: 0 auto;

}
		

/*Page is the actual page itself, not the general backgroun */
#page
{
    padding: 15px 0px 15px 0px;
    /*background-color: white;*/
    overflow: hidden;
	background: #fff url(tableFade01.jpg) repeat-y 0 0;
}

img.top
{
    width: 100%;
    margin-bottom: 10px;
}

#content
{
    margin-left: 180px;
    
}
				.secondary { width:170px; float:left; margin-bottom:1px; }
				#main { width:500px; float:left; padding-bottom:15px; }
					#extras { float:right; }
				
		#footer { padding:15px; }
		

p.intro
{
	font-weight: bold;
}


/*secondary*/
.secondary .uc { margin-bottom:15px; }

.secondary .uc h4 a
{
    color:white !important;
}

/*box*/
.boxTitle, .secondary h4
{
    font-family: calibri, verdana;
    font-weight: bold;
    /*background: transparent url(SidebarLeftBg.gif) no-repeat 100% 0%;*/
    background: #BBB88F;
    margin: 0;
    padding: 5px 10px 5px 10px;
    color: white;
    border-top-right-radius: 4px;
}
.secondary .box
{
    border-color: #C0C0C0;
    _height: 1px; /*background: transparent url(SidebarLeftBg.gif) no-repeat 100% 100%;*/
    background: white;
    padding: 10px 20px 20px 10px;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-right-radius: 4px;
}
#extras .boxTitle, #extras h4
{
    font-family: calibri, verdana;
    font-weight: bold;
    /*background: transparent url(SidebarLeftBg.gif) no-repeat 100% 0%;*/
    background: #BBB88F;
    margin: 0;
    padding: 5px 10px 5px 10px;
    color: white;
    border-top-left-radius: 4px;
}
#extras .box
{
     border-color: #C0C0C0;
    _height: 1px; /*background: transparent url(SidebarLeftBg.gif) no-repeat 100% 100%;*/
    background: white;
    border-left-style: solid;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-left-radius: 4px;
    padding: 10px 10px 20px 20px;
}

/*top*/

#header
{
    margin-top: 0px;
    height: 228px;
    position: relative;
    padding: 0 15px 0px 0px;
    background: transparent url(headerBackground.jpg) no-repeat top right;
}

#header .siteLogo
{
    vertical-align: bottom;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

#header .siteHeader a { color:#fff; font-style:italic; font-weight:normal;}
			

#header div.top { padding-top:0px; }
#header div.top img { vertical-align:text-bottom; }
#header div.top h2 { display:inline; }


/*menu*/
.topMenu
{
    position: absolute;
    bottom: 0px;
    width: 900px;
    background-color: #BBB88F;
}
	.topMenu li { float:left; background:transparent url(MenuDimmed.gif) no-repeat 0% 0%; padding-left:10px; _width:100px; }
	.topMenu a { display:block; padding:10px 14px 4px 4px; color:#333; background:transparent url(MenuDimmed.gif) no-repeat 100% 0%; height:16px; }
	.topMenu li.current, 
	.topMenu li.current a,
	.topMenu li.trail, 
	.topMenu li.trail a { background-image:url(MenuSelected.gif); }
	.topMenu .current a,
	.topMenu .trail a { font-weight:bold; }


.languageMenu { position:absolute; bottom:5px; right:20px; }
	.languageMenu a { opacity:.4;}
	.languageMenu .current { cursor:default; opacity:1;}
	.languageMenu a:hover { opacity:1;}

.subMenu a { display:block; padding:2px 0; _height:1px; color:#046380; }
ul.subMenu ul { margin:0 0 5px 15px; }
.subMenu .trail > a,
.subMenu .current > a,
.menu .trail > a,
.menu .current > a { color:#800000; }
.subMenu .current > a,
.menu .current > a { font-weight:bold; color:#800000; }

/* lists */
.list .a0 { background: #f4f8ed; }
.list { padding-bottom:6px; background-position:50% 100%; }
.sidelist .item, .list .item { padding:5px; }


/*path*/
.path { margin-bottom:10px; font-size:.9em; color:#999; }
.path a { color:#666 }
.path .current { color:#333; }
.path a.current:hover { cursor:default; text-decoration:none; }

/*sitemap*/
#main ul { list-style:circle; margin-left:20px; }

/* content */
.introduction { font-size:1.1em; font-style:italic; }

/* date */
.date { font-size:x-small; color:#333; display:block; }

/*calendar*/
.calenderDate
{
    font-size: small;
    color: #FF0000;
    display: block;
}
.partCalenderDate
{
    font-size: small;
    color: #808080;
    display: block;
}

/*columns*/
.columns .left { float:left; width:245px; }
.columns .right { float:right; width:245px; }

/* login */
.login .tb { width:130px; }
.login .ff { margin-bottom:5px; }
.register td { padding:0 5px 5px 0; }

/* gallery */
.thumbnail { opacity:.4; }
.thumbnail:hover, .selected { opacity:1; }
#thumbnails {padding-bottom:10px;}
#thumbnails .text { display:none; }
.thumbnail {margin-bottom:10px;margin-right:5px;}

/* comments */
.commentList { border-top:solid 1px #D0CFCB; margin-top:10px;}


/*feeds */
.feedIntro
{
    font-size: x-small;
    color: #666666;
}


/* portals */
#therapyRoom
{
    background: url(portal01.jpg);
}

#therapyRoom:hover
{
    background: url(portal01on.jpg);
}
