/* DevSite.css
**
**	Example Extended PowerMatch styles for the development site.
**
**  Copyright (c) 2000-2005 IdealHire, Inc.
*/

body
{
	background-color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	color: black;
	margin: 0;
}

a
{
	color: #333;
	text-decoration: underline;
}

.loginBox
{
	float: right;
	display: block;
	padding: 4px 0px 4px 4px;
	text-align: right;
}

#JobSummary
{
	display: block;
	clear: none;
}

#JobSummary .NewsPanel
{
	display: block;
	width: 280px;
	float: left;
}

#layouttable
{
	margin: 0;
	padding: 0;
}

#pnlSiteStats
{
	padding: 4px 0 4px 4px;
	float: right;
	display: block;
	clear: right;
}

.InfoBoxCaption
{
	font-weight: bold;
	font-size: larger;
	text-align: left;
	background-color: #b2b5a2;
	border-bottom: solid 1px black;
	display: block;
	letter-spacing: .6em;
	padding-left: 18px;
	width: 280px;
}

TABLE.report th
{
	background-color: #B2B5A2;
}

TABLE.report tr.alt td
{
	background-color: #D7D8D0;
}

TABLE.report tr.alt
{
	background-color: #D7D8D0;
}

.MessagesInbox
{
	padding-left: 20px;
	background-position: 0px 0px;
	background-image: url(/PowerMatch/img/MessagesInbox.gif);
	background-repeat:no-repeat;
}
.MessagesSentItems
{
	padding-left: 20px;
	background-position: 0px 0px;
	background-image: url(/PowerMatch/img/MessagesSentItems.gif);
	background-repeat:no-repeat;
}

/* IdealHire.PowerMatch.Web.UI.Widgets.MailMessageList styling */
.MailMessageList table
{
	color: #030;
	width: 100%;
	margin: 8px 0px 8px 0px;
	border: 1px solid #f0f0f0;
	border-collapse: collapse;
}

.MailMessageList td
{
	padding: 2px 4px 2px 4px;
	text-align: left;
}

.MailMessageList tr th
{
	background-color: #b2b5a2;
	text-align:left;
}

.MailMessageList th
{
	color: #000;
	padding-left:4px;
	border-bottom: solid 1px #000
}
.MailMessageList .Normal
{
}

.MailMessageList .High
{
	background-position: 0px 0px;
	background-image: url(/PowerMatch/img/MessagesPriorityHigh.gif);
	background-repeat:no-repeat;
}

.MailMessageList .Low
{
	background-position: 0px 0px;
	background-image: url(/PowerMatch/img/MessagesPriorityLow.gif);
	background-repeat:no-repeat;
}

.ReadMessage
{
	font-weight:normal;
}

.UnreadMessage
{
	font-weight:bold;
}

/* End of IdealHire.PowerMatch.Web.UI.Widgets.MailMessageList styling */

#tblMessageView
{
	width: 100%;
	border: 1px #c0c0c0 solid;
	border-collapse: collapse;
	padding: 0px;
}

#tblMessageView #lblSent
{
	display: block;
	font-weight: bold;
	text-align: right;
	background-color: #b2b5a2;
	padding-right: 4px;
}
#tblMessageView #lblFrom
{
	display: block;
	font-weight: bold;
	text-align: right;
	background-color: #b2b5a2;
	padding-right: 4px;
}
#tblMessageView #lblTo
{
	display: block;
	font-weight: bold;
	text-align: right;
	background-color: #b2b5a2;
	padding-right: 4px;
}
#tblMessageView #lblReferences
{
	display: block;
	font-weight: bold;
	text-align: right;
	background-color: #b2b5a2;
	padding-right: 4px;
	vertical-align: top;
	height: 34px;
}
#tblMessageView #lblSubject
{
	display: block;
	font-weight: bold;
	text-align: right;
	background-color: #b2b5a2;
	padding-right: 4px;
}
#tblMessageView #lblBodyValue
{
	display: block;
	text-align: left;
	border-top: solid 1px #b2b5a2;
	border-bottom: solid 1px #b2b5a2;
}
#MessageComposer
{
	border: solid 1px #ccc;
}

#MessageComposer #txtSubject
{
	width: 260px;
}
#MessageComposer #txtMessage
{
	width: 99%;
	height: 240px;
}

/* IdealHire.PowerMatch.Web.UI.Widgets.NewsPanel styling */
.NewsPanel
{
	width: 100%;
}

.NewsPanel .c
{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	font-weight: bold;
	border-bottom: solid 1px #b2b5a2;
	background-color: #D7D8D0
}

.NewsPanel .c .l
{
	width: 14px;
	background: #D7D8D0 url(/PowerMatch/img/tl.gif) no-repeat top left;
}

.NewsPanel .c .r
{
	width: 14px;
	background: #D7D8D0 url(/PowerMatch/img/tr.gif) no-repeat top right;
}

.NewsPanel .b
{
	background-color: #fff;
	border-bottom: solid 1px #b2b5a2;
	text-align: left;
	height: 100%
}
/* End of IdealHire.PowerMatch.Web.UI.Widgets.NewsPanel styling */

/* IdealHire.PowerMatch.Web.UI.Widgets.SplitPanel styling */
.SplitPanel
{
	display: block;
	clear: both;
}

.SplitPanel .l
{
	float: left;
	text-align: left;
}

.SplitPanel .r
{
	float: right;
	text-align: right;
}

/* IdealHire.PowerMatch.Web.UI.Widgets.SplitPanel styling */


.FindSkills
{
	width:600px;
	padding : 10px;	
}

.byCategory
{
	border : 1px solid black;
	padding : 5px;
	height : 77px;	
}

.OR
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
	width : 25px;
	padding : 5px 5px 5px 5px; 

}
.byKeyword
{
	padding : 5px;	
	border : 1px solid black; 
	height : 77px;
	margin-left : 5px;
	
}
.PageHeading
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 14pt;
	color : white; 		
	text-justify : distribute;
}

.PageHeadingBlue
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 14pt;
	color : #0000cd;   
}

.welcome
{
	background-color : #d7d7d0;
	padding : 15px 10px 15px 10px;
	font-size : 16pt;
	color : White;
	font-weight : bolder;
	text-align : left;		
}

.MissingImage
{
	border-style: ridge;
	BACKGROUND-IMAGE: url(/PowerMatch/img/big_exclamation.gif) ;
	background-position: left top;
	border: 5px lightgray;
	border-color:  #ff9933;
	width: 120px;
	height: 150px;
	padding-left: 50px;
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: left;
	color: Red;
	font-weight: bolder;

	
}
.ProfileSection
{
	padding-left : 50px;
}

.MultiSelectBlock
{
	display : none;
	border : solid 1px black;
	width : 215px;	
	position : Absolute;
	background-color : #ccc;
	z-index: 9000;	
}

.SelectedFolder
{
	background-color: #D7D8D0;
}

TABLE.report TR.reportPager
{
	background-color: #b2b5a2;
	text-align: right;
	border-top: solid 1px black;
}

TABLE.report TR.reportPager TD
{
	border-top: solid 1px black;
	font-weight: bold;
	padding: 0;
}
.SkillReqHeader
{
	color:ffffff;
	background-color :  DarkGreen;
}
.PopUpWindow
{
	z-index: 1; 
	position: absolute; 
	height:50px;
	width:200px;
	top:250px; 
	left:600px; 
	visibility: hidden; 
	background-image:url(/PowerMatch/img/images/tooltipback.gif);
}
