﻿/* css file for StudiHelp */
html, body, form
{
	margin: 0;
	padding: 0;
	font: 8pt Arial; 
}

/* basic elements */
body
{
	margin: 0px;
	padding: 0px;
	font: 9pt Arial; 
	color: #000000;
	background-color: #ffffff;
}
p
{
	font: 9pt Arial; 
	margin-top: 0px; 
	text-align: justify;
}
h1
{
	font: bold 12pt Arial;
	color: #333366
}
h2
{
	font: bold 14pt Arial;
	color: #333366
}
h3
{
	font: italic normal 12pt Arial; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #4D473C;
}

/* specific divs */
#container
{
	width: 868px;
	height: 100%;
	margin: 0px;
	/*border: 1px solid #404040;*/
	text-align: left;
}
#pageHeader
{
	background: transparent url(../Images/UniFacesHeader.jpg) no-repeat top;
	margin: 0px;
	width: 868px;
	height: 80px;
	/*border-bottom: 1px solid #404040;*/
	vertical-align: top;
}
#pageShadow
{
	background: url(../Images/PageBackgroundShadow.png) repeat-y top;
	margin: 0;
	width: 5px;
	vertical-align: top;
}
#pageRightBackground
{
	background: url(../Images/PageBackground.png);
	margin: 0;
	/*height: 100%;*/
	width: 100%;
	vertical-align: top;
}
#pageRightSkyscraperBanner
{
	/*TODO: background: url(../Images/SkyscraperBanner.jpg);*/
	width: 120px;
	/*height: 600px;*/
	margin: 0;
	position: absolute;
	left: 879px;
	top: 0px;
}
#searchBar
{
	position: absolute;
	left: 627px;
	top: 31px;
	width: 224px;
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
}

.searchButtonStyle
{
	border: 1px solid #e1ecfc;
	background-color: #B9D1F4;
	color: #003399;
  background-image: url(../Icons/partgrad.gif);
  background-repeat: repeat-x;
}
.searchButtonStyle:hover
{
	color: White;
	border: 1px solid #000000;
	background-color: #057cb0;
  background-image: none;
}

.CreateUserLink
{
	margin-left:0px;
	padding-left:0px;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
	color:#047CB0;
	display:block;
	height:19px;
	width:131px;
}
.CreateUserLink:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #1c5691;
}
.ForgotPasswordLink
{
	margin-left:0px;
	padding-left:4px;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
	color:#047CB0;
	display:block;
	height:15px;
	width:127px;
}
.ForgotPasswordLink:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #1c5691;
}
.LoginButton
{
	width:50px;
	height:20px;
	font-size:10px;
	border: 1px solid #e1ecfc;
	background-color: #B9D1F4;
	color: #003399;
  background-image: url(../Icons/partgrad.gif);
  background-repeat: repeat-x;
}
.LoginButton:hover
{
	color: White;
	background-color: #057cb0;
  background-image: none;
}
.LogoutButton
{
	margin-left: 3px;
	margin-top:5px;
	border: 1px solid #e1ecfc;
	background-color: #B9D1F4;
	color: #003399;
  background-image: url(../Icons/partgrad.gif);
  background-repeat: repeat-x;
}
.BlueButton
{
	height:22px;
	font-size:10px;
	border: 1px solid #e1ecfc;
	background-color: #B9D1F4;
	color: #003399;
  background-image: url(../Icons/partgrad.gif);
  background-repeat: repeat-x;
}
.BlueButton:hover
{
	top: 1px;
	color: White;
	background-color: #057cb0;
  background-image: none;
}

#MenuLeftHeader
{
	border:0px;
	font-weight: bold;
	margin:0px;
	font-size: 9pt;
	width: 131px;
	height: 19px;
	color: white;
	background-color: #1c5691;/*#057cb0;*/
	display: block;	
}

#LeftBar
{
	background-color: #D6E3EF;
	color: #047CB0;
	font-size: 9pt;
	width: 131px;
	height: 100%;
	padding-top: 0px;
	padding-bottom: 4px;
	vertical-align: top;
	border-right: solid 1px #1c5691;
}

#MenuLeft
{
	height: 100%;
	vertical-align: top;
}
#MenuLeft a
{	
	color: #047CB0;
	display: block;
	text-decoration: none;
	text-indent: 1px;
	background-color: transparent;
	border-bottom: 1px solid #ACCFE3;
	height: 21px;
	width: 100%;
}
#MenuLeft a:hover
{
	color: #047CB0;
	text-decoration: none;
	background-color: /*#1c5691;*/#f8ef56;
	border-bottom: 1px solid #057cb0;
	border-top: 1px solid #057cb0;
	margin-top: -1px;
}

#MenuLeftSelected a
{
  height: 21px;
  width: 131px;
  /*
  border: 0px;
  margin: -5px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  display: block;
	*/
  font-weight: bold;
  display: block;
	color: #047CB0;
	text-decoration: none;
	background-color: /*#1c5691;*/#f8ef56;
	border-bottom: 1px solid #057cb0;
	border-top: 1px solid #057cb0;
	margin-top: -1px;
  /*
  margin: -1px 0px 0px 0px;
  padding: 2px 0px 0px 0px;
  background-position: top;
  overflow: visible;
	*/
}

#mainContent
{
	/*background-color: #004050;*/
	padding: 10px;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #ADD2ED;
	/*width: 100%;*/
	width: 717px;
	height: 500px;/*1100px;*/ /*to make menu height big enough*/
	vertical-align: top;
}
#footer
{
	clear: both;
	padding: 4px;
	font-size: 7pt;
	text-align: center;
	border-top: 1px solid #777777;
}


#submenu
{
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #d6e3ef;
	/*background-color: #FFFFFF;
	color: #047CB0;
	float: left;*/
	font-size: 9pt; 
	width: 120px;
	height: 100%;
	/*
	padding-top: 7px;
	padding-bottom: 4px;*/
	vertical-align: top;
	display: block;
	/*border-right: 1px solid #202020;*/
}
#submenu a
{
	color: #047CB0;
	display: block;
	text-decoration: none;
	/*text-align: left;*/
	background-color: transparent;
	line-height: 16pt;
	margin-top: -7px;
	margin-bottom: -8px;
	display: block;
	/*border-bottom: 1px solid #ACCFE3;*/
}
#submenu a:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #057CB0;
	display: block;
}
.submenuselected
{
	background-color: #057CB0;
	color: #ffffff;
	font-size: 9pt;
	height: 100%;
	vertical-align: top;
	display: block;
}

/*obs
#submenu
{
	background-color: #FFFFFF;
	color: #047CB0;
	float: left;
	font-size: 9pt; 
	width: 130px;
	height: 100%;
	padding-top: 7px;
	padding-bottom: 4px;
	vertical-align: top;
	display: block;
	border-right: 1px solid #202020;
}
#submenu a
{
	color: #047CB0;
	display: block;
	text-decoration: none;
	background-color: transparent;
	line-height: 16pt;
	margin-top: -7px;
	margin-bottom: -8px;
	display: block;
}
#submenu a:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #057CB0;
	display: block;
}
.submenuselected, a.submenuselected
{
	background-color: #057CB0;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-size: 9pt;
	width: 130px;
	height: 100%;
	line-height: 16pt;
	margin-top: -7px;
	margin-bottom: -8px;
	border-bottom: 1px solid #ACCFE3;
	display: block;
}
*/

.Connections
{
	font-size: 7pt;
	color: #999999;
	text-align: left;
	vertical-align: top;
}

.collapsePanelFullContent
{
	margin-left: 0px;
	margin-right: 0px;
	background-color:White;
	overflow:hidden;
}

.collapsePanelFullContentWhite
{
	margin-left: 0px;
	margin-right: 0px;
	background-color:White;
	overflow:hidden;
}

.collapsePanelFullContentBlue
{
	margin-left: 0px;
	margin-right: 0px;
	/* TODO background-color:#D6E3EF; */
	background-color:White;
	overflow:hidden;
}

.collapsePanel
{
	margin-left: 2px;
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader
{
	/*width:100%;*/
	/*height: 51px;*/
	/*background-color: #D6E3EF;*/
	/*background-image: url(../Images/PanelHeader.png);*/
	color: #000000;
	font-weight:bold;
  background: #D6E3EF url(../Images/PanelHeader.png) bottom repeat-x;
}

.collapsePanelHeaderBlue
{
	/*width:100%;*/
	/*height: 51px;*/
	background-color: #D6E3EF;
	/*background-image: url(../Images/PanelHeader.png);*/
	color: #000000;
	font-weight:bold;
}

.collapsePanelHeaderDarkBlue
{
	/*width:100%;*/
	/*height: 51px;*/
	background-color: rgb(172,199,223);
	/*background-image: url(../Images/PanelHeader.png);*/
	margin-left: 2px;
	color: #000000;
	font-weight:bold;
}

.collapsePanelTabHeader
{
	/*width:100%;*/
	/*height: 51px;*/
	/*background-color: #D6E3EF;*/
	/*background-image: url(../Images/PanelHeader.png);*/
	color: #000000;
	font-weight:bold;
  background: #D6E3EF;
}

.collapsePanelHeaderContent
{
	padding: 0px;
	cursor: pointer;
	vertical-align: middle;
}

.collapsePanelHeaderText
{
	float: left;
	background-color: #057CB0;
	font-size: 9pt;
	color: #FFFFFF;
	text-transform: uppercase;
	border-left: 6px;
	border-right: 10px;
	border-top: 2px;
	border-bottom: 2px;
	border-style: solid;
	border-color: #057CB0;
}

.collapsePanelHeaderText a
{
	color: #FFFFFF;
	text-decoration: none;
}

.collapsePanelHeaderIcon
{
	float: right;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 4px;
	height: 23px;
}

.collapsePanelTabMenu
{
	color: #000000;
	font-weight:bold;
  background: #D6E3EF url(../Images/PanelHeader.png) bottom repeat-x;
  height: 26px;
}

.MenuCell
{
  background: #047CB0 url(../Images/TabUnselected.png) left top no-repeat;
  height: 26px;
  width: 100px;
  color: #FFFFFF;
  text-align: center;
  font-size: 10px;
  line-height: 22px;
  display: block;
  outline: none;
}
a.MenuCell
{
  background:url(../Images/TabUnselectedRight.png) right top no-repeat;
}
/*.MenuCell a, .MenuCell a:visited {color:#FFFFFF; text-decoration: none;}*/
.MenuCell a:hover {text-decoration: underline;}

.MenuCellSelected
{
  background: #FFFFFF url(../Images/TabSelected.png) left top no-repeat;
  /*height: 26px;*/
  width: 100px;
  color: #047CB0;
  /*
  border: 0px;
  margin: -5px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  display: block;
	*/
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  display: block;
  /*
  margin: -1px 0px 0px 0px;
  padding: 2px 0px 0px 0px;
  background-position: top;
  overflow: visible;
	*/
}
a.MenuCellSelected
{
  background:url(../Images/TabSelectedRight.png) right top no-repeat;
}
/*.MenuCellSelected a, .MenuCellSelected a:visited {color:#047CB0;
  text-decoration: none;}*/
.MenuCellSelected a:hover {text-decoration: underline;}

#rightcolumn .collapsePanelHeader a
{color:#FFF;}
#rightcolumn .collapsePanelHeader a:hover
{text-decoration:none;background:none;}


/* photo stuff */

.tagcloud
{
	width:200px;
	/*height:400px;*/
	text-align:left;
  /*float:left;*/
  font-family: tahoma;
  /*background-color: Maroon;*/
}

.tagcloud a, .tagcloud a:visited
{
	width:200px;
  color: black;
  text-decoration: none;
}

.photolisting
{
	margin-left:5px;
	font-family: Tahoma;
}

.photolisting a, .photolist a:visited
{
	color:white;
	border-style:none;
}

.subheader {
	background: #10377C;
	position: relative;
}

.subheader h2
{
	background: url(../Icons/corner.gif) top right no-repeat; 
	color: #FFFFFF;
	font: bold medium "Segoe UI", Segoe, sans-serif;
	margin: 0;
	padding: 8px 5px 5px 5px;
}

.photoframe
{
	width:202px;
	border-style:solid;
	border-color:black;
	border-width:3px;
	background-color:White;
	padding:3px 3px 3px 3px;
}

.photo
{
	margin-top:0px;
	width:250px;	
}

.photodetailframe
{
	border-style:solid;
	border-color:black;
	border-width:3px;
	background-color:black;
	padding:3px 3px 3px 3px;
}

.photodetails
{
	text-align:center;
	float:left;
	margin-top:5px;	
	margin-left:5px;
	font-family: Tahoma;
}

.description
{ 
	text-align:center;
	font-weight:bold;
	font-family: tahoma;
}

.photoblurb 
{
	font-size:xx-large;
}

.photoTags
{
	font-style:italic;
}

.tags
{
	font-size:x-large;
}

.photoBtn
{
	font-size:small;
}

.tagtextbox
{
	font-size:large;
	width:250px;
}


/*CollapsiblePanel*/
.collapsiblePanel
{
	overflow:hidden;
}
.collapsiblePanelHeader
{
	width:100%;
	padding-top:8px;
}


.collapsibleHelpPanel
{
	overflow:hidden;
	margin-top:0px;
	padding-left:6px;
}
.collapsibleHelpPanelHeader
{
	width:100%;
	padding-top:4px;
}

.welcome_buttons {
  display:block;
  padding:8px 0 0 28px;
}

.welcome_buttons a {
  text-decoration:none;
  float:left;
  display:block;
  width:160px;
  padding:5px;
  margin-bottom:5px;
  color:#666;
  background-color:#D6E3EF;
  margin-right:28px;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

.welcome_buttons a:hover {
  text-decoration:none;
  color:#333;
  background:#A6B3CF;
  border-top:1px solid #3b5998;
  border-bottom:1px solid #3b5998;
}

.welcome_buttons a h4 {
  margin:0;
  padding:0 0 0 14px;
  font-size:13px;
  color:#333;
  border: 0px;
}

.welcome_buttons a:hover h4 {
  color:#000;
}

.welcome_buttons a p {
  font-size:11px;
  margin:0;
  padding:3px 0 2px 14px;
}

.welcome_buttons a p span {
  display:block;
}

.popupControl
{
	position:absolute;
	visibility:hidden;
	margin-left: 10px;
	width: 440px;
}

.unwatermarked
{
	height:18px;
	width:148px;
	font-weight:bold;
}

.watermarked
{
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}

.CreatePanelBackground
{
	width: 718px;
	height: 500px;
	background-image: url(../Images/AddPhotoBackground.jpg);
	background-position: bottom | right;
	background-repeat: no-repeat;
}

.Shift2PixelRight
{
	float: right;
	margin-right: 2px;
}

.Shift2PixelDownImage
{
	position: relative;
	top: 2px;
	border: 0px;
}

.yiggbutton
{
	float:left;
	padding:3px 5px 5px 5px;
}

.InlineText
{
	display: inline;
}

.QuickLink
{
	background-color: rgb(215,228,240);
	height: 16px;
}

/*** Create User ***/

.FormElement
{
	margin-left: 5px;
	height: 30px;
}

.LeftFormElement
{
	float:left;
	width: 70px;
}

.MiddleFormElement
{
	float:left;
	width: 175px;
}

.RightFormElement
{
	margin-left: 10px;
	width: 490px;
}

.FormElementDescriptionText
{
	color: Gray;
}

/* Search */

div.NoSearchResults
{
	background-color: rgb(214,227,239);
	padding: 5px;
	width:717px;
	height: 18px;
	text-align:left;
  font-family: tahoma;
}

div.SearchThumb
{
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

div.SearchThumb a:hover img.group_foto
{
	position: relative;
	left: 1px;
	top: 1px;
}

div.SearchResultsContainer
{
	border-style: solid;
	border-width: 0px;
	background-color: rgb(214,227,239);
	background-image: url('../Icons/group_thumb_background.png');
	background-repeat: repeat-x;
	color: rgb(127,127,127);
	height: 100px;
	width: 717px;
	margin-top:-1px;
}

div.SearchMargin100andpadd5
{
	margin-left: 100px;
	padding: 15px;
}


/* New Default.aspx page */

#TopPanel
{
  width: 705px;
  height: 290px;
}

#WelcomePanel
{
  width: 509px;
  height: 290px;
  float: left;
  background-image: url(../Images/WelcomePic1.jpg);
  
}

#DocumentPanel
{
	width: 180px;
	height: 290px;
	float: right;
	background-image: url(../Images/WelcomePic2.jpg);
	background-repeat: no-repeat;
	background-color: #D8E4F0;
}

#BottomPanel
{
	width: 720px;
	height: 344px;
}

#VideoPanel
{
  width: 285px;
  height: 344px;
  float: left;
  background-image: url(../Images/WelcomePic3.jpg);
	background-repeat: no-repeat;
}
#InfoPanel
{
	width: 421px;
	height: 344px;
	float: right;
  background-image: url(../Images/WelcomePic4.jpg);
	background-repeat: no-repeat;
}

