
/****************************************************************
    General section
****************************************************************/

/* 
    If you add the HeaderVizseek or the FooterVizseek to a page, the body
    must be set to have a margin of zero, otherwise the gradient images 
    will not tile all the way to the edge of the page. You should check to 
    make sure that the changed margin will not move other elements of the page
*/

body
{
	margin: 0px;
}

.lightBlueFont
{
	font-family: Arial;
	font-size: 8pt;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

.lightBlueFontBold
{
	font-family: Arial;
	font-size: 9pt;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

.lightBlueFontHuge
{
	font-family: Arial;
	font-size: 15pt;
	color: #006699;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
}

/*
    makes ordered list look similar to an unordered list
*/
ol
{
	text-indent: -15px;
	list-style-position: inside;
}

.linkFontCorrectionVizseek
{
	color: #999999;
	text-decoration: none;
}

.standardFont
{
	font-family: Arial;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

.standardFontLarge
{
	font-family: Arial;
	font-size: 12pt;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.standardFontHuge
{
	font-family: Arial;
	font-size: 14pt;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.standardFontBold
{
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.standardFontSmallBold
{
	font-family: Arial;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.standardFontBlack
{
	font-family: Arial;
	font-size: 9pt;
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

.tinyFont
{
	font-family: Arial;
	font-size: 7pt;
	color: #333333;
	text-decoration: none;
}

.yellowFont
{
	font-size: 8pt;
	font-family: Arial;
	color: #ff9900;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: underline;
}

.greenFont
{
	font-size: 15pt;
	font-family: Arial;
	color: #33cc00;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
}

.noBorder
{
	border: none;
}

.paragraphSpacing
{
	margin-bottom: 20px;
}

.tinyLogoStyle
{
	position: relative;
	top: 3px;
	width: 58px;
	height: 14px; /*behavior:url(userControls/iepngfix.htc);*/
}
/****************************************************************
    FooterVizseek section
****************************************************************/
.footerBackground
{
	clear: both;
	background-color: #EFEFEF;
	background-image: url(footerGradient.jpg);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 8pt;
	color: #999999;
	margin-top: 20px;
}

.footerBackground .wrap
{
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 100px 0;
}

.footerCopyright
{
	width: 200px;
	position: relative;
	left: 20px;
}

.footerLinks
{
	width: 760px;
	text-align: right;
}

/****************************************************************
    HeaderVizseek section
****************************************************************/

.headerBackground
{
	background-image: url(headerGradient.jpg);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 8pt;
	margin-bottom: 10px;
}

.headerBackground .wrap
{
	width: 980px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

.logoLocation
{
	float: left;
	border-style: none;
	behavior: url(userControls/iepngfix.htc);
}

.loginButton
{
	border-style: none;
	float: right;
	margin: 20px 0 0 0;
	behavior: url(userControls/iepngfix.htc);
}

.partnerLogoLocation
{
	position: absolute;
	left: 30px;
	top: 15px;
	width: 503px;
	height: 54px;
	behavior: url(userControls/iepngfix.htc);
}

.imaginesticsLogoLocation
{
	float: left;
	border-style: none;
	behavior: url(userControls/iepngfix.htc);
}

.loginLocation
{
}

.loggedInLocation
{
	position: relative;
	left: 200px;
}

.navigationTable
{
	clear: both;
	width: 980px;
	height: 37px;
}

.navigationLeft
{
	background-image: url(NavigationLeft.png);
	height: 37px;
	width: 9px;
	behavior: url(userControls/iepngfix.htc);
	background-repeat: no-repeat;
}

.navigationRight
{
	background-image: url(NavigationRight.png);
	height: 37px;
	width: 9px;
	behavior: url(userControls/iepngfix.htc);
	background-repeat: no-repeat;
}

.navigationCell
{
	background-image: url(NavigationCell.gif);
	background-repeat: repeat-x;
}

.navigationHome
{
	width: 75px;
	vertical-align: top;
}
.navigationCommunities
{
	width: 125px;
	vertical-align: top;
}
.navigationWhatIsVizSpace
{
	width: 153px;
	vertical-align: top;
}
.navigationWhatIsVizSeek
{
	width: 152px;
	vertical-align: top;
}
.navigationWhyJoinVizSpace
{
	width: 175px;
	vertical-align: top;
}
.navigationPricing
{
	width: 78px;
	vertical-align: top;
}
.navigationAboutUs
{
	width: 99px;
	vertical-align: top;
}
.navigationHowItWorks
{
	width: 128px;
	vertical-align: top;
}
.navigationContact
{
	width: 87px;
	vertical-align: top;
}



/****************************************************************
	VizSpace Page
*****************************************************************/

.vizSpaceTable
{
	clear: both;
	margin: 0 auto;
}

.vizSpaceFooter
{
}

/****************************************************************
	Sub Pages Template
*****************************************************************/
.subPagesTable
{
	clear: both;
	margin: 0 auto;
}

.subPagesCenter
{
	width: 448px;
	padding: 15px;
	vertical-align: top;
}

.verticalAlignTop
{
	vertical-align: top;
}

.subPagesFooterLong
{
	clear: both;
}

.subPagesFooter
{
	clear: both;
}

/****************************************************************
	Partner page
*****************************************************************/
.partnerTableCorrection
{
	position: relative;
	right: 3px;
}

/****************************************************************
	help page
*****************************************************************/
.helpPageColumn
{
	width: 600px;
	position: relative;
	left: 200px;
	text-align: justify;
}

.helpCategoryIndent
{
	text-indent: 10px;
}

.contentIndentCorrection
{
	margin-top: 10px;
	position: relative;
	left: 20px;
}

.helpTitleSpacing
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.orderedListHelp
{
	margin-top: 5px;
	margin-bottom: 5px;
}

/*adjust logged-in styling*/
.headerBackground .wrap
{
	text-align: right;
}
#headerVizseek_loggedInPanel_Label1
{
	color: black !important;
}
#headerVizseek_loggedInPanel_lblHeadingg
{
	color: black !important;
}
#headerVizseek_loggedInPanel_Label2
{
	color: #CCCCCC !important;
}
#headerVizseek_loggedInPanel_personalVizSpaceLink
{
	color: #0C7A9E !important;
}
#headerVizseek_loggedInPanel_Label3
{
	color: #CCCCCC !important;
}
#headerVizseek_loggedInPanel_companyVizSpaceLink
{
	color: #0C7A9E !important;
}
#headerVizseek_loggedInPanel_Label4
{
	color: #CCCCCC !important;
}
#headerVizseek_loggedInPanel_lnkbtnSignOut
{
	color: #0C7A9E !important;
}


.watermarked
{
	height: 20px;
	width: 150px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	color: gray;
}

.ShapeSearchMenuRow
{
	cursor: pointer;
	white-space: nowrap;
}

.ShapeSearchIconAndArrow
{
	vertical-align: middle;
	white-space: nowrap;
}

.shapeSearchMenu
{
	font-family: Verdana,Arial;
	font-size: 10px;
	width: 225px;
	vertical-align: middle;
	text-align: left;
}
.instructionHeading
{
	font-size: 13px;
	font-weight: bold;
}
.shapeFirstCol
{
	width: 35px;
}

.menuSelectedFont
{
	font-weight: bold;
}

.vizAdviseHighlightText
{
	color: #a36700;
	font-family: Verdana,Arial;
}

.completionRow
{
	background-color: #ff9a18;
	width: 100%;
}

.middleRowComplement
{
	background-color: #dedede;
}

.panelSeparator
{
	height: 14px;
}

.partBorder
{
	border: 2px solid gray;
	border-spacing: 40pt;
}

.paddedPanel
{
	padding: 6px 10px 6px 10px;
}

.middlePanel
{
	background-color: White;
	border: 2px solid blue;
}

.ControlWidth
{
	width: 100%;
}

/****************************************************************
	VizSpace Master Pages
*****************************************************************/

.HeaderFooterMasterSignIn
{
	background-color: Black;
	height: 28px;
	vertical-align: middle;
}

.Button
{
	background: #afbec5;
	border: solid 1px Black;
	vertical-align: top;
	font-weight: bold;
	height: 23px;
	cursor: hand;
}

ul.tabs
{
	border-bottom: 0;
	border-right: 0;
	width: 100%;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
}
ul.tabs li
{
	background-color: #B7B7B7;
	float: left;
	margin: 0 2px 0 0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a.tab_link
{
	border: 1px solid #B7B7B7;
	border-bottom: 0;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 3px 9px;
	white-space: nowrap;
	text-decoration: none;
	color: Black;
	text-align: center;
	vertical-align: middle;
}
ul.tabs li a.tab_link .app_tab_icon
{
	display: none;
}
ul.tabs li a:hover.tab_link
{
	background-color: #627aad;
	border-color: #627aad;
	color: #fff;
	text-decoration: none;
}
ul.tabs li a.tab_link:focus
{
	outline: 0;
}
ul.tabs li.add_tab a.tab_link
{
	padding: 0;
	width: 25px;
	height: 22px;
	display: block;
	margin: 0;
}
ul.tabs li.selected_menu_icon a.tab_link, ul.tabs li.add_tab a:hover.tab_link
{
	background-color: #627aad;
	background-position: left -6px;
	padding: 0;
	margin: 0;
	border-color: #627aad;
}
ul.tabs li.selected
{
	background-color: #ffd653;
	margin-top: -3px;
	margin-bottom: -3px;
	background: #fff;
}
ul.tabs li.selected a.tab_link
{
	background-color: #ffd653;
	color: #333;
	font-size: 13px;
	padding: 0;
	padding: 5px 10px 4px;
}
ul.tabs li.selected a:hover.tab_link
{
	background-color: #ffd653;
	border-color: #B7B7B7;
	color: #333;
	text-decoration: none;
}
ul.tabs li.selected a.has_edit
{
	padding-right: 25px;
}
ul.tabs li a.edit
{
	display: none;
}
ul.tabs li.selected a.edit
{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 18px;
	width: 19px;
	margin: 4px 4px 0 1px;
}
ul.tabs li.selected a.edit:hover
{
	background-position: left top;
	text-decoration: none;
}
ul.tabs li.selected a.selected
{
	border-left: solid 1px #6076a5;
	background-position: left -18px;
}
ul.tabs li.selected .inputtext
{
	margin: 2px 3px 3px;
}

.tabsBottomBorder
{
	border-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffd653;
}

.rightBorder
{
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #89A4A7;
}

.boxBorder
{
	border: 2.5px;
	border-style: solid;
	border-color: #89A4A7;
}

.Menu a:link
{
    color: White;
}
.Menu a:visited
{
    color: White;
}

#connectButtons ul
{
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border: 1px solid #9A9A9A;
    border-bottom-width: 0;
}


#connectButtons li a
{
    background: url( 'images/grayButton.gif' ) repeat-x bottom left ;
    font: bold 12px "Arial" , "Trebuchet MS";
    color: Black ;
    display: block ;
    width: auto ;
    padding: 3px 0 ;
    padding-left: 10px ;
    text-decoration: none ;
}

#connectButtons li a:link
{
    background: url('images/grayButton.gif') repeat-x bottom left ;
}

#connectButtons li a:visited
{
    background: url('images/grayButton.gif') repeat-x bottom left ;
}

#connectButtons li a:hover
{
    border: solid 1px gray ;
}

#connectButtons li a:active
{
    background: url( 'images/grayButtonSelected.gif' ) repeat-x bottom left ;
}
