/**************************************************/
/* ONEsite Theme - White Gloss                    */
/* Last Edit: 01:09 AM CST - 12/19/08             */
/* Created by AH                                  */
/* Version: 0.3  Production                       */
/**************************************************/

/*
Body 
Global Elements
	Links
Module
	Module Title
	Module Links
	Module Background/Border
SubHeaders
	Network & User Titles
	Specific Resets/Adjustments User
Navigation
	Left Rail
	Top Navigation [Not Present at Moment]
User Profile
Buttons
Temporary Fixes [REMOVE LATER]
	Resizeable Avatars
	Admin Pages Clean (border / background)
	FAQ
*/

body {
	font-family:"Lucida Grande","Helvetica", Arial, Helvetica, Verdana, sans-serif;
	font-size:0.75em;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: #FFFFFF;
	color: #555555;
}

a {
	color: #3399FF;
}
a:hover {
	color:#0b6dcf;
	text-decoration:none;
}

/* Basic Module */

.module h3 {
	background-color: #FFFFFF;
	background-image: url(http://images.onesite.com/resources/onesiteThemes/Colors/White_Gloss/resources/images/modHeader.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #000000;
	border-bottom:1px solid #DDDDDD;
	padding-top:8px;
	padding-bottom:8px;
}
.module h3 a {
	color:#000000;
}
.moreLink {
	font-size:80%;
	float:right;
	margin-top:3%;
	margin-right:3%;
}
.title_span_div {
	margin-left: 10px;
}
 
.module {
	background-color: white;
	border-style: solid;
	border-color:  #DDDDDD;
	border-width: 1px;
	margin:2px; 
}
.module ul {
	padding:5px 10px 5px 10px;
	margin:0;
	list-style-type:none;
}
.module a {
}


#subHeader {
}
 
#subContainer {
}

/* Sub Page Headers */

h1.subPage-title, h1.network-title, h1.usersub-title, 
.Search-MainTitle, .faq_header, h1.admin-title {
	font-family:"Helvetica", Arial, Helvetica, Verdana, sans-serif;
	font-weight:bold;
	font-size:22px;
	margin-bottom:15px;
	padding-bottom:10px;
	padding-top:10px;
	background:none;
	color:#555555;
	border:0 none;
}
h1.admin-title span {
	padding-left:0px;
}

/* Navigation */
#paginalnav .x {
	display:none;
}

/* User Profile Adjustments */
.prof_display_name {
	font-family:"Helvetica", Arial, Helvetica, Verdana, sans-serif;
	font-size:18px; 
	font-weight:bold;
}
.alpha-shadow {
	text-align:center; 
	margin-top:10px;
	margin-bottom:10px;
}

/* Buttons */

.button, .Search-SearchButton {
	background:#E3E3E3 url(http://images.onesite.com/resources/onesiteThemes/Colors/White_Gloss/resources/images/modHeader.gif) repeat-x scroll left top;
	border:1px solid #AAAAAA;
	color:#333333;
	display:inline-block;
	font-size:1em;
	font-family:"Lucida Grande","Helvetica", Arial, Helvetica, Verdana, sans-serif;
	line-height:1em !important;
	overflow:visible;
	padding:0.4em 0.532em 0.34em;
	text-decoration:none;
	white-space:no-wrap;
	height:auto;
	width:auto;
	margin:2px;
}
.button:hover, .Search-SearchButton:hover {
	background:#FFFFFF url(http://images.onesite.com/resources/onesiteThemes/Colors/White_Gloss/resources/images/buttonStates.gif) repeat-x scroll bottom left;
	text-decoration:none;
}




/* Temporary Fixes */
.profileSizeableAvatar {display:block;width:120px;height:120px;}
.subPage-page-container, .usersub-task-container {width:auto !important;background:none !important;}
.media-thumb {width:120px; height:120px; margin:10px;}
/* Hides View Button on Users Page */
.ResultList-ViewButton {display:none;}
/* FAQ */
a.category, a.category:hover {background:none; border:0 none;}
.cat_head, .cat_sub {font-weight:bold; background:none;border:0 none;}
.admin-task-container {padding:0px;}
#oneAdminPageContent {border:0 none;}
