﻿/* Global tags */
body
{
    margin: 0px;
    padding: 10px;
    font-family: Arial,Helvetica,Sans Serif;
    font-size: 11px;
    color: #333333;
    background: #ffffff;
    height: 100%;
}

p
{
	text-align: justify;
}

li
{
	text-align: justify;
}

a:link, a:visited
{
    /*color: #003399;*/
    text-decoration: none;
}


a:hover, a:active
{
    color: #ffaa00;
    text-decoration: none;
}

/* Devoteam master page */

#container
{
    height: auto;
    width: 900px;
}


#logo_guidance
{
    background: transparent url( ../Images/Guidance_small.png ) no-repeat top left; /* header left logo */
    margin: 0px;
    padding: 0px;
    width: 410px;
    height: 71px;
    float: left;
}
#logo_guidance span
{
    /*display: none;*/
    position: relative;
    z-index: -1;
}

#logo_devoteam
{
    background: transparent url( ../Images/DevoteamGroup_small.png ) no-repeat top left; /* header right logo */
    margin: 0px;
    padding: 0px;
    width: 125px;
    height: 71px;
    float: right;
}

#logo_devoteam span
{
    /*display: none;*/
    position: relative;
    z-index: -1;
}


img.W3C
{
    border: 0px;
    width: 88px;
    height: 31px;
}

p.footer
{
	text-align: center;
}


/* content Div on the devoteam master page */

#mainMaster
{
    margin-bottom: 20px;
}

/* footer Div on the devoteam master page */

#footer
{
    clear: both;
    color: #AAAAAA;
    font-size: 9px;
    height: auto;
    padding-top: 10px;
    text-align: center;
}

#footer p
{
    padding: 0px;
    margin: 0px 0px 5px 0px;
}


/*******************/
/* Horizontal menu */
/*******************/


#menu
{
    width: 100%;
    background-color: #666666;
    clear: both;
}


#menuAdmin
{
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    clear: both;
}

.clearer
{
    clear: both;
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

/* Language drop down list */

#language
{
    float: right;
    margin: 0px;
    margin-right: 3px;
    margin-top: 2px;
    padding: 0px;
}


#horizontalMenu
{
    float: left;
    color: #AAAAAA;
}



tr.menuDevoteamHorDefault
{
    padding: 10px;
    margin: 10px;
}

.menuDevoteamHorDefault, .menuDevoteamHorRed, .menuDevoteamHorGreen
{
    font-family: verdana,arial;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #666666;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
    border: none;
    padding: 0px;
    margin: 0px;
}

/* Horizontal menu colors */

span.menuDevoteamHorDefault, span.menuDevoteamHorRed, span.menuDevoteamHorGreen
{
    font-family: verdana,arial;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #666666;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
    padding: 6px 20px 6px 20px;
    border-right-color: #AAAAAA;
    border-right-style: solid;
    border-right-width: 1px;
}
span.menuDevoteamHorDefault:hover, span.menuDevoteamHorDefault:active
{
    background-color: #003399;
}

span.menuDevoteamHorRed:hover, span.menuDevoteamHorRed:active
{
    background-color: #990029;
}

span.menuDevoteamHorGreen:hover, span.menuDevoteamHorGreen:active
{
    background-color: #029002;
}


/***********************/
/* Horizontal site map */
/***********************/

#siteMap
{
    width: 100%;
    clear: both;
}

#SiteMapColor
{
    float: left;
    margin: 0px;
    padding: 0px;
}

/* Horizontal site map colors */

.siteMapHorColorDefault
{
    text-align: left;
    font-family: verdana,arial;
    font-size: 10px;
    color: #999999;
    background: #003399;
    height: 19px;
}

.siteMapHorColorRed
{
    text-align: left;
    font-family: verdana,arial;
    font-size: 10px;
    color: #999999;
    background: #990029;
    height: 19px;
}

.siteMapHorColorGreen
{
    text-align: left;
    font-family: verdana,arial;
    font-size: 10px;
    color: #999999;
    background: #029002;
    height: 19px;
}

.pathwayPadding
{
    padding: 4px 3px 3px 5px;
}
a.pathway:link, a.pathway:visited
{
    font-family: verdana,arial;
    font-weight: normal;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}
a.pathway:hover, a.pathway:active
{
    font-family: verdana,arial;
    font-weight: normal;
    font-size: 10px;
    color: #FFAA00;
    text-decoration: none;
}


/* Search zone */

#searchZone
{
    float: right;
}

.inputBox
{
    padding: 0px;
    margin: 0px;
    font-size: 9px;
    font-family: Verdana;
    color: #999999;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #cccccc;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
    background-color: #ffffff;
}

.button, .button:visited, .button:link
{
    border-style: none;
    border-color: #000000;
    border-width: 0px;
    margin: 0px;
    padding: 1px 2px;
    height: 15px;
    background-color: #999999;
    color: #ffffff;
    text-align: center;
    font-size: 10px;
    font-family: arial;
    font-weight: bold;
    vertical-align: middle;
}

.button:hover
{
    border-style: none;
    border-color: #000000;
    border-width: 0px;
    margin: 0px;
    padding: 2px;
    height: 17px;
    background-color: #666666;
    color: #ffffff;
    text-align: center;
    font-size: 10px;
    font-family: arial;
    font-weight: bold;
    vertical-align: middle;
}



/*****************/
/* Vertical menu */
/*****************/

.menuVerticalWithoutBackground
{
    float: left;
    color: #FFFFFF;
    width: 170px;
    padding: 0px;
}

.menuVerticalWithBackground
{
    float: left;
    color: #FFFFFF;
    width: 170px;
    padding: 0px;
    background: url(../Images/Fondu-Gris.gif) repeat;
    height: 245px;
}

#PartnerMaster
{
    margin-top: 40px;
}

#AlternatePartnerMaster
{
    margin-top: 40px;
}

.Hidden
{
    display: none;
}

#MSGoldPartnerMaster
{
    background: url( ../Images/Cert_GoldPrt_b.png ) no-repeat top left;
    margin-top: 5px;
    width: 110px;
    height: 50px;
    cursor: pointer;
}

#MSGoldPartnerMaster span
{
    /*display: none;*/
    position: relative;
    z-index: -1;
}

#SunPartnerMaster
{
    background: url( ../Images/Sun_Logo.png ) no-repeat top left;
    margin-top: 5px;
    width: 111px;
    height: 30px;
    cursor: pointer;
}

#SunPartnerMaster span
{
    /*display: none;*/
    position: relative;
    z-index: -1;
}


/* main titles in the vertical menu colors */

a.menuDevoteamVerLvl1Default:link, a.menuDevoteamVerLvl1Default:visited
{
    /*display: block;*/
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #003399;
    padding-top: 5px;
    padding-left: 5px;
    margin: 0px;
    text-decoration: none;
}
a.menuDevoteamVerLvl1Default:hover, a.menuDevoteamVerLvl1Default:active
{
    color: #668FC9;
    text-decoration: none;
}

a.menuDevoteamVerLvl1Red:link, a.menuDevoteamVerLvl1Red:visited
{
    /*display: block;*/
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #990029;
    padding-top: 5px;
    padding-left: 5px;
    margin: 0px;
    text-decoration: none;
}
a.menuDevoteamVerLvl1Red:hover, a.menuDevoteamVerLvl1Red:active
{
    color: #668FC9;
    text-decoration: none;
}

a.menuDevoteamVerLvl1Green:link, a.menuDevoteamVerLvl1Green:visited
{
    /*display: block;*/
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #029002;
    padding-top: 5px;
    padding-left: 5px;
    margin: 0px;
    text-decoration: none;
}
a.menuDevoteamVerLvl1Green:hover, a.menuDevoteamVerLvl1Green:active
{
    color: #668FC9;
    text-decoration: none;
}


/* sub titles in the vertical menu */

a.menuDevoteamVerLvl2:link, a.menuDevoteamVerLvl2:visited
{
    /*display: block;*/
    color: #999999;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
    padding-left: 5px;
}
a.menuDevoteamVerLvl2:hover, a.menuDevoteamVerLvl2:active
{
    color: #668FC9;
    text-decoration: none;
}

a.menuDevoteamVerSubLvl1:link, a.menuDevoteamVerSubLvl1:visited
{
    color: #999999;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
}

a.menuDevoteamVerSubLvl1:hover, a.menuDevoteamVerSubLvl1:active
{
    color: #668FC9;
    text-decoration: none;
}

#menuMaster
{
    padding-left: 170px;
}

/* Content master page */
#contentMaster
{
    float: left;
    text-align: left;
    width: 100%;
}

.contentMaster
{
    width: 700px;
}

.contentMaster a:link /* devoteam blue */
{
    color: #003399;
}

.contentMaster a:hover, .contentMaster a:visited /* devoteam light blue */
{
    color: #668FC9;
}


#titleMaster
{
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    width: 100%;
}

#TopRubban
{
    background-color: #999999; /* width: 100%; */
    height: 68px;
    margin: 0px;
    padding: 0px;
}


#textRub
{
    float: left;
}

.Rub
{
    text-align: left;
    margin: 0px;
    padding: 0px;
}

p.titleRub
{
    font-size: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family: verdana;
    white-space: nowrap;
    padding-left: 20px;
    margin: 0px;
}

p.subTitleRub
{
    font-size: 11px;
    letter-spacing: 0px;
    color: #eeeeee;
    font-style: normal;
    font-family: verdana;
    font-weight: normal;
    padding-left: 40px;
    margin: 0px;
}


/* Horizontal rubban images */


#imgRub
{
    float: right;
}

p.imgRubDefault
{
    margin: 0px;
    margin-top: -19px;
    padding: 0px;
    width: 297px;
    height: 87px;
    background: url(           '../Images/picServices.jpg' ) no-repeat left top;
}



p.imgRubDefault span
{
    /*display: none;*/
    position: relative;
    z-index: -1;
}


p.imgRubCarreers
{
    margin: 0px;
    margin-top: -19px;
    padding: 0px;
    width: 297px;
    height: 87px;
    background: transparent url( ../Images/RubbanCareers.jpg ) no-repeat top left;
}

p.imgRubCarreers span
{
    /*display: none;*/
    position: relative;
    z-index: -1;
}

p.imgRubServices
{
    margin: 0px;
    margin-top: -19px;
    padding: 0px;
    width: 297px;
    height: 87px;
    background: transparent url( ../Images/picServices2.jpg ) no-repeat top left;
}

p.imgRubServices span
{
    /*display: none;*/
    position: relative;
    z-index: -1;
}

p.imgRubPresentation
{
    margin: 0px;
    margin-top: -19px;
    padding: 0px;
    width: 297px;
    height: 87px;
    background: transparent url( ../Images/picPresentation.jpg ) no-repeat top left;
}

p.imgRubPresentation span
{
    /*display: none;*/
    position: relative;
    z-index: -1;
}




/* Right section displaying contacts */

#contactRub
{
    float: right;
    width: 200px;
}

.Contact
{
    margin: 0px;
    padding: 0px;
}

.titreContact
{
    font-size: 11px;
    color: #ffffff;
    font-family: Verdana;
    font-weight: 800;
    margin-left: 10px;
}

.infoContact
{
    font-size: 12px;
    color: #f0f0f0;
    font-family: Arial;
    font-weight: normal;
    margin-left: 30px;
}

.phoneContact
{
    font-size: 10px;
    color: #f0f0f0;
    font-family: Arial;
    font-weight: normal;
    text-align: center;
    margin-left: 30px;
}

a.linkContact:link, a.linkContact:visited
{
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    text-align: right;
    margin-left: 150px;
}

a.linkContact:hover, a.linkContact:active
{
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: #ffaa00;
    text-align: right;
    margin-left: 150px;
}

a.linkContact span
{
    background: transparent url( ../Images/Mail.gif ) no-repeat top left;
    width: 12px;
    height: 10px;
    margin: 0px;
    padding: 0px;
}

/* Page contact */
.ContactPageSection
{
    margin-top : 10px;
    font-weight:normal;
    font-size : 12px;
     margin-bottom : 5px;
}

p.ContactPageRetrait
{
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 15px;
}

/* Home page content */

#pageHome
{
}

#pageHomeCentralImage
{
    float: left;
    height: 245px;
}

h1.image
{
    background: transparent url( ../Images/GL_Homepage_UK.jpg ) no-repeat top left;
    margin: 0px;
    padding: 0px;
    width: 350px;
    height: 245px;
}

h1.image span
{
    /*display: none;*/
    position: relative;
    z-index: -1;
}



/* News section */

#newsHomePage
{
    height: 245px;
    background: url(../Images/Fondu-Gris.gif) repeat;
    width: 380px;
    float: left;
    overflow: hidden;
}

a.news:link, a.news:visited
{
    font-size: 11px;
    text-decoration: none;
    font-family: arial;
    font-weight: normal;
    color: #555555;
}

a.news:hover, a.news:active
{
    font-size: 11px;
    color: #FFAA00;
    text-decoration: none;
    font-family: arial;
    font-weight: normal;
    color: #222222;
}

td.news
{
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
}

td.bullet
{
    background-image: url(../Images/Indent.gif);
    background-repeat: no-repeat;
    background-position: 2px 10px;
    vertical-align: top;
    width: 10px;
}

/* Pages des news */

ul.news
{
	list-style-image: url(../Images/Indent.gif);
}

span.dateNews
{
	color: #555555;
	font-size: 11px;
	font-weight: bold;
}

span.titreNews
{
	font-size: 13px;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 3px;
}

div.contenuNews
{
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 25px;
	text-align: justify;
	border-bottom: dotted 1px gray;
}

div.moreInfoNews
{
	margin-top: 5px;
	margin-left: 15px;
}

/* bottom page Links section */
ul.links
{
    /*position: relative; 	top: -100px; 	left: 10px;*/
    left: 10px;
    list-style: none;
    margin: 5px;
    padding: 0px;
    position: absolute;
    top: 400px;    
    width:110px;
}

li.links
{
    list-style-type: none;
}

a.links:link, a.links:visited
{
    font-size: 11px;
    font-weight: bold;
    color: #999999;
    text-decoration: none;
}

a.links:hover, a.links:active
{
    color: #ffaa00;
    text-decoration: none;
}

div.bottomHomePage
{
    background: url(../Images/Fondu-Gris.gif) repeat;
    width: 900px;
    height: 215px;
    margin-left: -170px;
    clear: both;
}

a.agendaDownload
{
    color:Black;
    float: right;
    height: 143px;
    margin-left:0px;
    text-align: center;
    vertical-align: middle;
    width:100px;
}

div.promoLayout
{
	height: 180px;
	margin-left: -280px;
	margin-top: 20px;
	text-align : center;
	vertical-align: middle;
	width: 550px;
}

div.promoLayout2
{
	height: 130px;
	margin-left:-10px;
	margin-top: 0px;
	text-align: center;
	vertical-align: middle;
	width: 610px;
}

a.GreenDownload
{
    height: 95px;
    margin-left: 100px;
    text-align: center;
    width:354px;
    position : absolute;
}

div.GreenIT
{
	height: 180px;
	margin-left: 280px;
	margin-top: -160px;
	text-align: center;
	width: 354px;
        position :absolute;
}

a.promo
{
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	width: 480px;
}

a.promoLink, a.promoLink:link, a.promoLink:visited, a.promoLink:hover,a.promoLink:active
{
	border: none;
	color: White;
}

p.agendaTextLink
{
    color: Black;
}

img.promoText
{
    background:white;
    border: 1px solid gray;
    margin-bottom: 10px;
    margin-right: 50px;
    margin-top: 10px;
    padding:10px;
}

img.promoWeb
{
	border: none;
	margin-left: 5px;
}

span.title
{
    color: #999999;
}

span.subtitle
{
    color: #003399;
}

img.DownloadITIL
{
    margin-top: 0px;
    width: 104px;
    height: 104px; /*top: 400px; 	left: 580px; 	position: absolute;*/
    border-style: none;
    border-width: 0px; /*	position: relative; 	left: 580px; 	top: -80px;*/
    position: absolute;
    left: 550px;
    top: 450px; /* before : 390px */
}


img.Eurosec2008
{
    margin-top: 0px;
    width: 110px;
    height: 110px; /*top: 450px; 	left: 450px; 	position: absolute;*/
    border-style: none;
    border-width: 0px; /*	position: relative; 	left: 350px; 	top: -30px;*/
    position: absolute;
    left: 400px;
    top: 450px;
}

#Partners
{
    margin: 0px;
    padding: 0px;
    width: 120px;
    height: 150px; /*top: 450px; 	left: 750px; 	position: absolute;*/ /*	position: relative; 	left: 750px; 	top: -200px;*/
    position: absolute;
    left: 795px;
    top: 372px;
}

img.MSGoldPartner
{
    margin: 0px;
    margin-top: 45px;
    width: 110px;
    height: 50px;
    border-style: none;
    border-width: 0px;
    float: left;
}

img.SunPartner
{
    margin: 0px;
    margin-top: 15px;
    width: 111px;
    height: 30px;
    border-style: none;
    border-width: 0px;
    float: left;
}

img.BestITTrainingInstituteHome
{
    margin: 0px 0px 10px 0px;
    width: 110px;
    height: 119px;
    border-style: none;
    border-width: 0px;
    float: left;
}

img.GreenIT
{
   margin : 0px; 
   height: 95px;
   width : 354px;	
   border-style : none; 
   border-width: 0px;
}

img.PresentationDevoteamPDF
{
    margin-left: 575px;
    margin-top: 0px;
    border-style: none;
    border-width: 0px;
    position: absolute;
}

img.Prometric
{
    margin: 0px;
    margin-top: 10px;
    width: 110px;
    height: 44px;
    border-style: none;
    border-width: 0px;
    float: left;
}

img.MSPartnerForLearning
{
    margin: 0px;
    margin-top: 10px;
    width: 110px;
    height: 65px;
    border-style: none;
    border-width: 0px;
    float: left;
}

img.BestITTrainingInstitute
{
    margin: 0px;
    margin-top: 10px;
    width: 110px;
    height: 119px;
    border-style: none;
    border-width: 0px;
    float: left;
}

img.CalendarAgenda
{
	width: 100px;
    height: 142px;
    border-style: none;
    border-width: 0px; 
    position: absolute;
    margin-top: 0px;
    left: 620px;
    top: 410px;
    visibility: hidden;
}

img.OffreurFormation
{
    margin: 0px;
    margin-top: 10px;
    width: 110px;
    height: 80px;
    border-style: none;
    border-width: 0px;
    float: left;
}

/* How to Come */
iframe.map
{
    border: 1px solid gray;
}


/* Content pages */

div.contentpanel
{
    float: left;
    padding-left: 0px;
    padding-top: 15px;
    width: 730px;
}

p.pagetitle
{
    text-align: center;
    font-family: Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: #003399;
}

.pagetext
{
    font-family: Verdana;
    font-size: 8pt;
    color: black;
}

.sectionTitle
{
	font-family: Verdana;
	font-weight: bold;
    font-size: 9pt;
    color: black;
}

.moduleTitle
{
	font-family: Verdana;
	font-weight: bold;
    font-size: 9pt;
    color: #1856A3;
}

.moduleSection
{
	font-family: Verdana;
	font-weight: bold;
    font-size: 8pt;
    color: #1856A3;
    margin-left: 10px;
}

div.floatpanel
{
    float: left;
    width: 350px;
}

.champ
{
    font-family: Verdana;
    font-size: 8pt;
    min-width: 160px;
}

.entetechamp
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    padding-top: 5px;
}

img.inlineImage
{
    border: 0px;
    float: left;
    margin: 0px 4px 0px 0px;
}

.linkbutton
{
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

/* Careers page */


#jobs
{
    color: #029002;
}

#titleMaster h1
{
    color: Gray;
    font-size: medium;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 0px 0px 15px;
    padding: 0px;
}

ul.jobsList
{
    margin-top: 0px;
    margin-left: 5px;
    padding: 0px;
    list-style: none;
}

li.jobsList
{
    list-style-type: none;
    background-image: url(../Images/Indent.gif);
    background-repeat: no-repeat;
    background-position: 0% 65%;
    padding-left: 10px;
}





/* AJAX Accordion component in green */


.accordionHeaderGreen
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #029002;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderGreenSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #84FB99;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderGreen a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

.accordionHeaderGreen a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionHeaderGreenSelected a
{
    color: #333333;
    background: none;
    text-decoration: none;
}

.accordionHeaderGreenSelected a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionContentGreen
{
    background-color: #BBFFBE;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    color: #333300;
    text-align: justify;
}






/* AJAX Accordion component in blue */

.accordionHeaderBlue
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #003399;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderBlue span
{
    color: #C0C0C0;
    font-size: 9px;
}


.accordionHeaderBlueSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #A9C9E7;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderBlueSelected span
{
    color: #808080;
    font-size: 9px;
}

.accordionHeaderBlue a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

.accordionHeaderBlue a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionHeaderBlueSelected a
{
    color: #333333;
    background: none;
    text-decoration: none;
}

.accordionHeaderBlueSelected a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionContentBlue
{
    background-color: #CFE1F1;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    color: #333300;
    text-align: justify;
}









/* News Page, Events Page */

h1.news, h1.events
{
    color: #003399;
    font-size: medium;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    left: 3px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


h1.mainTitle
{
    color: #029002;
    font-size: medium;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    left: 3px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}



/* Error page */

.ErrorPage
{
    color: #990029;
    clear: both;
    position: relative;
    font-size: large;
    text-align: center;
}

#ErrorPage
{
    position: relative;
    clear: both;
    width: 400px;
    text-align: center;
    height: auto;
    margin: auto;
}




/* -- ASPxNewsControl BLUE -- */
.dxncControl_PlasticBlue
{
    font: 9pt Tahoma;
    color: black;
    background-color: White;
    padding: 18px;
}
.dxncLoadingPanel_PlasticBlue
{
    font: 9pt Tahoma;
    color: #303030;
    border: solid 1px #CBCBCB;
    background-color: White;
}
.dxncLoadingPanel_PlasticBlue td.dx
{
    padding: 12px 12px 12px 12px;
    text-align: center;
    white-space: nowrap;
}
.dxncContent_PlasticBlue
{
}
.dxncPagerPanel_PlasticBlue
{
    border-top: Solid 1px #CCCCCC;
    padding: 5px 3px 0px 1px;
}
.dxncItem_PlasticBlue
{
    font: 9pt Tahoma;
    vertical-align: top;
    padding: 12px 8px 7px 7px;
    color: black;
    border-bottom-width: 0px;
}
.dxncEmptyItem_PlasticBlue
{
    font: 9pt Tahoma;
    vertical-align: top;
    padding: 12px 12px 12px 14px;
}
div.dxncBackToTop_PlasticBlue a
{
    color: #5A83D0;
    white-space: nowrap;
}
div.dxncBackToTop_PlasticBlue a:hover
{
    color: #2443AA !important;
}
div.dxncBackToTop_PlasticBlue a:visited
{
    color: #996085;
}


/* - Headline - BLUE */
.dxncItemContent_PlasticBlue
{
    font: 9pt Tahoma;
    color: #575757;
    line-height: 120% !important;
}
.dxncItemTail_PlasticBlue
{
    text-decoration: none;
    font: 8pt Tahoma;
}
.dxncItemHeader_PlasticBlue .dxncItemDate_PlasticBlue
{
    background-color: #5066AC;
    color: #FFFFFF;
    font-size: 12px;
    padding: 4px 6px 5px 7px;
}
.dxncItemDate_PlasticBlue
{
    background-color: #5066AC;
    color: #FFFFFF;
    padding: 4px 6px 5px 7px;
    white-space: nowrap;
}
.dxncItemHeader_PlasticBlue
{
    font: 1.3em Tahoma;
    text-decoration: none;
    color: #5A83D0;
    line-height: 141% !important;
}
.dxncItemLeftPanel_PlasticBlue
{
    font: 8pt Tahoma;
    color: #575757;
}
.dxncItemRightPanel_PlasticBlue
{
    font: 8pt Tahoma;
    color: #575757;
}
.dxncItemTailDiv_PlasticBlue a
{
    color: #5A83D0;
    text-decoration: none;
}
.dxncItemTailDiv_PlasticBlue a:hover
{
    text-decoration: none;
}
.dxncItemTailDiv_PlasticBlue a:visited
{
    color: #98A3C4;
}
.dxncItemContent_PlasticBlue a.dxhl
{
    color: #5A83D0;
    text-decoration: none;
}
.dxncItemContent_PlasticBlue a.dxhl:hover
{
    text-decoration: none;
}
.dxncItemContent_PlasticBlue a.dxhl:visited
{
    color: #98A3C4;
}

/* -- ASPxPager -- BLUE */
.dxpControl_PlasticBlue
{
    font: 9pt Tahoma;
    color: #5A83D0; /*padding: 5px 2px 5px 2px;*/
    padding: 0px;
}
.dxpButton_PlasticBlue
{
    font: 9pt Tahoma;
    color: #5A83D0;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}
.dxpButton_PlasticBlue a
{
    font: 9pt Tahoma;
    color: #5A83D0;
    text-decoration: none;
    white-space: nowrap;
}
.dxpDisabledButton_PlasticBlue
{
    font: 9pt Tahoma;
    color: #5A83D0;
    text-decoration: none;
}
.dxpPageNumber_PlasticBlue
{
    font: 9pt Tahoma;
    color: #5A83D0;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    padding: 0px 5px 0px 5px;
}
.dxpPageNumber_PlasticBlue a
{
    font: 9pt Tahoma;
    color: #5A83D0;
    text-decoration: none;
}
.dxpCurrentPageNumber_PlasticBlue
{
    font: 9pt Tahoma;
    color: #FFFFFF;
    background-color: #5066AC;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 3px 3px 3px;
}
.dxpSummary_PlasticBlue
{
    font: 9pt Tahoma;
    color: #909090;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    padding: 0px 4px 0px 4px;
}
.dxpSeparator_PlasticBlue
{
    background-color: #CCCCCC;
}




/* -- ASPxNewsControl GREEN -- */
.dxncControl_PlasticGreen
{
    font: 9pt Tahoma;
    color: black;
    background-color: White;
    padding: 18px;
}
.dxncLoadingPanel_PlasticGreen
{
    font: 9pt Tahoma;
    color: #303030;
    border: solid 1px #CBCBCB;
    background-color: White;
}
.dxncLoadingPanel_PlasticGreen td.dx
{
    padding: 12px 12px 12px 12px;
    text-align: center;
    white-space: nowrap;
}
.dxncContent_PlasticGreen
{
}
.dxncPagerPanel_PlasticGreen
{
    border-top: Solid 1px #CCCCCC;
    padding: 5px 3px 0px 1px;
}
.dxncItem_PlasticGreen
{
    font: 9pt Tahoma;
    vertical-align: top;
    padding: 12px 8px 7px 7px;
    color: black;
    border-bottom-width: 0px;
}
.dxncEmptyItem_PlasticGreen
{
    font: 9pt Tahoma;
    vertical-align: top;
    padding: 12px 12px 12px 14px;
}
div.dxncBackToTop_PlasticGreen a
{
    color: #029002;
    white-space: nowrap;
}
div.dxncBackToTop_PlasticGreen a:hover
{
    color: #029002 !important;
}
div.dxncBackToTop_PlasticGreen a:visited
{
    color: #996085;
}

/* - Headline - GREEN */
.dxncItemContent_PlasticGreen
{
    font: 9pt Tahoma;
    color: #575757;
    line-height: 120% !important;
}
.dxncItemTail_PlasticGreen
{
    text-decoration: none;
    font: 8pt Tahoma;
}
.dxncItemHeader_PlasticGreen .dxncItemDate_PlasticGreen
{
    background-color: #029002;
    color: #FFFFFF;
    font-size: 12px;
    padding: 4px 6px 5px 7px;
}
.dxncItemDate_PlasticGreen
{
    background-color: #029002;
    color: #FFFFFF;
    padding: 4px 6px 5px 7px;
    white-space: nowrap;
}
.dxncItemHeader_PlasticGreen
{
    font: 1.3em Tahoma;
    text-decoration: none;
    color: #029002;
    line-height: 141% !important;
}
.dxncItemLeftPanel_PlasticGreen
{
    font: 8pt Tahoma;
    color: #575757;
}
.dxncItemRightPanel_PlasticGreen
{
    font: 8pt Tahoma;
    color: #575757;
}
.dxncItemTailDiv_PlasticGreen a
{
    color: #5A83D0;
    text-decoration: none;
}
.dxncItemTailDiv_PlasticGreen a:hover
{
    text-decoration: none;
}
.dxncItemTailDiv_PlasticGreen a:visited
{
    color: #98A3C4;
}
.dxncItemContent_PlasticGreen a.dxhl
{
    color: #5A83D0;
    text-decoration: none;
}
.dxncItemContent_PlasticGreen a.dxhl:hover
{
    text-decoration: none;
}
.dxncItemContent_PlasticGreen a.dxhl:visited
{
    color: #98A3C4;
}


/* -- ASPxPager GREEN -- */
.dxpControl_PlasticGreen
{
    font: 9pt Tahoma;
    color: #029002; /*padding: 5px 2px 5px 2px;*/
    padding: 0px;
}
.dxpButton_PlasticGreen
{
    font: 9pt Tahoma;
    color: #029002;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}
.dxpButton_PlasticGreen a
{
    font: 9pt Tahoma;
    color: #029002;
    text-decoration: none;
    white-space: nowrap;
}
.dxpDisabledButton_PlasticGreen
{
    font: 9pt Tahoma;
    color: #029002;
    text-decoration: none;
}
.dxpPageNumber_PlasticGreen
{
    font: 9pt Tahoma;
    color: #029002;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    padding: 0px 5px 0px 5px;
}
.dxpPageNumber_PlasticGreen a
{
    font: 9pt Tahoma;
    color: #029002;
    text-decoration: none;
}
.dxpCurrentPageNumber_PlasticGreen
{
    font: 9pt Tahoma;
    color: #FFFFFF;
    background-color: #029002;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 3px 3px 3px;
}
.dxpSummary_PlasticGreen
{
    font: 9pt Tahoma;
    color: #909090;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    padding: 0px 4px 0px 4px;
}
.dxpSeparator_PlasticGreen
{
    background-color: #CCCCCC;
}




/************************/
/* Administration Pages */
/************************/

.adminMaster
{
    width: 100%;
    clear: both;
}

#loginHeader
{
    width: 100%;
    clear: both;
    text-align: right;
    font-weight: bold;
}

#loginPage
{
    width: 100%;
    text-align: center;
}

contenttext:link
{
    color: Green;
}

