/* CSS Document */

*
{
	color:#27408B;
}

input, select, textarea, option
{
	color:#000000;
	font-size:9pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
}

input.button
{
	color:#0091E5;
	font-weight:bold;
	
}

select.undefinedselect
{ 
    color:gray;
}

option.undefinedoption
{
	color: gray;
}

.error
{
	color:red;
	font-size:9pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
}

.attention
{
	color:red;
	font-size:9pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
}

a
{
	color:#1569C7; 
	font-size:10pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:underline;	
}

a:hover
{
	color:#0091DB;
	font-size:9pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:none;	
}

a.selectednode
{
	color:#0091DB;
	font-size:9pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:none;	
	font-weight:bold;	
}

a.selectednode:hover
{
	color:#0091DB;
	font-size:9pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:none;
	font-weight:bold;	
}

a.node
{
	color:#0091DB;
	font-size:9pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:none;	
}

a.node:hover
{
	color:#0091DB;
	font-size:9pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:none;
}

.node
{
	color:#0091DB;
	font-size:9pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:none;	
}

.node:hover
{
	color:#0091DB;
	font-size:9pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:none;
}

td.menu
{
	background-color: #eeeeee;
	vertical-align: middle;
	text-align: center;
}


.biglink
{
	color:#0091E5;
	font-size:12pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:underline;
}

.biglink:hover
{
	color:#0091E5;
	font-size:12pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:none;	
}
 
a.biglink
{
	color:#0091E5;
	font-size:12pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:underline;	
}

a.biglink:hover
{
	color:#0091E5;
	font-size:12pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:none;	
}

.biglinkselected
{
	color:#333333;
	font-size:10pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:none;
}

.biglinkselected:hover
{
	color:#333333;
	font-size:10pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:none;	
}


a.dotted
{
	color:#0091DB;
	font-size:9pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:none;	
	border-bottom:1px dashed #0091DB;
}

a.dotted:hover
{
	color:#0091DB;
	font-size:9pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:none;	
	border-bottom:1px dashed #0091DB;
	cursor: pointer;
}
a.notdotted
{
	color:#0091DB;
	font-size:9pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:none;	
	
}

a.notdotted:hover
{
	color:#0091DB;
	font-size:9pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:none;	
	
	cursor: pointer;
}

.title{
	color:#0091E5;
	font-size:12pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	padding-left:10px;
	font-weight:bold;
}


.titleline
{
	background-color:#D4AE2D;
	display:block;
	height:2px;
}

.bigtext
{
	color:#0091E5;
	font-size:10pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	font-weight:bold;
}

.newstitle
{
	color:#0091E5;
	font-size:9pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	font-weight:bold;
}

.mediumtext, a.mediumtext
{
	color:#151B8D;
	font-size:10pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	font-weight:bold;
}

a.mediumtext:hover
{
	text-decoration:none;
}

.mainframe
{
	width:1024px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #FFFFFF;
	border-right: 2px solid #b5b5b5;
	border-left: 2px solid #b5b5b5;
}

body
{
	padding:0px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	background-color: #EEEEEE;
	font-size:9pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
}

.footer
{
	font-size:7pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;	
	color:#999999;
}

a.footer
{
	font-size:7pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;	
	color:#0091DB;
	height:inherit
}

.footerpanel
{
	padding: 10px 0px 10px 0px;
	text-align:center;
	background-color:#f6f6f2;
}

.contentpanel
{
	background-color: #eeeeee;
}

.padded
{
	padding: 8px 8px 8px 8px;
}

.leftpadded
{
	padding-left:20px;
}

.toppadded
{
	padding-top:15px;
}

.rightpadded
{
	padding-right:10px;
}


.modalbg
{
	background-color:#999999; 
	filter:alpha(opacity=70); 
	opacity:0.7;
}  

.treeview
{
	height:50px;
	
}
.modaldlg
{
    border:1px solid white;
    text-align:center;
    padding:10px 10px 10px 10px;
    background-color:#DDDDDD;
    color:#000000;
}

select
{
	width:205px;
}

.fixedwidth
{
	width:125px;
}

.searchfixedwidth
{
	Width: 125px;
}


.textsearchwidth
{
	width:350px;
}

.loader
{
	background-color:#EEEEEE;
	position:absolute;
	left:49%;
	top:1px;
}

.grdloader
{
	background-color:#EEEEEE;
	position:absolute;
	left:50%;
	top:50%;
}

.tinny
{
	font-size:7pt;
	color:#999999;
}

.PrebiewTitles
{
	font-weight:bold;
	color:#000000;
	font-size:10pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
}

.paddedtd
{
    padding-left:5px;
    padding-right:10px;
}

.grid
{
	border-color:#EEEEEE;
}

.gridheader
{
	text-align:center;
	font-size: 8pt;
	background-image:url('../images/gridheader.gif');
}

.gridrow
{
	background-color:#FFFFFF;
	height:20px;
}

.gridaltrow
{
	background-color:#DFE5E6;
	height:20px;
}

.gridrow:hover
{
	background-color:#CFD5D6;
	height:20px;
	color:White;
}

.gridaltrow:hover
{
	background-color:#CFD5D6;
	height:20px;
	color:White;
}

.gridaemptyrow
{
	height:20px;
	text-align:center;
	font-size:10pt;
	font-weight:bold;
}

.resultgrid
{
	border-color:#EEEEEE;
}

.resultgridheader
{

	display:none;
}

.resultgridrow
{
	background-color:#FFFFFF;
	height:80px;
}

.resultgridaltrow
{
	background-color: #eafcff;
	height: 80px;
}

.resultgridrow:hover
{
	background-color:#EEEEEE;
	height:80px;
	color:White;
}

.resultgridaltrow:hover
{
	background-color:#EEEEEE;
	height:80px;
	color:White;
}

.resultgridaemptyrow
{
	height:25px;
	text-align:center;
	font-size:11pt;
	font-weight:bold;
}

.watermarked
{
	color:#AAAAAA;
}

.dotted
{
	color:#0091DB;
	font-size:9pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:none;	
	cursor:pointer;
	border-bottom:1px dashed #0091DB;
}

.notdotted
{
	color:#0091DB;
	font-size:9pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:none;	
	cursor:pointer;
	
}
.dotted:hover
{
	color:#0091DB;
	font-size:9pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:none;
	border-bottom:1px dashed #0091DB;	
}
.notdotted:hover
{
	color:#0091DB;
	font-size:9pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:none;	
}
.contextmenupanel
{
	border: 1px solid #868686;
	z-index: 1000;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 7pt;
	background-color: #ffffff;
	position:absolute;
}

.contextmenucontentpanel
{
	border: 1px solid #868686;
	z-index: 1000;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 7pt;
	background-color: #eeeeee;
	position:absolute;
}

.contextmenubreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.popupmenuitem
{
	color:#0091DB;
	font-size:9pt;
	font-weight:bold;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:none;
	margin: 1px 0 1px 0;
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 4px 4px 4px 4px;
	white-space: nowrap;
	border: 1px solid #eeeeee;
	
}
 a.popupmenuitembreak
{
	color:#0091DB;
	font-size:9pt;
	font-weight:bold;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:none;
	margin: 1px 0 1px 0;
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 4px 4px 4px 4px;
	white-space: nowrap;
	border: 1px solid #eeeeee;
	border-bottom: 1px solid #cccccc;
}
a.popupmenuitem:hover
{
	background-color: #f4f3eb;
	border: 1px solid #D2B47A;
	padding: 4px 4px 4px 4px;
}
a.popupmenuitembreak:hover
{
	background-color: #f4f3eb;
	border: 1px solid #D2B47A;
	padding: 4px 4px 4px 4px;
	border-bottom: 1px solid #cccccc;
}
a.contextmenuitem
{
	color:#0091DB;
	font-size:8pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	text-decoration:none;
	margin: 1px 0 1px 0;
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 4px 4px 4px 4px;
	white-space: nowrap;
	border: 1px solid white;
}

a.contextmenuitem:hover
{
	background-color: #f4f3eb;
	border: 1px solid #D2B47A;
	padding: 4px 4px 4px 4px;
}

.contextsubmenupanel
{
	border: 1px solid #868686;
	z-index: 1000;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 7pt;
	background-color: #eeeeee;
	position:absolute;
}


.contextsubmenucontentpanel
{
	border: 1px solid #868686;
	z-index: 1000;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 7pt;
	background-color: #eeeeee;
	position:absolute;
}


.chekcbolxist
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
 }


.searchcol1
{
	width: 65%;
	
	vertical-align:top;
}

.searchcol2
{
	width: 35%;
	vertical-align:top;
	
}

.categorytext
{
	width:10px; 

}
.advancedsearchcol1
{
	width: 25%;
	vertical-align :top;
	text-align: right;
}

.advancedsearchcol2
{
	width: 75%;
}


legend
{
	border: none 1px gray;
}

.collapsePanel 
{
	overflow:hidden;
}


.selectedpage
{
	font-weight: bold;
	background-color: #dfe5e6;
	font-size:10pt;
	text-decoration:none;
}


.selectedpage:hover
{
	font-weight:bold;
	background-color: #dfe5e6;
	font-size:10pt;
	text-decoration:none;
}

.selectedlink
{
	font-weight: bold;
	background-color: #dfe5e6;
	text-decoration:none;
}


.selectedlink:hover
{
	font-weight:bold;
	background-color: #dfe5e6;
	text-decoration:none;
}

.notselectedpage
{
	font-size:10pt;
}

.notselectedpage:hover
{
	font-size:10pt;
}

.pagenavenabled
{
	font-size:10pt;
}

.pagenavdisabled
{
	color: #999999;
	font-size:12pt;
	text-decoration:none;
	display:none;
}

.pagenavenabled:hover
{
	font-size:10pt;
}

.pagenavdisabled:hover
{
	color: #999999;
	font-size:10pt;
	text-decoration:none;
	display:none;
}

table.fieldtable
{
    background-color: #555555;
}

td.fieldlabel
{
    background-color: #cccccc;
    padding-left: 5px;
    padding-right: 5px;
}

td.fieldvalue
{
    background-color: #ddeeff;
    padding-left: 5px;
    padding-right: 5px;
}

a.menu,
a.menu:hover
{
    color:#0091E5;
    font-family:Verdana,Tahoma,sans-serif;
    font-size:8pt;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    cursor:pointer;
}

a.selectedmenu,
a.selectedmenu:hover
{
    color:#5f5f5f;
    font-family:Verdana,Tahoma,sans-serif;
    font-size:10pt;
    font-weight:bold;
    text-decoration:none;
    cursor:pointer;
}

.backlink
{
	color:#0091E5;
	font-size:12pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	font-weight: bold;
	text-decoration:none;
}

.backlink:hover
{
	color:#0091E5;
	font-size:12pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	font-weight: bold;
	text-decoration:none;	
}
 
a.backlink
{
	color:#0091E5;
	font-size:12pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	font-weight: bold;
	text-decoration:none;	
}

a.backlink:hover
{
	color:#0091E5;
	font-size:12pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	font-weight: bold;
	text-decoration:none;	
}

a.category_path_link_selected
{
    font-size:8pt;
    font-weight: bold;
    background-color: #dfe5e6;
    text-decoration:none;
}
a.root_category_path_link
{
    font-weight: bold;
    font-size:8pt;
}
a.category_path_link
{
    font-size:8pt;
}

a.category_path_Templatelink_selected
{
    font-size:8pt;
    font-weight: bold;
    background-color: #c8c8c8;
    text-decoration:none;
}
a.category_path_Templatelink
{
    font-size:8pt;
}

.category_path_separator
{
    font-size:10pt;
}

.titlelefttopcorner
{
	background: #eeeeee url('../images/LeftTopCorner.gif') scroll no-repeat left top;
}

.titlerighttopcorner
{
	background: url('../images/RightTopCorner.gif') no-repeat right  top;
}

.titleleftbottomcorner
{
	background: url('../images/LeftBottomCorner.gif') #eeeeee  no-repeat left bottom;
	height:10px;
}

.titlerightbottomcorner
{
	background: url('../Images/RightBottomCorner.gif') no-repeat right bottom;
	height:10px;
}

.titletext
{
	padding-left: 10px;
}

.titletoolbox
{
	padding-right: 5px;
}

.titleclose
{
	cursor: pointer;
}

.titleclose:hover
{
	background-color:#cccccc
}

.companytitle
{
	color:#555555;
	font-size:10pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	font-weight:bold;	
}

.companytitlelink
{
	color:#0091E5;
	font-size:11px;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	font-weight:bold;
}

.tooltippanel
{
	color: #333333;
	background-color: #ffffcc;
	border: solid 1px #333333;
	position:absolute;
	padding: 3px 3px 3px 3px
}

.actionsbutton
{
	cursor: pointer;
	border:solid 1px #ff0000;
}

.actionsbutton:hover
{
	background-color:#DFE5E6;
	
}


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.lastRatingStar
{
    background-image: url('../Images/delete.gif');
}


.filledRatingStar 
{
    background-image: url('../Images/filledstar.png');
}

.emptyRatingStar 
{
    background-image:  url('../Images/EmptyStar.gif');
}

.savedRatingStar {
    background-image: url('../Images/SavedStar.png');
}

.stats
{
	font-size:6pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
}

a.stats
{
	font-size:6pt;
	color:#0091DB;
	height:inherit
}

fieldset
{
	padding: 3px;
}

h4 
{
	border-bottom:thin solid #CCCCCC;
	color:#0091E5;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	font-weight:bold;
	line-height:17px;
	margin-bottom:0px;
}
.clients
{  
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	line-height:17px;	
}

.clientsspace
{  
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	line-height:20px;	
}
.popupTitle
{
    font-size:7pt;
    font-weight:bold;
}
.popupText
{
    font-size:7pt;
}
a.popupLink
{
    font-size:7pt;
    font-weight:bold;
}
a.popupLink:hover
{
    font-size:7pt;
    font-weight:bold;
}
.result_grid_cell_snapshot
{
    padding: 1px 1px 1px 1px;
    overflow: hidden;
    height: 10px;
}
.result_grid_header
{
	text-align:center;
    font-size: 8pt;
    font-weight: bold;
    background-image: url('../images/headerback.png');
}

.popupbuttom
{
	color:#0091E5;
	font-size:8pt;
	font-family: Verdana,Tahoma,Sylfaen, sans-serif;
	font-weight:bold;
}9/6/2010 10:46:45 AM