/* DevSite.css
**
**	Example Extended PowerMatch styles for the development site.
**
**  Copyright (c) 2000-2005 IdealHire, Inc.
*/

body
{
	background-color: #cccccc;
	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.dg th
{
	background-color:#003366;
    color:#FFFFFF; 
	border: none;
	border-bottom: solid 1px #000;
	text-align: left;
	vertical-align: top;
}

.dg1 
{
	background-color:#003366;
	border: none;
	text-align: left;
	vertical-align: top;
	width:100%;
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#FFFFFF;
}

TABLE.dg
{
	border-collapse: collapse;
	table-layout: auto;
	width:100%;
	margin:0px;
	padding:0px;
	
}

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 : #4A659C;
	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;
}.txtS
{
    FONT-FAMILY: arial, helvetica, sans-serif;
    FONT-SIZE: 10pt
}
.SkillReqHeader
{
	color:ffffff;
	background-color :  DarkGreen;
}
.MenuBack
{
/*	background-image:url(/PowerMatch/img/images/menuback_orig.gif);*/
	background-repeat:no-repeat;
	border:1px;
}
.MenuBackLarge
{
/*	background-image:url(/PowerMatch/img/images/menuback_large2.gif);*/
	background-repeat:no-repeat;
	border:1px;
}
.MenuBackMedium
{
/*	background-image:url(/PowerMatch/img/images/menuback_medium1.gif);
	width:220px;
	height:135px;
	background-repeat:no-repeat;
	border:1px;*/
}
.MenuBackSmall
{
/*	background-image:url(/PowerMatch/img/images/menuback_small2.gif);*/
	background-repeat:no-repeat;
	border:1px;
}
.TopCorner
{
	background-image:url(/PowerMatch/img/images/topcorner.jpg);
    width: 244px;
    height: 144px;
    border: 0; 
    background-repeat:no-repeat;
}
.sAlt
{
	background-color: #dadada;
/*	background-color: #f8f8f8;*/
}
.sHalt
{
	background-image:url(/PowerMatch/img/images/sHAlt2.png);
}
TABLE.backcolor TD.experiment
{
	background-color:white;
}
TABLE.LeftSide
{
	border-collapse: collapse;
	width: 230px;
	border-bottom:solid 1px #99ccff;
	border-top:solid 1px #99ccff;
	border-left:solid 1px #99ccff;
	border-right:solid 1px #99ccff;

	background-color:#dadada;
/*	background-color:#f8f8f8;*/
}
TABLE.LeftSide TD.LeftSideFirst
{
	height:25px;
	text-align:left;
	background-color:#003366;
	color:White;
/*	background-color:#ebf3fb;*/
}
TABLE.LeftSide td
{
	padding:1px;
	
/*	border-bottom: solid 1px #99ccff;
	border-top: solid 1px #99ccff;
	
/*	border-bottom: solid 2px #f0f0f0;
	border-top: solid 2px #f0f0f0;
*/	
}
TABLE.LeftSide a
{
	color:#003366;
}
.ConsoleBack
{
	width:99%;
	border-bottom:solid 1px #003366;
	border-top:solid 1px #003366;
	border-left:solid 1px #003366;
	border-right:solid 1px #003366;
	padding-left:0px;
}
.StartHelp
{
	min-height:550px;
	height:auto;
/*	width:472px; 
    height: 632px;
	/*background-image:url(/PowerMatch/img/images/helpback1.jpg);*/
}
* html .StartHelp 
{
	height: 550px;
}
.LLeft
{
	float:left;
	background-image:url(/PowerMatch/img/images/ll2.gif);
	background-repeat: no-repeat;
	width:10px;
	background-position:left bottom;
}
.LRight
{
	float:right;
	background-image:url(/PowerMatch/img/images/lr2.gif);
	background-repeat: no-repeat;
	border:0;
	width:10px;
	background-position:right bottom;
	height:10px;
}
.ULeft
{
	float:left;
	background-image:url(/PowerMatch/img/images/Ul2.gif);
	background-repeat: no-repeat;
	border:0;
	width:10px;
	background-position:left top;
	height:10px;
}
.URight
{
	float:right;
	background-image:url(/PowerMatch/img/images/Ur2.gif);
	background-repeat: no-repeat;
	border:0;
	width:10px;
	background-position:right top;
	height:10px;
}
.BackLeft
{
	float:left;
	background-image:url(/PowerMatch/img/images/ll.gif);
	background-repeat: no-repeat;
	border:0;
	width:10px;
	background-position:left bottom;
	height:10px;
}
.BackRight
{
	float:right;
	background-image:url(/PowerMatch/img/images/lr.gif);
	background-repeat: no-repeat;
	border:0;
	width:10px;
	background-position:right bottom;
	height:10px;
}
.ProfilePanel
{
	border-bottom:solid 1px #003366;
	border-top:solid 1px #003366;
	border-left:solid 1px #003366;
	border-right:solid 1px #003366;
}
.UpRight
{
	float:right;
	background-image:url(/PowerMatch/img/images/Ur.gif);
	background-repeat: no-repeat;
	border:0;
	width:10px;
	background-position:right top;
	height:10px;
}
.ConsoleUl
{
	float:left;
	/*background-image:url(/PowerMatch/img/images/console_ulN.gif);*/
	border:0; 
	height:10px;
	width:10px;
	background-repeat: no-repeat;
}
.ConsoleUr
{
	/*background-image:url(/PowerMatch/img/images/console_urN.gif);*/
	background-repeat: no-repeat;
	float:right;
	border:0; 
	height:10px;
	width:10px;
}
.ConsoleLl
{
	float:left;
/*	background-image:url(/PowerMatch/img/images/console_llN.gif);*/
	height:10px;
	width:10px;
	background-repeat: no-repeat;
	background-position:left bottom;
}
.ConsoleLr
{
	/*background-image:url(/PowerMatch/img/images/console_lrN.gif);*/
	background-repeat: no-repeat;
	float:right;
	height:10px;
	width:10px;
	background-position:right bottom;
}
TABLE.MainSide
{
	width:470px;
	/*background-image:url(/PowerMatch/img/images/listheader2.gif);*/
	background-repeat:no-repeat;
}
.ResultPanel
{
	font-size:larger;
	text-align:center;
	FONT-WEIGHT: bold;
	background-color:#a3b2cc;
	/*background-color:#ebf3fb;

/*	BACKGROUND-IMAGE: url(/PowerMatch/img/images/listheader3.gif);*/
}
H1.Header
{
/*	BACKGROUND-IMAGE: url(/PowerMatch/img/images/List-header.gif);*/
    /*font-family: arial, helvetica, sans-serif;*/
	text-align:left;
	background-color:#a3b2cc;
/*	background-color:#ebf3fb;*/

	font-size: medium;
	font-weight: bold;
}
TABLE.rep
{
	border-collapse: collapse;
	table-layout: auto;
	width:100%;
	margin:0px;
	padding:0px;
	
}
Table.rep th a
{
	color:White;
}
Table.rep th
{
	color:White;
}
TABLE.rep th
{
	border: none;
	border-bottom: solid 1px #000;
	text-align: left;
	vertical-align: top;
	background-color:#003366;
	font-size: medium;
	font-weight: bold;
}
.BoxBack
{
	width:99%;
	margin:1px;
	min-height:550px;
	height:auto;

	/*background-image:url(/PowerMatch/img/images/helpback1.jpg);
	background-repeat:no-repeat;*/
}
* html .BoxBack 
{
	height: 550px;
}

.boxhide {
display:none;
}
.boxshow {
display:box;
}	
.hiliteon 
{
	background-color:#FFFFFF;
	border-bottom:solid 1px #99ccff;
	border-top:solid 1px #99ccff;
	border-left:solid 1px #99ccff;
	border-right:solid 1px #99ccff;
}
.hiliteAlt 
{
	background-color:#ebf3fb;
}
.hiliteAlt1 
{
	background-color: none;
}
.hiliteoff 
{
	background-color: none;
}
.hilitemenu 
{
/*	background-color:#cdcccc;*/
	background-color:#bde3f9;
}
.helphide
 {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
}
.helpshow 
{
	position:absolute;
	background-image:url(/PowerMatch/img/images/tooltipback.gif);
	height:50px;
	width:200px;
	left:0px;
	top:0px;
	z-index:2;
}
.helpshow1
{
	position:absolute;
	background-image:url(/PowerMatch/img/images/tada1.gif);
	height:136px;
	width:255px;
	left:0px;
	top:0px;
	z-index:2;
}
	
.Slider7
{
	BACKGROUND-IMAGE: url(/PowerMatch/img/images/erin4.gif); 
	WIDTH: 120px; 
	POSITION: relative;
	background-repeat:no-repeat;
}
.Slider6
{
	BACKGROUND-IMAGE: url(/PowerMatch/img/images/slider8.gif); 
	WIDTH: 110px; 
	POSITION: relative;
	background-repeat:no-repeat;
}
.Slider5
{
	BACKGROUND-IMAGE: url(/PowerMatch/img/images/slider9.gif); 
	WIDTH: 108px; 
	POSITION: relative;
	background-repeat:no-repeat;
}
.SliderSmall
{
	BACKGROUND-IMAGE: url(/PowerMatch/img/images/slider10.gif); 
	WIDTH: 80px; 
	POSITION: relative;
	background-repeat:no-repeat;
}
.Slider4
{
	BACKGROUND-IMAGE: url(/PowerMatch/img/images/slider4.gif); 
	WIDTH: 102px; 
	POSITION: relative;
	background-repeat:no-repeat;
}
.backcolor 
{
	/*background-color:#f2f2f2;*/
	background-color:white;
	width:100%;
/*	border-right: solid 2px #a3b2cc;*/
	
/*	border-right: solid 2px #0066FF;*/
}
.linkDisable
{
	color:Gray;
}
.linkActive
{
	color:#003366;
}
.linkRed
{
	color:#880d2b;
}
.PopUpWindow
{
	z-index: 1; 
	position: absolute; 
	height:50px;
	width:200px;
	top:250px; 
	left:600px; 
	visibility: hidden; 
	background-image:url(/PowerMatch/img/images/tooltipback.gif);
}
.MessageBoxEr
{
	padding: 4px 4px 4px 20px;
	margin: 2px;
	background: #fee url(/PowerMatch/img/error.png) no-repeat top left;
}
.MessageBoxInf
{
	padding-left: 20px;
	margin: 2px;
	background: #eef url(/PowerMatch/img/information.png) no-repeat top left;
}
.sButtons
{
	background-color:#003366;
	color:White;
	font-weight:bold;
}
.ZipCodeBlock
{
	display:none;
	border: solid 1px #3a5774;
	width : 240px;	
	position : Absolute;
	background-color:White;
	z-index: 9000;	
}
.RecipientBlock
{
	display:none;
	border: solid 1px #3a5774;
	position : Absolute;
	width:340px;
	background-color:White;
	z-index: 9000;	
}
.SkillBox
{
	z-index: 1; 
	position: relative;
	width:98%;
	border-bottom: solid 7px #87bcdc;
	border-top: solid 7px #87bcdc;
	border-left: solid 7px #87bcdc;
	border-right: solid 7px #87bcdc;
	background-color:White;
}
.PopUpDone
{
	z-index: 4; 
	position: absolute; 
	top:200px; 
	left:500px; 
	border-bottom: solid 1px #3a5774;
	border-top: solid 1px #3a5774;
	border-left: solid 1px #3a5774;
	border-right: solid 1px #3a5774;
	background-color:White;
}
.TemplateBox
{
	top:-550px;
	z-index: 2; 
	position: relative;
	width:98%;
	border-bottom: solid 1px #3a5774;
	border-top: solid 1px #3a5774;
	border-left: solid 1px #3a5774;
	border-right: solid 1px #3a5774;
	background-color:White;
}
.TemplateTable
{
	border-bottom: solid 7px #c3d9ff;
	border-top: solid 7px #c3d9ff;
	border-left: solid 7px #c3d9ff;
	border-right: solid 7px #c3d9ff;
	background-color:White;
}
.TemplateTableH
{
	background-color:#e0edfe;
	font-size:medium;
}
.TemplateBox1
{
	top:60px;
	z-index: 2; 
	position: absolute;
	width:650px;
	border-bottom: solid 1px #3a5774;
	border-top: solid 1px #3a5774;
	border-left: solid 1px #3a5774;
	border-right: solid 1px #3a5774;
	background-color:White;
}
.TemplateTableH1
{
	background-color:#e0edfe;
	font-size:medium;
}

.closeDialog
{
	background-image:url(/PowerMatch/img/images/close_box.gif);
	background-repeat:no-repeat;
	width:15px;
	cursor:hand;
}
.CuteMessagePanel
{
	min-height:550px;
	height:auto;
	border-left:solid 1px #003366;
	border-right:solid 1px #003366;
	border-bottom:solid 1px #003366;
}
.CuteMessagePanelDiv
{
	border-top:solid 1px #003366;
	border-left:solid 1px #003366;
	border-right:solid 1px #003366;
	border-bottom:solid 1px #003366;
	background-color:#a3b2cc;
}
.SelectedCuteFolder
{
	color:Black;
	font-size:large;
	font-weight:bold;
	border-bottom:solid 1px white;
	border-left:solid 1px #003366;
	border-right:solid 1px #003366;
	padding-left:5px;
	padding-right:20px;
	background-color:white;
	margin-left:-1px;
	text-decoration:none;
}
.NonSelectedCuteFolder
{
	color:White;
	font-size:large;
	font-weight:bold;
	padding-left:5px;
	padding-right:20px;
	padding-bottom:5px;
	text-decoration:none;
}
.MetricsTable
{
	background-color:#ebf3fb;
	width:100%;
}
.MetricsBackground
{
	background-image:url(/PowerMatch/img/images/box.gif);
	background-repeat:no-repeat;
}
.MetricsYellowBackground
{
	background-image:url(/PowerMatch/img/images/yellowbox.gif);
	background-repeat:no-repeat;
}
#tblSimpleMessageView
{
	width: 100%;
	border: 1px #c0c0c0 solid;
	border-collapse: collapse;
	padding: 0px;
}

#tblSimpleMessageView #lblSent
{
	display: block;
	font-weight: bold;
	text-align: right;
	background-color: #003366;
	padding-right: 4px;
	color:White;
}
#tblSimpleMessageView #lblFrom
{
	display: block;
	font-weight: bold;
	text-align: right;
	background-color: #003366;
	color:White;
	padding-right: 4px;
}
#tblSimpleMessageView #lblTo
{
	display: block;
	font-weight: bold;
	text-align: right;
	background-color: #003366;
	color:White;
	padding-right: 4px;
}
#tblSimpleMessageView #lblReferences
{
	display: block;
	font-weight: bold;
	text-align: right;
	background-color: #003366;
	color:White;
	padding-right: 4px;
	vertical-align: top;
	height: 34px;
}
#tblSimpleMessageView #lblSubject
{
	display: block;
	font-weight: bold;
	text-align: right;
	background-color: #003366;
	color:White;
	padding-right: 4px;
}
#tblSimpleMessageView #lblBodyValue
{
	display: block;
	text-align: left;
	border-top: solid 1px #b2b5a2;
	border-bottom: solid 1px #b2b5a2;
}

.Testingthis
{
	z-index: 1; 
	position: absolute; 
	top:80px; 
	left:460px; 
	background-color:#feff94;
/*	border-bottom: solid 4px #bdbe47;
	border-top: solid 4px #bdbe47;
	border-left: solid 4px #bdbe47;
	border-right: solid 4px #bdbe47;
*/	
}

.ttop div  { background: url(/PowerMatch/img/images/Upperleft-corner.gif) no-repeat top left; }
.ttop      { background: url(/PowerMatch/img/images/Upper-right-corner.gif) no-repeat top right; }
.tbot div  { background: url(/PowerMatch/img/images/Lower-left-corner.gif) no-repeat bottom left; }
.tbot      { background: url(/PowerMatch/img/images/Lower-right-corner.gif) no-repeat bottom right; }

 /* height and width details */
.ttop div, .ttop, .tbot div, .tbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.tcontent  { margin: 0 14px; }
.troundbox { width: 20em; margin: auto; }

.rbroundbox 
{
	background-color:#feff94;
	z-index: 2; 
	position: absolute; 
	left:0px;
	top:0px;
}

.rbroundboxbig 
{
	background-image:url(/PowerMatch/img/images/searchthing5.gif);
	font-size:larger;
	background-repeat:no-repeat;
	height:53px;
	background-position: center top;
}

.rbtop div  { background: url(/PowerMatch/img/images/tl1.gif) no-repeat top left;}
.rbtop      { background: url(/PowerMatch/img/images/tr1.gif) no-repeat top right;}

.rbbot div  { background: url(/PowerMatch/img/images/bl1.gif) no-repeat bottom left; }
.rbbot      { background: url(/PowerMatch/img/images/br1.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent  { margin: 0 14px;}
.rbroundbox { width: 20em; margin: auto; }


#txtSearchBox_list
{
	background-color:White;
	width:200px;
	text-align: left;
	display:none;
}
#txtSearchBox_list div.item 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:White;
	cursor:hand;
	padding-left:2px;
	height:16px;
}
#txtSearchBox_list div.selected
{
	background-color:#4066b0;
	color:White;
}
/*
TABLE.menuTable
{
	width:240px;
}

.menulinks
{
	background-image:url(/PowerMatch/img/images/Thingy.jpg);
	background-repeat:no-repeat;
	width:105px;
	height:25px;
	text-align:center;
}
*/
/* iWebs - begin menu graphic styles */
#container_menugraphic {
	position:relative;
	left:0px;
	top:0px;
	width:244px;
	height:144px;
	font-family:BankGothic Md BT;
	font-weight:700;
}

#graphic-LogoSpot_ {
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(/PowerMatch/img/images/IMHtopcorner.jpg);
    width: 136px;
    height: 135px;
    border: 0; 
    background-repeat:no-repeat;
}
#graphic-btn1Spot_ {
	position:absolute;
	left:134px;
	top:0px;
	background-image:url(/PowerMatch/img/images/M-4c.jpg);
    width: 100px;
    height: 27px;
    border: 0; 
    background-repeat:no-repeat;
}

#graphic-btn1Text_ {
	position:absolute;
	padding: 6px 0 0 3px;
	left:130px;
	z-index: 20;
	top:0px;
}

#graphic-btn2Spot_ {
	position:absolute;
	left:134px;
	top:27px;
	background-image:url(/PowerMatch/img/images/M-3c.jpg);
    width: 100px;
    height: 32px;
    border: 0; 
    background-repeat:no-repeat;

}

#graphic-btn2Text_ {
	position:absolute;
	padding: 6px 0 0 3px;
	left:130px;
	top:27px;
	z-index: 20;
}

#graphic-btn3Spot_ {
	position:absolute;
	left:134px;
	top:59px;
	background-image:url(/PowerMatch/img/images/M-2c.jpg);
    width: 100px;
    height: 34px;
    border: 0; 
    background-repeat:no-repeat;

}

#graphic-btn3Text_ {
	position:absolute;
	padding: 6px 0 0 3px;
	left:130px;
	top:59px;
	z-index: 20;
}

#graphic-btn4Spot_ {
	position:absolute;
	left:134px;
	top:93px;
	background-image:url(/PowerMatch/img/images/M-1c.jpg);
    width: 100px;
    height: 42px;
    border: 0; 
    background-repeat:no-repeat;

}

#graphic-btn4Text_ {
	position:absolute;
	padding: 6px 0 0 3px;
	left:130px;
	top:93px;
	z-index: 20;
}

#graphic-botph_ {
	position:absolute;
	left:134px;
	top:130px;
	width:110px;
	height:14px;
}

/* links */
a.mglinks:link {
	text-decoration: none;
	text-transform:uppercase;
	border:none;
	color:#ffffff;		
}

a.mglinks:visited  {
	text-decoration: none;
	text-transform:uppercase;
	border:none;
	color:#ffffff;
}

a.mglinks:active   {
	text-decoration: none;
	text-transform:uppercase;
	border:none;
	color:#ffffff;
}

a.mglinks:hover    {
	text-decoration: none;
	text-transform:uppercase;
	border:none;
	color:#0033FF;
	}
.demolinks {
	text-decoration: none;
	text-transform:uppercase;
	border:none;
	color:gray;		
}
.demolinksl {
	text-decoration: none;
	border:none;
	color:gray;		
}

/* iWebs - end menu graphic styles */

