/* GLOBAL STYLES
__________________________________________________*/

html, body {
    width: 100%;
    height: 100%;
}

html {
    overflow-y: scroll;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, "FreeSans", sans-serif; /* 'Special Helvetica', Win/Mac, Win/Mac, Linux, generic */
    font-size: 13px;
    color: #666666;
    background: url(../images/bg-website.png) left top repeat-x #f2f4f5;
}

body#login {
    background: none;
    background: url(../images/bg-website-top.png) left top repeat-x,
                url(../images/bg-website-login.png) left top repeat-x;
    background-color: #f2f4f5;
}

textarea {
	resize: none;
}

/* GLOBAL STYLES
__________________________________________________*/

h1 {
    font-size: 22px;
    font-weight: bold;
    color: #003667;
    margin-bottom: 10px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

h3 {
    /*margin: -10px;*/
    padding: 10px 10px 0px 0px;
    /*background-color: #E6E6E6;
    margin-bottom: 20px;*/
    line-height: 30px;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}

h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.rounded-corners {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px 5px 0px 0px;
}

.colorRed {
    color: red;
}

.txt12 {font-size: 12px;}
.txt14 {font-size: 14px;}
.txt16 {font-size: 16px;}
.txt18 {font-size: 18px;}
.txt36 {font-size: 36px;}
.txtGeorgia {font-family: Georgia;}

ol li, ul li {line-height: 130%;}

strong { font-weight: bold; }

a:link, a:visited { color: #00AEEE; }

a:hover { text-decoration: none; }

a.goAnchor, a:visited.goAnchor, a:hover.goAnchor { color: #666666; text-decoration: none;}

a.primary-button:link , a.primary-button:visited {
    display: inline-block;
    background-color: #00AEEE;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 0 #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    height: 36px;
    line-height: 36px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
    vertical-align: top;
}
 a.primary-button:hover {
    background: #61caf1;
}

a#register{
	font-size: 15px;
}

a.primary-button-centered:link , a.primary-button-centered:visited {
    display: inline-block;
    background-color: #00AEEE;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 0 #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 22px;
    line-height: 15px;
    height: 17px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
    vertical-align: center;
}
 a.primary-button-centered:hover {
    background: #61caf1;
}


#okMsg{ background: #c8ffbf; border: 1px solid #a2ef95; margin: 0 0 1.5em 0; padding: 1.5em; text-align: center;
                   /* CSS3 */
                   border-radius:         4px;
                   -webkit-border-radius: 4px;
                   -moz-border-radius:    4px;
                   -o-border-radius:      4px;
                   -khtml-border-radius:  4px;
                 }
    #okMsg p{ margin: 0 0 10px 0; }

#wrapper {
    width: 940px;
    padding: 0px 10px 0px 10px;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
}

.homepageLeftBox {
    background-color: #00AEEE;
    border: medium none;
    border-radius:         4px;
    -webkit-border-radius: 4px;
    -moz-border-radius:    4px;
    -o-border-radius:      4px;
    -khtml-border-radius:  4px;
    box-shadow: 1px 1px 0 #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 10px 20px 10px;
    line-height: 24px;
    font-size: 20px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
    vertical-align: top;
}

/* HEADER STYLES
__________________________________________________*/

#header {
    width: 940px;
    height: 113px;
    position: absolute;
    left: 10px;
    top: 0;
}


    #header h1 {
        position: absolute;
        top: 5px;
        left: 0;
    }

    /* MAIN MENU STYLES
    __________________________________________________*/

    #main-menu {
        position: absolute;
        left: 0;
        top: 68px;
    }

        #main-menu li {
            float: left;
        }

             #main-menu li.active {
                 height: 45px;
                 background: url(../images/main-menu-active.png) center bottom no-repeat transparent;
             }
             
             #main-menu li.inactiveChannel {
                background-image:url(../images/bg-blue.png);
             }
             #main-menu li.activeChannel {
                 height: 45px;
                 background: url(../images/main-menu-active.png) center bottom no-repeat transparent;             
             }

             #main-menu li a:link, #main-menu li a:visited {
                display: block;
                height: 39px;
                line-height: 39px;
                padding: 0 13px;
                font-size: 12px;
                font-weight: bold;
                color: #003667;
                text-decoration: none;
                 margin-left: -1px;
             }

             #main-menu li.active a:link, #main-menu li.active a:visited, #main-menu li a:hover{
                padding: 0 12px;
                border: solid #bcbcbc;
                border-width: 0 1px 0 1px;
                background: white;
                color: #00aeee;
                margin-left: -1px;
             }

             /* SECOND MENU STYLES
             __________________________________________________*/
            .second-menu{
                margin-bottom:50px;
            }
            .second-menu li {
                float:left;
                margin-right:10px;
                font-size:12px;
                font-weight: bold;
              }
            .second-menu li a{
                text-decoration: none;
              }


/* CONTENT GLOBAL STYLES
__________________________________________________*/

#content {
    width: 940px;
    padding-top: 133px;
    margin-bottom: 40px;
}


    /* BREADCRUMBS STYLES
    __________________________________________________*/

    #breadcrumbs {
       margin: 10px 0;
    }

        #breadcrumbs li {
            float: left;
            margin-right: 5px;
        }

    #homepage {
        position: relative;
        margin-bottom: 70px;
    }

    #homepage p {
       line-height: 130%;
       margin-bottom: 15px;
    }

    #homepage a {
        margin: 0 auto;
    }

    .advertiser-column {
        float: left;
        width: 490px;
        padding: 10px 10px 20px 10px;
        line-height: 16px;
    }
    .advertiser-column li{
    	margin-top: 10px;
    	margin-left: 12px;
    }

    .publisher-column {
        float: right;
        width: 360px;
    }
    
    .bullet {
    	list-style-type: disc;
    }
    
    .number {
    	list-style-type: decimal;
    }

    /* DASHBOARD STYLES
    __________________________________________________*/

    #dashboard-content {
    	font-size: 14px;
        padding: 20px;
        border: 1px solid #afb7c0;
        background: white;

        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;

       /* min-height: 500px;  TEMP */
    }
    
		/*
        #dashboard-content h3 {
            margin: 0 -10px 0 -10px;
        }
		*/
            #dashboard-content h3:first-child {
                margin-top: -10px;
            }

		#dashboard-content .details-table {
    		width: 100%;
    		border-collapse: collapse;
    		margin-bottom: 30px;
    	}
    		#dashboard-content .details-table tr {
    			height: 30px;
    			line-height: 30px;
    			border-bottom: 1px solid #EFEFEF;
    		}
    		
    		#dashboard-content .details-table td:first-child {
    			width: 200px;
    			padding-left: 10px;
    			font-weight: bold;
    		}
    		
    		#dashboard-content .details-table tr:last-child {
    			border: 0px;
    		}
    		
    		#dashboard-content height {
	    		min-height: auto;
	    	}
	    
	    #dashboard-content .buttons {
    		width: 100%;
    		border-collapse: collapse;
    		margin-bottom: 30px;
    		margin-top: 30px;
    	}	
    		
    		#dashboard-content .buttons tr {
    			height: 60px;
    			line-height: 60px;
    			border-bottom: 1px solid #EFEFEF;
    		}
    		
    		#dashboard-content .buttons td {
    			width: 200px;
    			text-align: center;
    			font-weight: bold;
    		}
    		
    		#dashboard-content height {
	    		min-height: auto;
	    	}


    /* INNER CONTENT STYLES
    __________________________________________________*/

   #inner-content p {
       line-height: 130%;
       margin-bottom: 15px;
   }




        /* TABLE LISTING STYLES
        __________________________________________________*/
       .dataTables_wrapper {
           margin-bottom: 20px;
           /*margin-top: 20px;*/
       }

       .table-listing {
           width: 100%;
           font-size: 12px;
       }

            .dataTables_wrapper .ui-toolbar {
                font-weight: normal;
                padding: 5px;
            }

            .dataTables_length {
                float: left;
                width: 40%;
            }

            .dataTables_filter {
                float: right;
                text-align: right;
                width: 50%;
            }

                .uniForm .dataTables_wrapper .dataTables_length select {
                    width: auto;
                    float: none;
                }

                .uniForm .dataTables_filter label
                {
                    width: auto;
                    display: inline;
                    margin: 0px;
                    cursor: default;
                }

                .uniForm .dataTables_filter input
                {
                    padding: 2px;
                    border: 1px solid #F0F0F0;
                    border-style:inset;
                }

            table.table-listing thead th {
                padding: 8px 0 8px 10px;
            }
            table.table-listing thead th:first-child {
            	border-left: 1px solid #AAAAAA;
            }
            
            table.table-listing thead th:last-child {
            	border-right: 1px solid #AAAAAA;
            }

            table.table-listing thead th div.DataTables_sort_wrapper {
                padding-right: 10px;
                position: relative;
            }

            table.table-listing thead th div.DataTables_sort_wrapper span {
                margin-top: -8px;
                position: absolute;
                right: 0;
                top: 50%;
            }

            table.table-listing td {
                padding: 10px 10px;
            }
             
	            table.table-listing td.border-top {
	                border-top: 1px solid #AAAAAA;
	            }
            table.table-listing tr {
                border: 1px solid #AAAAAA;
                border-width: 0px 1px;
            }

            table.table-listing tr.odd {
                background: white;
            }

            table.table-listing tr.even {
                background: #F5F5F5;
            }

            table.table-listing td.details, table.table-listing td.actions {
                text-align: center;
            }

            table.table-listing tbody tr.even:hover, table.table-listing tbody tr.even td.highlighted {
                background-color: #DFDFDF;
            }

            table.table-listing tbody tr.odd:hover, #table.table-listing tbody tr.odd td.highlighted {
                background-color: #DFDFDF;
            }

            .dataTables_info {
                padding-top: 0;
            }

            .dataTables_info {
                float: left;
                width: 50%;
            }

            .dataTables_paginate {
                float: right;
                text-align: right;
                padding-top: 0;
                /*width: 800px;*/
            }
            .dataTables_paginate span {
                width: 20px;
            }
            .dataTables_paginate span.first, span.previous, span.next, span.last{
                width: 60px;
            }

        /* PUBLISHER STYLES
        __________________________________________________*/

        .publisherDetails
        {
            border: 1px solid #4f4f4f;
            border-left: none;
            border-bottom:none;
            background-color: #8f8f8f;
        }
        .publisherTableDetails td, .employeeTableDetails td, .messageTableDetails td
        {
            padding:5px 5px 5px 35px;
            font-weight: bold;
        }
        .publisherHeader, .messageHeader
        {
            width: 300px;
            text-transform: uppercase;
            font-weight:bold;
            color:#000;
            padding:10px;
            border-left: 1px solid #4f4f4f;
            border-bottom: 1px solid #4f4f4f;
        }
        .publisher-Details, .employee-Details, .message-Details
        {
            /*width: 300px;*/
            font-weight: normal;
         }
        .publisherBody, .messageBody
        {
            padding:10px;
            border-left: 1px solid #4f4f4f;
            border-bottom: 1px solid #4f4f4f;
            background-color: #fff;
        }


/* FOOTER STYLES
__________________________________________________*/

#footer {
    width: 100%;
    height: 45px;
    background: #dfe1e2;
    margin-top: -46px;
    border-top: 1px solid #fefefe;
}

    #footer-content {
        width: 940px;
        padding: 0px 10px;
        height: 45px;
        margin: 0 auto;
        font-size: 10px;
        color: #333333;
        position: relative;
        background: #dfe1e2;
    }

        #footer-content p {
            float: left;
            font-size: 10px;
            margin-top: 18px;
        }
        
        #footer-content p a{
        	font-weight: bold;
        }

        #footer-content ul { float: left; }

            #footer-content li {
                float: left;
                border-left: 1px solid #9a9b9c;
                padding-left: 8px;
                margin-left: 8px;
                margin-top: 18px;
            }

                #footer-content li a:link, #footer-content li a:visited {
                    text-decoration: none;
                    color: #333333;
                }

                #footer-content li a:hover {
                    text-decoration: underline;
                }

/* GENERATED ADMIN STYLES
__________________________________________________*/


#main-menu li ul{
	display: none;
	position: absolute;
	/*left: -9999px;*/
	border: 1px solid #bcbcbc;
	z-index: 30;
}

#main-menu li:hover > ul{
	top: 39px;
	display: block;
	width: auto;
}

#main-menu li ul li {
	width: auto;
	margin: 0;
	float: none;
	background: url('../images/bg-admin-menu.png') repeat-x;
	padding-left: 1px;
}
#main-menu li ul li:hover {
	background-image: none;
	background-color: #ffffff;
}

#main-menu li ul li a:link, #main-menu li ul li a:visited {
	text-align: left;
	height: 39px;
	background: none;
	line-height: 39px;
	font-weight: bold;
	display: block;
	color: #003667;
	text-decoration: none;
	padding: 0px 16px;
}

#main-menu li ul li:hover > a, #main-menu li ul li a:hover, #main-menu li ul li a.active {
	padding: 0px 16px;
}

#main-menu li ul li:hover > a, #main-menu li ul li:first-child  > a:hover {
	border: 0px;
	background: white;
	color: #00aeee;
	height: 39px;
	line-height: 39px;
	padding: 0px 16px;
}


/*Text align to right
******************************************************************/
.align_right {
	text-align: right;
}

.nowrap {
	white-space:nowrap;
}

.align_center {
	text-align: center;
}

.align_left {
	text-align: left;
	padding-left: 10px;
}


    #info-box fieldset {
    	margin: 0 auto 30px; 
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #cccccc;
        /*padding: 10px 25px 10px 25px;*/
        /*background-color: #fff;*/
        text-align: center; 
		width: 300px;
    }

        #info-box legend {
            font-size: 18px;
            color: #999999;
            padding: 0 0 0 10px;
            background-color: #fff; 
            border: 1px solid #fff;
            -moz-border-radius: 5px;
	        -webkit-border-radius: 5px;
	        -khtml-border-radius: 5px;
	        border-radius: 5px;
        }
        
#errorMsgGen{
	background: #ffdfdf; border: 1px solid #f3afb5; margin: 0 0 1.5em 0; 
	padding: 10px;
	border-radius:         4px;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	-o-border-radius:      4px;
	-khtml-border-radius:  4px;
}
	#errorMsgGen li {
		margin-top: 5px;
	}

#from, #to { 
	width: 70px;
	padding-left: 6px; 
}

#comments { padding-left: 6px; }
#divContentMessage textarea { padding-left: 4px; }

.tdCell {
    border-style: solid; 
    border-width: 1px; 
    border-color: #AAAAAA;
}

table.table-listing thead .thCell {
	border: 1px solid #AAAAAA;
	background: #E6E6E6;
	padding-left: 0px;
	text-align: right;
	font-weight: bold;
}

.textColorBlue {
	color: #00AEEE;
}

table.noBackgroundTable tr.even {
	background: none;
}

table.noBackgroundTable tr.total {
    background: none repeat scroll 0 0 #E6E6E6;
    font-weight: bold;
}

    table.noBackgroundTable tr.total td:first-child{
        background-color: white;
        border-bottom: 1px solid #AAAAAA;
    }

#newsSelect {
	width: 170px;
}

.websiteLanguages {
	line-height: 20px;
}