html, body
{
    color: #534442;
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    line-height: 0.8em;
}

html {
   margin: 0px;
   height: 100%;
   width: 100%;
}

body
{
	background: url("/images/debut_light.png") repeat scroll 0 0 #EEEEEE;
    /*background-attachment: fixed;
    background-color: #4A4B57;
    background-image: url("/images/bg_overlay.png");
    background-position: center top;
    background-repeat: no-repeat;*/
    margin: 0px;
    min-height: 100%;
    width: 100%;
}

h1, h2, h3, h4, h5, h6, p, blockquote
{
    padding: 12px 24px;
    margin: 0;
    line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6
{
    font-family: Helvetica, Arial, sans-serif;
}

h2, h3
{
    font-weight: normal;
}

a
{
    text-decoration: underline;
    color: #0D81D5;
    overflow: hidden;
}

a:hover, a:focus
{
    color: #04538A;
}


/* LAYOUT */
div#page
{
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto; 
    text-align: left;
    width: 940px;
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

div.page-width
{
    margin: 0 auto;
    width: 940px;
    position: relative; 
}

#mainContent
{
    margin-top: 20px;
}

#mainContent #content
{
    float: left;
    width: 625px;
    padding: 0px 20px;
    border-right: 1px solid #EEEEEE;
}

#mainContent #rightPanel
{
    float: left;
    width: 234px;
    padding: 0 20px
}

#rightPanel #right
{
    width: 234px;
    background-color: #DBECF9;
    padding: 2px 0;
    margin-bottom: 10px;
}

#right h2 
{
    font-size: 18px;
    padding-top: 5px;
}

#mainContent .latestNews 
{
    width: 590px;
    background-color: #DBECF9;
    margin-bottom: 15px;
    padding: 10px;
}

div#footer
{
    height: 250px;
    background: url(../images/footer-bg.jpg) top center no-repeat;
    color: #000000;
}

div#footer .links 
{
    padding: 105px 30px 0;
}

div#footer .left-links
{
    float: left;
}

.left-links button 
{
    display: block;
    margin-bottom: 2px;
}

div#footer .right-links
{
    float: right;
    margin-right: 12px;
    margin-top: 16px;
}

/* HEADER */
div#header
{
    background-color: #2f2122;
    color: white;
}

#header h1 
{
    padding: 0;
    margin: 0;
    line-height: 0.8em;
}

#header h2 
{
    padding: 0 0 0 10px;
    margin: 0;
    position: absolute;
    top: 24px;
    left: 110px;
    border-left: 1px solid #CDCDCD;
    font-size: 15px;
}

div#header img
{
    padding: 5px 10px;
}

div#header #logo
{
    float: left;
}

div#header .login, div#header .logout
{
    float: right;
    margin-top: 24px;
    margin-right: 5px;
}

div#header .username-validation 
{
    margin-top:5px;
    font-size: 12px;
}

div#header .password-validation 
{
    margin-top:5px;
    font-size: 12px;
}

/* INTRO */
div#intro
{
    position: relative;
    background: url(../images/intro-bg.jpg) center bottom no-repeat;
    height: 150px;
    border-bottom: 8px solid #0d81d5;
    border-top: 8px solid #0d81d5;
}

div#introbox
{
    margin: 8px;
    width: 65%;
    color: #002B74;
}

#introbox h2
{
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    padding: 0 18px 5px;
}

#introbox p
{
    font-size: 15px;
    font-weight: bold;
    padding: 0 18px 5px;
}

/* MENU */
.menucorner
{
    margin: 0px;
    padding: 0px;
    background: url(../images/mainmenu_corner.gif) top left no-repeat;
    height: 20px;
    clear: both;
    position: relative;
    top: -15px;
    left: -10px;
    width: 20px;
    margin-bottom: -40px;
}

#menu 
{
    margin: 0px;
    padding: 0px;
}

#menu ul,
#menu ul li
{
  background-color: #22212C;
}

#menu ul
{
    width: 950px;
    float: left;
    margin-bottom: 15px;
    padding: 0px;
    margin-left: -10px;
}

#menu ul li
{
    list-style: none;
    background-image: url(../images/mainmenu_itembg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    float: left;
    font-size: 14px;
}

#menu ul li a
{
    padding: 15px 20px;
    display: block;
    color: #fff;
    text-decoration: none;
    background-image: url(../images/mainmenu_item_bottomshadow.jpg);
    background-position: 10px bottom;
    background-repeat: no-repeat;
    margin-bottom: -13px;
    padding-bottom: 28px;
}

#menu ul li.current
{
    background-color: #a9a4a3;
}

#menu ul li:hover
{
    color: #FFF;
    text-decoration: none;
    background-color: #a9a4a3;
}

/* FORMS */
input.input 
{
    width: 130px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    display: inline-block;
    height: 18px;
    padding: 4px 9px;
    font-size: 12px;
    line-height: 18px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 1px;
}

input.input:focus 
{
    border-color: #0D81D5;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

button, .buttonRow input, input.submit
{
    background-color: #0D81D5!important;
    background-image: linear-gradient(to bottom, #0D81D5, #04538A);
    background-repeat: repeat-x;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    /*-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);*/
    color: #FFFFFF;
    cursor: pointer;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    margin-left: 2px;
    overflow: visible;
    /*height:26px;*/
}
    
button:hover, .buttonRow input:hover, input.submit:hover {
    /*background-color: #04538A;
    background-position: 0 -15px;*/
    background-color: #04538A!important;
    background-image: linear-gradient(to bottom, #04538A, #0D81D5);
    color: #FFFFFF;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}

.formRow
{
    padding-bottom: 6px;
}
.checkBoxRow
{
    padding: 13px 0px 16px 0px;
}
.formRow label
{
    width: 200px;
    display: block;
    padding: 6px 0px;
    font-weight: bold;
    font-size: 12px;
}
.formRow input
{
    width: 250px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    display: inline-block;
    height: 18px;
    padding: 4px 9px;
    font-size: 12px;
    line-height: 18px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 1px;
}

.formRow textarea 
{
    width: 400px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    display: inline-block;
    padding: 4px 9px;
    font-size: 12px;
    line-height: 18px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 1px;
}

.formRow input:focus, .formRow textarea:focus
{
    border-color: #0D81D5;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.field-validation-error 
{
    font-weight: bold;
    color: #c60f13;
}

.error
{
    background-color: #FFCCCC !important;
}

.checkBoxRow label
{
    padding-left: 10px;
}
.buttonRow input
{
   /* padding: 2px 10px 8px 10px;*/
    border: 1px solid #CDCDCD;
    background-color: #EFEFEF;
    margin-top: 10px;
}

/* HOME */
div.feature
{
    margin: 10px;
    border-top: 1px solid #cdcdcd;
}

#bottom 
{
    width: 100%;
}

#bottom div.feature
{
    width: 293px;
    margin: 10px;
    border-top: 1px solid #cdcdcd;
}

div.feature h2
{
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #cdcdcd;
    padding: 6px 0px 6px 10px;
    color: #333333;
}

div.feature p
{
    padding: 12px 6px;
}

div.feature img
{
    float: right;
}

/* Main Content */
#mainContent #content h2
{
    font-size: 20px;
	font-weight: bold;
    color: #333;
    padding: 0 0 12px 0;
    line-height: 1em;
}

#mainContent #content h3
{
    font-size: 16px;
    color: #333;
    padding: 0 0 2px 0;
}

#mainContent #content p
{
    padding: 0 0 12px 0;
}

#mainContent ul
{
    margin-left: 2em;
    padding: 0 0 12px 0;
}

#mainContent ul li
{
    line-height: 1.5em;
    list-style-type: disc;
}

table th, td
{
    border: 0px solid #fff;
}

/* List */
#mainContent #content ul#newsList
{
    margin-left: 0;
    padding-right: 5px;
}

#mainContent #content ul#newsList li
{
    border-bottom: 1px solid #CDCDCD;
    margin-bottom: 20px;
    padding: 0 0 20px;
    background-image: none;
    list-style-type: none;
}

#suggestionList
{
    overflow-x: hidden;
    overflow-y: scroll;
    height: 200px;
}

#suggestionList .suggestion
{
    padding: 10px;
}

#suggestionList .odd
{
    background-color: #FFFFFF;
}

#suggestionList .even
{
    background-color: #CDE5F6;
}

#suggestionList .suggestion .author
{
    font-style: italic;
    font-size: smaller;
}

.deleteSuggestion
{
    background: none;
    border: none;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

ul.sideItemList
{
    padding: 0px !important;
    margin: 0px !important;
}

.sideItemListTitle
{
	text-align:left;
	float:left;
	width:140px;
	line-height:1.2em;
	font-weight:bold;
}

.sideItem
{
	text-align:right;
	float:right;
}

ul.sideItemList li 
{
	list-style-type: none !important;
	margin-top:4px!important;
	margin-bottom:4px!important
}

ul.itemList
{
    padding: 0px !important;
    margin: 0px !important;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

ul.itemList li h3
{
    padding: 0px !important;
	margin: 0px;
	font-weight: bold;
}

ul.itemList li 
{
    margin: 0;
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table;                      /* Actually FF 20+ */
	list-style-type: none !important;
	font-weight:bold;
}


/* RESPONSIVE DESIGN */

@media screen and (max-width: 900px) 
{
    #header h2
    {
        visibility: hidden;
    }
    
    div#header .login, div#header .logout
    {
        float: left;
    }
    
    div#page
    {
        width: 100%;
    }
    
    div#intro
    {
        visibility: hidden;
        height: 0px;
    }
    
    #menu ul 
    {
        width: 100%;
    }
        
    #menu ul li a 
    {
        background-image: none;
    }
    
    #mainContent #rightPanel
    {
        width: 100%;
        padding-left: 8px;
    }
    
    #rightPanel #right 
    {
        width: 100%;
    }
    
    div.page-width 
    {
        width: 100%;
    }
    
    #mainContent #content
    {
        width: 100%;
        padding-left: 8px;
    }
    
    div.page-width 
    {
        width: 90%;
    }
    
    #mainContent .latestNews 
    {
        width: 100%;
    }
    
    
    #bottom div.feature
    {
        width: 100%;
    }
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */