﻿img, div, a, input { behavior: url(/Content/Images/iepngfix.htc) }

body
{
	background-color: #fff;
	font-family: Tahoma,Arial,Helvetica;
	font-size:12px;
	color: #666666;
}

.validation-summary-errors
{
	color: Red;
}

a
{
	color: #666666;
	text-decoration: underline;
}

img
{
	border-style: none;
}

h1
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #2979c1;
}

#header
{
	height: 75px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 75px;
	padding: 8px;
}

#logo
{
	float: left;
}

#userInfoPane
{
	float: left;
	padding-left: 5px;
}

.welcomeUserName, .menuItemText
{
	font-weight: bold;
	font-size: 13px;
}

.inboxCount, .logoutLink
{
	font-size: 11px;
}

.removeLinkUnderline
{
	text-decoration: none;
}

#menu
{
	float: left;
	padding-left: 60px;
}


#mainContentWrapper
{
	margin: 7px;
	overflow: auto;
}

#contentLeft
{
	float: left;
	width: 145px;
}

#contentCenter
{
	float: left;
	width: 550px;
	margin-left: 20px;
}

#contentRight
{
	float: left;
	width: 245px;
	margin-left: 20px;
}

#newsAndAnnouncements
{
	color: #2979c1;
	background-color: #e7eff5;
	padding: 5px;
	font-size: 11px;
}

#invite
{
	margin-top: 10px;
}

.sectionWrapper
{
	width: 100%;
	border: solid 1px #e7eff5;
}

.sectionWrapper table
{
	width: 100%;
}

.sectionWrapper table td
{
	padding: 0px 0px 10px 10px;
}

#conversationBoards
{
}

#conversationBoards p
{
	margin: 0;
	padding: 0 0 5px 5px;
}

.sectionHeader
{
	background-color: #e7eff5;
	height: 30px;
}

.sectionContent
{
	clear: both;
	margin-top: 10px;
}

.sectionHeader h1
{
	margin: 0;
	padding: 0;
}

.sectionHeaderLeft
{
	float: left;
	padding-top: 7px;
	padding-left: 10px;
}

.sectionHeaderRight
{
	float: right;
	color: #2979c1;
	padding: 7px 5px 8px 5px;
	background-color: #fff;
}

#recentMykuers, #newMembers, #myFriends
{
	margin-top: 10px;
}

.boardThumbnail
{
	width: 60px;
	height: 40px;
}

.userThumbnail
{
	width: 40px;
	height: 40px;
}

.spacesOpen
{
	font-size: 9px;
}

.sectionHeaderRight a
{
	color: #2979c1;
	text-decoration: none;
}

.sectionHeaderRight a:hover
{
	text-decoration: underline;
}

.modalBox
{
	display: none;
    position: fixed;
	top: 2%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #cfdcf5;
    border: solid 5px #fff;
    color: #000;
}

.modalBoxOverlay { background-color: Gray; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .modalBox {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.modalBox .titleContainer 
{
	height: 46px;
	background-color: #000;
	color: #ffffff;
	font-family:"Trebuchet MS",Sans-Serif,Verdana;
	font-size:18px;
	font-weight:bolder;
	padding-left:15px;
}

.modalBox .title
{
	float: left;
	padding-top: 5px;
}

.modalBox .closeButton
{
	float:right;
	background-image:url(Images/btnClose.gif);
	background-repeat: no-repeat;
	cursor:pointer;
	width:14px;
	height:14px;
	margin: 7px 7px;
}

.modalBox .contentContainer
{
	padding:10px;
}
