/* 
	Conexa:	
	20/11/2009
	Tony Milne - Inlight Media
*/

/* MYER RESET (http://meyerweb.com/eric/tools/css/reset/)----------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CONTAINERS -----------------------------------------------------*/

html 
{
	height: 100%;
}

body
{	
	font-family: Calibri, Arial, Helvetica;
	font-size: 100%;
	line-height: 1.1em;
	text-align: center;
	
	background: #EBEBEB;
	color: #5E5E5E;	
}

#page 
{    
    position: relative;
	width: 880px;
	margin: 0 auto;	
	
	background: url(img/background-page.png) repeat-y;
	
	text-align: left;		
}

#page-top 
{
    position: relative;
    width: 880px;
    height: 40px;
    background: url(img/background-page-top.png) repeat-y;
}

#page-bottom
{
    position: relative;
    width: 880px;
    height: 30px;
    background: url(img/background-page-bottom.png) repeat-y;    
}

#page-inner 
{
    position: relative;
    width: 840px;
    margin: 0 20px;   
}
/* GENERIC TYPOGRAPHY ---------------------------------------------*/
/*
#page h1 {
	margin-bottom: 1em;
	
	font-size: 180%;
	color: #474747;
}

#page h2 {
	display: block;
	margin-bottom: 1em;
	
	line-height: 2em;
	font-size: 120%;
	color: #3f3f3f;	
}

#page h3 {
	margin-bottom: 1em;
	
	font-size: 100%;
	color: #3f3f3f;
}

#page h4 {
	margin-bottom: 1em;
}

#page p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

#page a {
	color: #555;	
}

#page a:hover {
	color: #111;
	text-decoration: underline;	
}

#page a.print-link {
	position: relative;
	background: url(../img/icon-print-page.jpg) no-repeat left;
	height: 17px;
	line-height: 17px;	
	text-decoration: none;
	padding: 2px 0 2px 25px;
}

#page a.download-link {
	position: relative;
	background: url(../img/icon-cv.jpg) no-repeat left;
	height: 17px;
	line-height: 17px;	
	text-decoration: none;
	padding: 2px 0 2px 25px;
}

#page blockquote {
	margin-bottom: 1em;
	font-style: italic;
	font-size: 140%;
	line-height: 1.3em;	
}

#page strong {}

#page em {}

#page ul {
	margin-bottom: 1em;	
	list-style-type: square;
}

#page ol {
	margin-bottom: 1em;
	list-style-type: decimal;
}

#page ul li,
#page ol li {
	margin-left: 2em;
	margin-bottom: 0.5em;	
}

#page hr {
	height: 1px;
	border: none;
	background: #EAEAEA;
	width: 830px;
	margin: 1em auto;
}
*/
	
h1
{
    font-size: 24px;
    font-family: calibri, Arial;
    color: #6dabdd;
}

h2
{
    font-size: 20px; /* 20pts */
    font-family: Calibri, Arial;
    color: #33343f;
}

h3
{
}

h4
{
}

p
{
    font-family: calibri, arial;
    font-size: 14px;
    color: #5b5b5b;
}
	
/* MISC ------------------------------------------------------------------*/

.print-link
{
    color: #7F7F81 !important;
    background: url(img/icon-print.png) no-repeat left center;
    padding-left: 20px;    
    line-height: 16px;
}

.solid-line
{
    position: relative;
    display: block;
    margin: 10px 0;
    height: 1px;
    border: none !important;
    background: url(img/solid-line.png) repeat-x;
}

.dotted-line
{
    position: relative;
    display: block;
    margin: 10px 0;
    height: 1px;
    border: none !important;
    background: url(img/dotted-line.png) repeat-x;
}

/* HEADER ----------------------------------------------------------------*/

#header {
	position: relative;			
}

#dnn_HeaderPane
{
    float: right;
    width: 400px;
    padding-right: 20px;
}

/* Logo */

#logo 
{
	margin-top: 10px;
	margin-left: 20px;
	float: left;
	width: 250px;
	height: 60px;
}

/* Menu */

#main-menu 
{
    position: relative;
	float: left;
	width: 840px;
	height: 43px;
	margin-top: 20px;
	background: url(img/background-menu.png) repeat-x;
}

#main-menu ul 
{
    position: relative;
	display: block;
    width: 100%;    
    float: left;
	height: 35px;
	margin-top: 3px;

    margin-left: 0px;	
    padding-left: 20px;
}

#main-menu ul li 
{
    position: relative;
	float: left;
	width: 110px;
	list-style: none;
	height: 35px;
	margin-left: 0;
	margin-right: 4px;

}

#main-menu ul li a {
	position: relative;
	float: left;
	width: 110px;
	height: 35px;
	background: url(img/background-menu-tab.png) 0 0;
	text-transform: uppercase;
	text-align: center;
	line-height: 35px;
	vertical-align: middle;
	color: #888;
	font-size: 90%;
	text-decoration: none;
}

#main-menu ul li a:hover {
	background-position: 0 -35px;
	color: #fff;
}	

#main-menu ul li.active a {
	background-position: 0 -35px;
	color: #fff;
}


/* Search */
#search 
{
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
}

#search label,
#search input 
{
    display: none;
}

#search span#dnn_dnnSEARCH_ClassicSearch 
{
    float: left;
    display: block;
    line-height: 0px;
}

#search #dnn_dnnSEARCH_txtSearch
{
    float: left;
    display: block;
    width: 135px;
    height: 26px;
   
    border: none;
    background: url(img/background_search_box.png) no-repeat 0 0;
    padding-top: 6px;
    padding-left: 30px;
}

#search a
{    
    float: left;
	width: 43px;
    height: 26px;
    
    background: url(img/btn-go.png) no-repeat 0 0;
	text-indent: -5000px;
	padding: 0 !important;
}

#search a:hover 
{
    background-position: 0 -26px;   
}

/* MAIN -----------------------------------------------------------*/

#main 
{
    position: relative;
	
	/* padding: 0 20px; */

}

#main.full-width
{
    
}

#main.single-column
{
    
}

#main.double-column
{
    
}

/* LEFT SIDE ------------------------------------------------------*/

#dnn_LeftPane {
	float: left;
	position: relative;
	width: 170px;
	background: url(img/background-side-menu.png) top right no-repeat;

/* Fixes for always showing the lines correctly */
	min-height: 600px;
}

#side-menu {
	float: left;
	position: relative;
	width: 170px;
}

#side-menu p.side-menu-header {
	float: left;
	position: relative;
	width: 150px;
	padding-left: 20px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #33343f;
	font-size: 18px;
	background: url(img/background-blue-line.png) bottom repeat-x;
	margin-bottom: 0;
}

#side-menu ul {
	float: left;
	display: block;
	position: relative;
	width: 169px;
}

#side-menu.ecommerce li, 
#side-menu.procurement li,
#side-menu.bill li{
	float: left;
	width: 169px;
	background: url(img/background-blue-line.png) bottom repeat-x;
	list-style: none;
	margin: 0 !important;
}

#side-menu.ecommerce li.active 
{
	background: url(img/background_side_menu_blue.png) left repeat-y;
	color: #6dabdd;    
}

#side-menu.bill li.active /* Added by Adrian Viti 07-Jul-2010 */
{
	background: url(img/background_side_menu_green.png) left repeat-y;
	color: #a3b5a3;    
}

#side-menu.procurement li.active
{
	background: url(img/background-side-menu-active.png) left repeat-y;
	color: #68594a;
}

#side-menu.ecommerce li a,
#side-menu.procurement li a,
#side-menu.bill li a
{
	float: left;
	width: 149px;
	padding-left: 20px;
	line-height: 32px;
	vertical-align: middle;
	color: #666;
	font-size: 13px; /* 140%; */
	text-decoration: none;
	background: url(img/background-side-menu-arrow.png) center left no-repeat;
}

#side-menu li a:hover {
	text-decoration: underline;
}

#side-menu.ecommerce li.active a 
{
	background: url(img/background_side_menu_blue_arrow.png) center left no-repeat;
	color: #fff;	
}

#side-menu.procurement ul li.active a {
	background: url(img/background-side-menu-active-arrow.png) center left no-repeat;
}

#side-menu.bill ul li.active a {
	background: url(img/background_side_menu_green_arrow.png) center left no-repeat;
}

#side-menu li ul {
	background: #FFF;
	width: 169px;
	margin-bottom: 0;
}

#side-menu li li {
	width: 159px;
	padding-left: 10px;
	list-style: none;
	background: none !important;
}

#side-menu li li.active {
	background: none !important;
}

#side-menu.ecommerce li ul 
{
    background: #fff url(img/background-blue-line.png) bottom repeat-x;
    padding-bottom: 15px;
}

#side-menu.ecommerce li li a {
	width: 139px;
	padding-top: 10px;
	padding-left: 15px;
	line-height: 20px;
	vertical-align: middle;
	background: none !important;
	color: #636363 !important;
}

#side-menu.bill li ul 
{
    background: #fff url(img/background-blue-line.png) bottom repeat-x;
    padding-bottom: 15px;
}

#side-menu.bill li li a {
	width: 139px;
	padding-top: 10px;
	padding-left: 15px;
	line-height: 20px;
	vertical-align: middle;
	background: none !important;
	color: #636363 !important;
}

#side-menu.procurement li li a {
	width: 139px;
	padding-top: 10px;
	padding-left: 15px;
	line-height: 20px;
	vertical-align: middle;
	background: none !important;
	color: #6dabdd;
	font-weight: bold;
	font-size: 13px;
}


#side-menu li li.active a {
	width: 144px;
	color: #6dabdd !important;
	background: none;
}

#side-menu li li ul {
	width: 159px;
	margin-bottom: 0;
	padding-bottom: 10px;
	background: url(img/background-side-menu-level-three.png) bottom left no-repeat;
}

#side-menu li li li {
	padding-left: 3px;
	width: 144px;	
	list-style: none;
}

#side-menu li.active li.active span 
{
    font-weight: bold;
}

    /* Procurement only */

    /* groupings: e.g. Analyse, Source etc. */
    #side-menu.procurement li li span 
    {
        display: block;
        color: #6FAEE1;
        font-size: 14px;
        font-weight: bold;
	    width: 139px;
	    padding-left: 5px;
	    line-height: 26px;
    }
    
    #side-menu.procurement li li li span 
    {
        padding-left: 0;
        line-height: 20px;
        font-weight: normal;
        font-size: 12px;
    }

    #side-menu.procurement li li li a {
	    color: #666 !important;
	    font-weight: normal !important;
	    font-size: 13px; /* 130%; */
	    width: 129px !important;
	    padding-top: 0;
	    padding-left: 15px;
	    background: url(img/background-side-menu-level-three-arrow.png) 0 0 no-repeat !important;
    }
    
    #side-menu.procurement li li li a span
    {
        color: #666 !important;
    }

    #side-menu.procurement li li li a:hover {
	    color: #6dabdd !important;
	    text-decoration: underline;
	    background: url(img/background-side-menu-level-three-arrow.png) 0 -40px no-repeat !important;
    }
    
    #side-menu.procurement li li li.active a {
	    color: #6dabdd !important;
	    font-weight: bold;
	    background: url(img/background-side-menu-level-three-arrow.png) 0 -40px no-repeat !important;
    }
    
    #side-menu.procurement li li li.active a span,
    #side-menu.procurement li li li a:hover span
    {
        color: #6dabdd !important;
    }
    
    /* Company Menu */
    
    #side-menu.company li {
	    float: left;
	    width: 169px;
	    background: url(img/dotted-line.png) bottom repeat-x;
	    list-style: none;
	    margin: 0 !important;
    }

    #side-menu.company li.last
    {
        background: none;
    }

    #side-menu.company li.active a
    {
	    color: #6EACDD;    
	    font-weight: bold;
    }

    #side-menu.company li a
    {
	    float: left;
	    width: 149px;
	    padding-left: 20px;
	    line-height: 32px;
	    vertical-align: middle;
	    color: #8B8B8B;
	    font-size: 13px; /* 140%; */
	    text-decoration: none;
	    /* background: url(img/background-side-menu-arrow.png) center left no-repeat; */
    }    
    
    #side-menu.company  ul
    {
        float: left;
        display: block;
        background:  url(img/background-blue-line.png) repeat-x bottom;
    }


/* CONTENT --------------------------------------------------------*/

#dnn_TopPane 
{
    position: relative;    
}

#main.full-width #dnn_TopPane 
{
    margin-bottom: 35px;
}

#dnn_LeftPane
{
    position: relative;
    float: left;
    width: 170px;
}

#dnn_ContentPane {	
	position: relative;
	width: 820px; /* 100% AKA 840px */	
	
	padding: 10px;
}

#dnn_ContentPane h1 
{
    margin-bottom: 0.5em;
}

#dnn_ContentPane h2 
{
    line-height: 1.1em;
    margin-bottom: 1em;
}

#dnn_ContentPane h3
{
    color: #6DACE1;
    font-size: 16px;
    margin-bottom: 0.3em;
}

#dnn_ContentPane ul {
	margin-bottom: 1em;		
}

#dnn_ContentPane ul li
{
    line-height: 1.4em;
    vertical-align: middle;
    list-style-type: disc !important;
}

#dnn_ContentPane ol {
	margin-bottom: 1em;
	list-style-type: decimal;
}

#dnn_ContentPane ul li,
#dnn_ContentPane ol li {
	margin-left: 2em;
	margin-bottom: 0.75em;	
	font-size: 14px;
	font-family: Calibri, Arial;
}

#main.full-width #dnn_ContentPane 
{
    width: 760px;
    padding: 10px 40px;
}

#main.single-column #dnn_ContentPane 
{
    width: 630px; /* 470px */
    float: left;
    
    padding: 15px;
}

#main.double-column #dnn_ContentPane 
{
    width: 460px; /* 490px */
    float: left;
    
    padding: 15px;
}

#dnn_RightPane
{
    position: relative;    
    float: left;
    width: 180px;

	background: url(img/background-side-menu.png) top left no-repeat;

/* Fixes for always showing the lines correctly */
	min-height: 600px;    
}

#dnn_BottomPane 
{
    position: relative;    
}

/* HOME -----------------------------------------------------------*/

#hero-banner 
{
}

#hero-banner-line 
{
    width: 100%; 
    height: 3px;
    background: #6DACDF;    
    /* Moved to ContentTop for .full-width ... margin-bottom: 35px; */
}

/* E-COMMERCE + PROCUREMENT BANNERS -------------------------------*/

div.ecommerce-banner,
div.procurement-banner,
div.bill-banner
{
    height: 93px; /* 123px */
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

div.ecommerce-banner { background: url(img/background-ecommerce.png) repeat-x; }
div.procurement-banner { background: url(img/background-procurement.png) repeat-x; }
div.bill-banner { background: url(img/background-bill.png) repeat-x; } /* Added Adrian Viti 07-Jul-2010 */

div.ecommerce-banner h2,
div.procurement-banner h2,
div.bill-banner h2
{
    position: relative;
    margin-bottom: 30px;
	color: #000;
	font-size: 24px;
	margin-bottom: 10px;    
}

div.ecommerce-banner p,
div.procurement-banner p,
div.bill-banner p
{
    position: relative;
	color: #5b5b5b;
	font-size: 16px;    
}

/* CUSTOMERS ------------------------------------------------------*/

div.customers 
{
    width: 760px;
 /*   margin-left: -10px; */
    margin-top: 20px;
}

div.customer
{
    
}

div.customer img 
{
    position: relative;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

div.customer .customer-description
{
    position: relative;
    float: left;
    width: 270px; 
    margin-right: 20px;
}

div.customer .customer-description h2
{
    color: #6DABDE;    
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px !important;
    font-size: 17px;
    font-weight: bold;
}

div.customer .customer-description p
{
    
}

div.customer .customer-description a
{
    color: #80b6e2;
    font-weight: bold;    
}

div.customer .customer-quote p
{
    position: relative;
    float: left;
    width: 270px; 
    margin-top: 25px;
    margin-right: 0px;    
    color: #75B2E1 !important;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

    /* Quotes */
    
    div.quote
    {
        position: relative;        
        display: block;
        /* min-height: 196px; */
        padding: 20px 10px 0px 10px;
        background: url(img/background-quote.png) no-repeat 1px 0;
    }
    
    div.quote blockquote
    {
        position: relative;
        margin-top: 0px;
	padding-right: 10px;
	margin-bottom: 10px;		        
	margin-left: 23px;
	    
	padding-bottom: 10px;

	background: url(img/blockquote-right.png) bottom right no-repeat;

	line-height: 1.2em;

	color: #7e7e7e;
     	font-size: 14px !important;
	font-style: italic;
    }
    
    div.quote p.name,
    div.quote p.company
    {
	    color: #7e7e7e;
	    text-align: right;	    
    }
    
    div.quote p.name 
    {
        margin: 0 !important;        
    }
    
    div.quote p.company
    {
        margin-bottom: 0.5em !important;        
    }
    div.quote a.more-link 
    {
        color: #76ABD3;
    }
    
    
/* FEATURE CARDS --------------------------------------------------*/

/* FEATURE SLIDES -------------------------------------------------*/
    div#feature-slide-player 
    {
        position: relative;
        width: 840px;
        height: 262px;
        /* Moved to ContentTop for .full-width ... margin-bottom: 35px; */
    }
    
    div.feature-slide-blue
    {
        background: url(img/background-feature-slide-blue.jpg) no-repeat;
    }
    
    div.feature-slide-gray
    {
        background: url(img/background-feature-slide-gray.jpg) no-repeat;
    }

    div.feature-slide-green /* Added by Adrian Viti 07-Jul-2010 */
    {
        background: url(img/background-feature-slide-green.jpg) no-repeat;
    }

        
    div.feature-slide 
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 840px;
        height: 260px;
    }
    
    div.feature-slide img
    {
        position: absolute;
        top: 28px;
        left: 29px;   
    }
    
    div.feature-slide div.information 
    {
        position: absolute;
        top: 30px;
        left: 430px;
        width: 400px;        
    }
    
    div.feature-slide h2
    {
        margin-top: 1em;
    }
    
    div.feature-slide div.action
    {
        position: absolute;
        top: 150px;
        width: 410px;
        height: 50px;
    }
    
    div.feature-slide div.action h3 
    {        
        position: relative;
        height: 50px;
        line-height: 50px;
        vertical-align: middle;
        font-size: 24px;
        font-family: Calibri, Arial;
        color: #4DA1E1;
        float: left;
    }
    
    div.feature-slide a.start-now
    {
        position: relative;
        display: block;
        float: right;
        width: 130px;
        height: 34px;
        
        margin-top: 10px;
        margin-right: 30px;
        
        background: url(img/btn-start-now.png) no-repeat;
    }
    
    div#feature-slide-player div.pagination 
    {
        position: absolute;
        top: 214px;
        left: 28px;
        width: 170px;
        height: 20px;
        margin-left: 100px;
    }
   
    div#feature-slide-player div.pagination a
    {        
        float: left;
        display: block;
        margin: 0 5px 0 5px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        font-size: 13px;        
        text-decoration: none;
    }
    
    div#feature-slide-player div.pagination a.active,
    div#feature-slide-player div.pagination a:hover 
    {
        color: #fff;        
    }
        
    div.feature-slide-blue div.pagination a
    {        
        color: #70ACDE;
    }
    
    div.feature-slide-blue div.pagination a.active,
    div.feature-slide-blue div.pagination a:hover
    {
        background: url(img/background-slide-blue.jpg) no-repeat;        
    }    

   
    div.feature-slide-gray div.pagination a
    {
        color: #605B55;
    }
    
    div.feature-slide-gray div.pagination a.active,    
    div.feature-slide-gray div.pagination a:hover
    {
        background: url(img/background-slide-grey.jpg) no-repeat;
    }    
    
    div.feature-slide-green div.pagination a.active, /* Added by Adrian Viti 07-Jul-2010 */
    div.feature-slide-green div.pagination a:hover
    {
        background: url(img/background-slide-green.jpg) no-repeat;
    }    

/* NEWS -----------------------------------------------------------*/

    /* News Listing */
    
    #news-listing 
    {
    }
    
    #news-listing div.news-item
    {
        background: url(img/dotted-line.png) repeat-x;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    #news-listing h2
    {
        margin-bottom: 0.25em;
        color: #6dabdd;
        font-size: 17px;
        font-weight: bold;
    }
    
    #news-article p.created-date,
    #news-listing p.created-date
    {
        margin-bottom: 0.5em;
        font-size: 14px;
        color: #626262;
        font-weight: bold;
    }
    
    #news-article p.news-content,
    #news-listing p.news-content
    {
        font-size: 14px;
        margin-bottom: 1em;
    }
    
    #news-article a.back-to-listing,
    #news-listing a.read-more
    {
        float: right;
        color: #76ABD3;
    }
    
    /* News Pagination */
    
    #news-pagination
    {        
        position: relative;
        float: right;
        
        margin-bottom: 10px;
    }    
    
    p.news-count,
    #news-pagination span,
    #news-pagination a
    {
        height: 20px;
        line-height: 20px;
    }
    
    p.news-count
    {
        margin: 0 !important;
        float: left;
    }
    
    #news-pagination span
    {
        margin-left: 5px;
        margin-right: 5px;
        color: #666;        
    }

    #news-pagination a
    {
        margin-left: 5px;
        margin-right: 5px;
        color: #6FAAD4;
    }

    #news-pagination .current
    {
        
    }    

    #news-pagination .prev
    {
        
    }    

    #news-pagination .next
    {
        
    }    
    
    /* News Article */
    
    #news-article
    {
        
    }

    #news-article
    {
        
    }

    #news-article
    {
        
    }

    /* Home Latest News */
    div.home-latest-news 
    {
        position: relative;
        margin: 0 auto;
        background: url(img/background-home-latest-news.png) no-repeat;
        width: 820px;
        min-height: 200px;
        margin-bottom: 20px;
    }

    div.home-latest-news h2,
    div.side-latest-news h2
    {
        position: relative;
        padding-left: 20px;
        margin-bottom: 5px;
        color: #e9f2fa;
        font-size: 16px; /* 18pt */
        font-weight: bold;
        vertical-align: middle;       
        text-transform: uppercase; 
    }
    
    div.home-latest-news h2
    {
        margin-top: 10px;
        
        float: left;
        width: 800px;
        line-height: 50px;
        height: 50px;
    }
    
    div.side-latest-news h2
    {
        line-height: 54px;
        height: 54px;        
    }

    div.home-latest-news ul,
    div.side-latest-news ul
    {
        position: relative;
        
        margin-left: 20px;
        margin-right: 20px;
    }
    
    div.home-latest-news li,
    div.side-latest-news li
    {
        padding-top: 5px;
        padding-bottom: 15px;
        margin-bottom: 10px;
        list-style-type: none !important;
        background: url(img/dotted-line.png) repeat-x bottom;
    }
    
    div.home-latest-news h4,
    div.side-latest-news h4
    {
        color: #6AACDE;
        font-weight: bold;
    }
    
    div.side-latest-news h4
    {
        font-size: 12px;
    }
    
    div.home-latest-news p.created-date,
    div.side-latest-news p.created-date
    {
        margin-bottom: 0.5em;
    }
    
    div.home-latest-news a.read-more,
    div.side-latest-news a.read-more,
    div.home-latest-news a.more-news,
    div.side-latest-news a.more-news
    {
        font-family: Calibri, Arial;
        color: #6dabdd;
        font-size: 12px; /* 13pt */
    }
    
    div.home-latest-news a.more-news,
    div.side-latest-news a.more-news
    {
        margin-left: 20px;
    }
    
    div.side-latest-news
    {
        background: url(img/background-side-menu-header.jpg) repeat-x top;
        margin: 0 3px 0 2px;
    }

/* PARTNERS -------------------------------------------------------*/

div.partners
{
    position: relative; 
    margin-bottom: 20px;
}

div.partner
{
    margin-bottom: 5px;    
    padding-bottom: 5px;    
}

div.partner img.partner-logo 
{
    position: relative;
    float: left;
    width: 100px;
    height: 80px;
}

div.partner .partner-description
{
    position: relative;
    margin-left: 15px;
    float: left;
    width: 345px;    
}

div.partner .partner-description h2
{
    color: #63A8E1 !important;
    margin-bottom: 5px !important;
}

div.partner .partner-description p
{
    
}

/* TEAM MEMBERS ---------------------------------------------------*/
#team-members div.team-member 
{
    position: relative;
    float: left;
    width: 146px;
    height: 125px;
    margin-left: 10px;
    margin-bottom: 20px;
}

#team-members img
{
    margin-bottom: 5px;
}

#team-members .name
{
    font-weight: bold;
    color: #66A9E0;
}

#team-members .job-title
{
    
}

    /* Call To Actions */
    
    div.call-to-action 
    {
        
    }
    
    #header div.call-to-action
    {
        float: right;    
    }
    
    div.call-to-action a 
    {
        display: block;
        width: 130px;
        height: 34px;
    }
       
    #header div.call-to-action a
    {
        float: left;
        margin-left: 10px;
    }
    
    #dnn_RightPane div.call-to-action a
    {
        margin-top: 10px;
        margin-left: 25px;
        margin-bottom: 10px;
    }
        
    div.call-to-action a.view-demos-button
    { 
	    background: url(img/btn-demos.png);
    }

    div.call-to-action a.contact-us-button 
    {                
	    background: url(img/btn-contact.png);
    }

    div.call-to-action a:hover 
    {
	    background-position: 0 -34px;
    }    

/* CONTACT FORM ---------------------------------------------------*/
    #contact-form 
    {
        background: url(img/background-side-menu.png) no-repeat;
        position: relative;
        float: right;          
        padding-left: 30px;
        min-height: 600px;
    }
    
    #contact-form fieldset legend
    {
        position: relative;
        color: #76B3DF;
        font-size: 20px;
        padding-top: 1em;        
        margin-bottom: 0.75em;
    }
    
    #contact-form h2 
    {
        color: #76b3df;
        margin-bottom: 0.4em;
    }
    
    #contact-form div
    {
        margin-bottom: 0.5em;
    }
    
    #contact-form div label
    {
        display: block;
        float: left;
        width: 90px;  
        padding-right: 10px;
        text-align: right; 
        color: #8E8D92;
    }
    
    #contact-form div input,
    #contact-form div select,
    #contact-form div textarea
    {
        font-family: calibri, Arial;        
        width: 250px;
    }

    #contact-form div.form-actions
    {
        padding-left: 100px;
    }
    
    #contact-form div.form-actions input
    {
        /* prevent the submit buttons from being stretched. */
        width: auto !important;
    }
    
    

/* FOOTER ---------------------------------------------------------*/

#footer {
	position: relative;	
	padding: 10px 30px 5px 30px;
	
    height: 18px;
	
	border-top: #dadada solid 1px;
}

#footer #dnn_dnnCOPYRIGHT_lblCopyright {
 float: left;
 color: #ababab;
 font-size: 12px; /* 11pt */
 font-family: Arial;
}

#footer ul {
	float: right;
}


#footer ul li {
	float: left;
	list-style: none;
	padding: 0 10px;
	background: url(img/footer-menu-separator.png) no-repeat 0% 50%;
}

#footer ul li.first 
{
    background: none !important;
}

#footer a {	
	color: #5da2d8;
	font-size: 12px; /* 11pt */
	text-decoration: none;
	font-family: Arial;
}

#footer a:hover {	
	text-decoration: underline;
}

/* DNN Specific ------------------------------------------------*/

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/* TEXT IMAGE REPLACEMENT --------------------------------------*/

#txt_welcome_intro {
	height: 46px;
	width: 435px;
	background-image: url("../img/txt-welcome-intro.png");
}


/* UTILITY CLASSES ------------------------------------------------*/

.first {
	margin-left: 0 !important;
}

.last {
	margin-right: 0 !important;	
}

.image-replaced {
	text-indent: -5000px;
	background-color: transparent !important;
	background-repeat: no-repeat !important;
	padding: 0 !important;
}

.hidden
{
	position: absolute;
	left: -9999px;
	height: 1px;
	width: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.clearer
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
}








