﻿/* CSS Document for Inaplex CRM Integration */


/*sets all the css attributes to all the divs*/
*{padding:0; margin:0;}

/*sets sttributes for the page*/
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	background-image:url(Images/InaPlexBackgroundBlend.gif);
	background-repeat:repeat-x;
	background-color:#4190cc;
}

/*
Standard colours used within site:

Dark Inaplex blue: #005596
Light Inaplex blue:#55bceb
Powder blue used on links: #2f80bd
Orange: fcb407
*/


/*sets the attributes of the fonts and basics*/

/*used for main headings on page*/
h1{
	font-size:1.4em;
	color:#005596;
	font-weight:bold;
	padding-bottom:6px;
	margin:0 0 10px 0;
	border-bottom:2px solid #fcb407;
}

h2
{
	font-size: 1.2em;
	color: #2f80bd;
	font-weight: bold;
	margin-top: 1.5em;
	margin-right: 0px;
}

h3
{
	font-size: 1em;
	color: #2f80bd;
	font-weight: bold;
	margin: 1em 0px 0.5em;
}



/*sets font-size for page*/
p
{
	font-size: 1em;
	line-height: 1.4em;
}

p.indent
{
	margin-left: 15px;
}



/*attributes for standard links on page*/

a{
	color:#005596;
	text-decoration:underline;
}

a:visited{
	color:#990000;
}

a:hover{
	color:#55bceb;
	text-decoration:underline;
}

a:active{
	color:#005596;
}

/*Main settings for list items*/
ul{
}

li
{
	font-size: 1em;
	list-style-position: outside;
	margin-top: 0.3em;
}

/*settings for horizontal line within the main column*/
#maincol hr{
	height:1px;
	background-color:#fcb407;
	color:#fcb407;
	margin:10px 0;
	border:none;
}

/*sets the padding and margins for the forms*/
form{
	padding:0;
	margin:0;
}

input{
	padding:0;
	margin:3px 0;
}

.checkbox{
	float:left;
	margin:0;
	margin-right:5px;
}

/*used for telephone number in top right corner*/
.tel{
	color:#3f8eca;
	font-size:12px;
	font-weight:bold;
}

/*used in login box*/
.remember{
	font-size:0.9em;
	line-height:20px;
}

.pass{
	font-size:0.8em;
	color:#005596;
	font-weight:bold;
}

/*used for latest news item titles*/
.highlight{
	color:#2f80bd;
	font-weight:bold;
}

.highlight a{
	color:#2f80bd;
	font-weight:bold;
	text-decoration:none;
}

.highlight a:hover{
	text-decoration:underline;
	color:#55bceb;
}

.mid{
	 width:168px; 
	 float:left; 
	 clear:both;
}

/*************** Text related Styles ***************/
.NewsHeader 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000080;
	
    margin-top: 5px;
}

.NewsSubHead 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000080;
}

.inlineHeader
{
    color: #6699CC;
    font-weight: bold;
}


/* --------------- Button setup ----------------------*/

/*
.blue_but {
        width:380px;
        clear:both;
        height: 50px;
        text-align: center;
}


.blue_but a:hover {
        color: #FF6600;
        }

.blue_but_bottom {
        width:380px;
        clear:both;
        height: 50px;
        text-align: center;
}
*/

.bluebut {
        height: 50px;
        width: 160px;
        background-color:Transparent;
        background-image: url(images/bluebutton.gif);
        background-position:left top;
        background-repeat:no-repeat;
        float: left;
        text-align: center;
        line-height: 41px;
        font-weight: bold;
        font-size: 1.1em;
        text-decoration: none;
        color: #333333;
        margin-right: 35px;
}

/* ------------------- Nav menu  --------------------------*/


/*** Master Page lEFT HAND NAV Menus ***/

.menuItemL1
{ 
	background-color: #f3f3f3;
	padding: 0;
	width: 178px;
	height: 25px;
	padding:4px 0 4px 10px;
 }


.menuItemL2
{
	/* background: #F1F1F1; */
	width: 178px;
	height: 20px;
	padding-left: 20px;
	color: #333333;
	font-size: 10px;
	background-image: url(Images/orangearrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.menuItemL2 a:visited, menuItemL2 a:link		/* specify how visited link on a menu item works - must be before teh hover spec */
{
	/* background: #F1F1F1; */
	width: 178px;
	height: 20px;
	padding-left: 20px;
	color: #333333;
	font-size: 10px;
	background-image: url(Images/orangearrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

.menuItemL2 a:hover		/* specify how the hover over a menu item works */
{
	/* background: #F1F1F1; */
	width: 178px;
	height: 20px;
	padding-left: 20px;
	color: #333333;
	font-size: 10px;
	background-image: url(Images/bluearrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}


.menuItemL3
{
	width: 200px;
	height: 20px;
	padding-left: 20px;
	color: #333333;
	font-size: 10px;
	background: #f3f3f3;
}

.menuItemL3 a:link, .menuItemL3 a:visited
{
	width: 200px;
	height: 20px;
	padding-left: 20px;
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}

.menuItemL3 a:hover
{
	width: 200px;
	height: 20px;
	padding-left: 20px;
	color: #333333;
	font-size: 10px;
	background-image: url(Images/bluearrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

/*
.menuRow
{
	cursor: hand;
	margin: 0px 2px;
	
	color: #333333;
	font-size: 10px;
}


.menuRowSelected
{   
    background-color: #F1F1FF;
    
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    
    width: 100%;
}

.menuRoot a:hover, .menuRoot a
{
    text-decoration: none; 
    
    font-weight: bold;
    font-size: 10px;
    color: #333333;
}

.menu a,.menu a:visited, .menuRoot a:visited, .menuSub a, .menuSub a:visited, .menuRow a:visited
{
	text-decoration: none; 
	
	color: #333333;
	font-weight: normal;
	font-size: 10px;
}

.menuSub a:hover, .menuRow a:hover
{
	text-decoration: underline; 
	
	color: #CC3333;
	font-weight: bold;
	font-size: 10px;
}
*/

/* Logged In Section */
.loggedIn
{
    width: auto;
    height: auto;
    border: 0px;
    
    padding-top: 5px;
    padding-bottom: 5px;
    
    position: absolute;
	left: 5px;
	top: 90px;
	
	color: #2f80bd;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	
	z-index: 102;
}


/*------------------- Buttons code ------------------------*/

/*this is the code for the arrow buttons*/
.go{
	float:right;
	height:22px;
	font-size:0.9em;
	clear:both;
	cursor:pointer;
	margin:10px 0 0 0;
}

.goleft{
	float:left;
	height:22px;
	width:9px;
	background-image:url(Images/goleft.gif);
}

.gomid{
	float:left;
	height:22px;
	background-image:url(Images/gomid.gif);
	padding:0 3px;
	line-height:20px;
}

.goright{
	float:left;
	height:22px;
	width:20px;
	background-image:url(Images/goright.gif);
}

.go .gomid a{
	text-decoration:none;
	color:#FF0000;
}

.gomid a:hover{
	text-decoration:underline;
	color:#FF0000;
}

/*code for the blue buttons*/

/*container for blue buttons on home page*/
.buttons
{
	width: 543px;
	clear: both;
	float: left;
	margin-bottom: 10px;
}

.bb{
	width:179px;
	float:left;
	margin:3px 1px 3px 0; 
}

.bbtop{
	width:179px;
	height:8px;
	background-image:url(Images/bbtop.gif);
	background-repeat:no-repeat;
	float:left;
	padding:0;
	margin:0;
	font-size:1px;/*for ie6*/
}

/*used for blue buttons in left and rightcol, grey corners*/
.bbtopgrey{
	width:179px;
	height:8px;
	background-image:url(Images/bbtopgrey.gif);
	background-repeat:no-repeat;
	float:left;
	padding:0;
	margin:0;
	font-size:1px;/*for ie6*/
}

.bbmid
{
	width: 179px;
	min-height: 50px;
	background-color: #015596;
	background-image: url(Images/bbmid.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: left;
}

.bbmidleft{
	width:53px;
	float:left;
}

.bbmidright
{
	width: 114px;
	float: left;
	font-size: 14px;
	padding-right: 7px;
	padding-left: 4px;
	padding-bottom: 18px;
	padding-top: 18px;
}

.bbmidrighttext
{
	vertical-align:middle;
}

.bbbottom{
	width:179px;
	height:10px;
	background-image:url(Images/bbbottom.gif);
	background-repeat:no-repeat;
	float:left;
}

/*used for blue buttons in left and rightcol, grey corners*/
.bbbottomgrey{
	width:179px;
	height:10px;
	background-image:url(Images/bbbottomgrey.gif);
	background-repeat:no-repeat;
	float:left;
}


/*sets the style of the text link within blue buttons*/
.bb a{
	color:#FFFFFF;
	text-decoration:none;
}

.bb a:visited{
	color:#FFFFFF;
}


/*code for rounded box's used throughout site		------------------------------------------*/

.RboxTop{
	width:155px;			/* width of text element */
	height:25px;
	float:left;
	background-image:url(Images/boxTopGrey.gif);	/* image is 180 x 25 */
	/*background-color:#005596;*/
	color:#FFFFFF;
	padding-left:25px;		/* make text start 25px in */
	line-height:25px;
	font-weight:bold;
}

.Rbox{
	width:168px;			/* text is 168 with 5px padding all around */
	padding:5px;
	float:left;
	border-left:1px solid #005596;
	border-right:1px solid #005596;
	background-color:#FFFFFF;
	font-size:0.9em;
}

.RboxNav{/*used for the leftcol nav*/
	width:178px;
	padding:0px 0px 5px 0px;
	float:left;
	border-left:1px solid #005596;
	border-right:1px solid #005596;
	background-color:#FFFFFF;
}

.RboxBottom{
	width:180px;
	height:12px;
	background-image:url(Images/boxBottomGrey.gif);		/* image is 180 x 12*/
	background-repeat:no-repeat;
	float:left;
	margin-bottom:10px;
}

.Rbox ul{
	padding-left:20px;
}

.Rbox li{
	list-style-image:url(Images/orangelogosmall.gif);
}

/*------------------ start of the layout css --------------------*/

/*wraps around container to align page in middle of screen*/
#central{
	width:975px;
	padding:0;
	margin:0 auto;
}

/*whole container for all div*/
#container{
	width:975px;
	float:left;
	background:#FFFFFF;
	/*text-align:left;*/
}

/* div elements for the page header */

#header{
	height:85px;
	width:975px;
	float:left;
}

#logo{
	width:220px;
	height:85px;
	float:left;
}

#headerright{
	width:754px;
	height:85px;
	float:left;
	text-align:right;
}

#contact{
	width:714px;
	height:39px;
	padding:10px 20px;
	float:left;
}

/*container for top tabbed navigation*/

/* tab navigation in header	-------------------------	*/
#tabNav
{
	text-align: left;
	width: 714px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
	font-size: 12pt;
}

#tabNav ul 
{
	margin:0 auto; 
	padding:0; 
	list-style:none; 
	clear:both
}

#tabNav li
{
	display: block;
	list-style: none;
	white-space: nowrap; /*prevent text wrapping*/
	float: left; /*keep them inline*/
	margin: 0;
	padding: 0;
	background: url(images/boxNavLeft.gif) no-repeat;
}

#tabNav li a {
	position:relative; 
	display:block; 
	text-decoration:none; 
	color:#FFFFFF; 
	padding:0;/*space them out*/
	height:26px;
	width:100px;
	min-width:100px;
	float:left;
}

#tabNav li a span
{
	display: block;
	background: url(images/boxNavRight.gif) 100% 0 no-repeat;
	text-align: center;
	/*font-size: 11pt;*/
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/*rollovers*/

#tabNav li a:hover {
	background:url(Images/boxNavLeftOrange.gif) 0 0 no-repeat #70B400; 
	color:#000000;
}

#tabNav li a:hover span{
	display:block; 
	background:url(Images/boxNavRightOrange.gif) 100% 0 no-repeat; 
	padding:5px 20px;
}

/*html>body #tabNav li{width:auto;}used for ie6 bug*/

/*---------------------------------------------------------------*/

/*Sets the colour of the tabs at top of each page*/

/*home page*/
#home #tabNav li.home a{background:url(Images/boxNavLeftOrange.gif);}
#home #tabNav li.home a span{background:url(Images/boxNavRightOrange.gif) 100% 0 no-repeat;  color:#000000; font-weight:bold;}

/*purchase page*/
#purchase #tabNav li.purchase a{background:url(Images/boxNavLeftOrange.gif);}
#purchase #tabNav li.purchase a span{background:url(Images/boxNavRightOrange.gif) 100% 0 no-repeat;  color:#000000; font-weight:bold;}

/*support page*/
#support #tabNav li.support a{background-image:url(Images/boxNavLeftOrange.gif);}
#support #tabNav li.support a span{background:url(Images/boxNavRightOrange.gif) 100% 0 no-repeat; color:#000000; font-weight:bold;}

/*news page*/
#news #tabNav li.news a{background-image:url(Images/boxNavLeftOrange.gif);}
#news #tabNav li.news a span{background:url(Images/boxNavRightOrange.gif) 100% 0 no-repeat;  color:#000000; font-weight:bold;}

/*login page*/
#login #tabNav li.login a{background-image:url(Images/boxNavLeftOrange.gif);}
#login #tabNav li.login a span{background:url(Images/boxNavRightOrange.gif) 100% 0 no-repeat;  color:#000000; font-weight:bold;}

/*---------------------------------------------------------------*/

/*yellow strapline*/
#strap{
	width:975px;
	background-image:url(Images/strapblend.gif);
	background-color:#fcbb1c;
	height:20px;
	float:left;
}

/*main container for leftcol, rightcol and midcol*/
#main{
	width:975px;
	float:left;
	background-image:url(Images/WhiteGrey.gif);
	background-repeat:repeat-y;
	background-color:#fafafa;
}

/*left column		------------------------------------- */

#leftcol{
	float:left;
	width:180px;
	padding:10px 12px 10px 11px;
	
	/*background-color:#fafafa;*/
	/*border-right:dashed 1px #CCCCCC;*/
}

#leftcol ul{
	list-style:none;
	width:178px;
	padding:0;/*overwrites padding set in normal ul*/
}

#leftcol li a{
	display:block;
	width:168px;
	padding:4px 0 4px 10px;
	text-decoration:none;
	color:#000000;
	/*background:url(Images/orangearrow.gif) no-repeat;*/
}

#leftcol li a:hover{
	background-color:#005596;
	color:#FFFFFF;
}

#leftcol li a:visted{
	padding-left:15px;
	text-decoration:none;
}

#leftcol ul li.NavHeading{
	background-color:#f3f3f3;
	padding:0;
	width:178px;
	background-image:url(Images/pixel.gif);
}

#leftcol ul li.NavHeading a:hover{
	background-color:#005596;
	width:168px;
	padding:4px 0 4px 10px;
}

#leftcol ul li.NavSub{
	width:178px;
	text-indent:10px;
	background:url(Images/orangearrow.gif) no-repeat;
}

#leftcol ul li.NavSub a:hover{
	background-color:#FFFFFF;
	color:#000000;
	background:url(Images/bluearrow.gif) no-repeat;
}

.middle{
	width:180px;
	text-align:center;
}

/*main middle column of content	-------------------------------------------- */

#maincol{
	float:left;
	width:543px;/*can be made bigger if padding taken away, padding there for grey leftcol and rightcol*/
	padding:10px 12px 20px 12px;/*padding the the div away from leftcol and right col when they are grey*/
	background-color:#FFFFFF;
}

.content{
	width:543px;
	float:left;
}

.mainleft{
	float:left;
	width:265px;
	padding-right:10px;
	clear:left;
}

.mainright{
	float:left;
	width:267px;
	clear:right;
}

#mainimage{
	background-image:url(Images/mainimage.jpg);
	width:543px;
	height:303px;	
}

.overview{
	color:#005596;
	font-size:1.25em;
	font-weight:bold;
	padding-top:275px;
	padding-left:35px;
	width:508px;
	line-height:20px;
}

.overview a{
	text-decoration:none;
}

.overview a:hover{
	color:#2f80bd;
}

.overview a:visited{
	color:#005596;
}

#maincol p{
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 1em;
}

#maincol ul{
	padding-left:20px;
}

#maincol ol{
	padding-left:20px;
}

#maincol li{
	list-style-image:url(Images/bluedot.gif);
}

/* classes for wizard controls in main column	------------- */

.wizardtitle
{
	font-size: 1.2em;
	color: #2f80bd;
	font-weight: bold;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0.5em;
}


/*right column	------------------------------------------------------ */

#rightcol{
	float:left;
	width:180px;
	padding:10px 12px;
	/*background-color:#fafafa;*/
	/*border-left:dashed 1px #CCCCCC;*/
}


/*footer contains footerleft and footerright	---------------------------*/

#footer{
	float:left;
	height:20px;
	padding:10px 0;
	width:975px;
	background-image:url(Images/footerdiagonal.gif);
	background-color:#005596;
	color:#FFFFFF;
	line-height:20px;
	clear:both;
	margin:0;
}

#footer a{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#footerleft
{
	float: left;
	width: 641px;
	padding-left: 10px;
	font-size: 10px;
}

#footerright{
	float:left;
	width:313px;
	text-align:right;
	padding-right:10px;
}

.table
{
	margin-left: 25px;
	width: 80%;
	border-collapse: collapse;
	border-right: #005596 thin solid;
	border-top: #005596 thin solid;
	border-left: #005596 thin solid;
	border-bottom: #005596 thin solid;
}
.tableHeaderRow
{
	color: white;
	background-color: #005596;
	font-weight: bold;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	height: 2em;
}
.tableHeaderRowCell
{
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.tableBodyRowCell
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	vertical-align: top;
	padding-top: 0.5em;
	border-left: #005596 thin solid;
}
.example
{
	font-style: italic;
	margin-left: 1em;
	margin-right: 2em;
}
.center
{
	text-align: center;
}
