﻿html {
   background-color:white;
   /*background-image: url("../Style/Images/icon.png");
    background-repeat: repeat;
    background: url(../Stile/Images/icon.png) repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;*/ 
   font:12px/16px "segoe ui",arial,sans-serif;
}



#body {
   min-width:1024px;
     /*margin-bottom: 120px;*/
    font-family:Bell Gothic Std;
    margin:0px;
    padding:0px;
     
}
#conteiner {
    position: relative;
    min-width:1024px;
    min-height:700px;
    background: url(Images/header_bg.jpg) repeat-x top center;
    margin:0px -8px 0px -9px;
    padding:0px;
}
.footer, .footer_Baners {
    width:100%;
    color:white;
    min-height:150px;
    /*background: url(Images/footer.jpg) repeat;*/
    /*background-color:blue;*/
    margin:25px 0px 0px -9px;
    padding-right:17px;
}
.footer {
    font-size:18px;
}
#rotator {
    position:absolute;
    top:140px;
    height:550px;
    width:100%;
    /*border:2px solid red;*/
    z-index:-100;
}
#header {
    margin: auto;
    width:1024px;
    position: relative;
    height:140px;
}
#headerJobs {
    margin: 5px;
    /*width:1024px;*/
    position: relative;
    height: 140px;
}
.leftBox {
    position: absolute;
    top: 5px;
    left: 0;
    height: 70px;
}
.rightBox {
    position: absolute;
    top: 5px;
    right: 0;
    height: 70px;
}
.mainMenu{
    position: relative;
    top: 90px;
    left: 0;
    height: 50px;
}

a:link {text-decoration:none;}    /* unvisited link */
a:visited {text-decoration:none;} /* visited link */
a:hover {text-decoration:underline; cursor:pointer;}   /* mouse over link */
a:active {text-decoration:underline;}  /* selected link */

.nameDiv{
    font-size:25px;
    min-height:30px;
}
.nameDiv a {font-size:15px;}    /* unvisited link */

.ErrorDiv {
    color:red;
    font-size:14px;
    text-align:center;
    background-color:#ff8383
}


.checkBoxList {
    border:solid 1px;
    OVERFLOW-Y:scroll; 
    WIDTH:250px; 
    HEIGHT:100px;
    font-size:10px;
}

.VerifyLabelRed, .VerifyLabelGreen {
    font-size:24px;
    padding:18px 120px 18px 120px;
    margin-bottom:20px;
    color:white;
}.VerifyLabelRed {
    background-color:#c10a0a;
}
.VerifyLabelGreen {
    background-color:green;
}

.main_content, .footer_main_content {
    margin-bottom: 0px;
     width: 1024px;
     /*width:100%;*/
    margin: 0 auto;
    position:relative;
    background-color:rgba(255,255,255,0.90);
    padding:10px 10px 20px 10px;
    font-size:14px;

    /*background-image: url(../Style/Images/ContentBottom.png);
    background-position:bottom;
    background-repeat:repeat-x ;*/
}
.footer_main_content {
    font-size:12px;
}
.footer_main_content_1, .footer_main_content_2 {
    margin-bottom: 0px;
     width: 1024px;
    min-height:170px;
    margin: 0 auto;
    position:relative;
    padding:10px 10px 20px 10px;
    color:#262e53;
    /*background-image: url(../Style/Images/ContentBottom.png);
    background-position:bottom;
    background-repeat:repeat-x ;*/
}
.footer_main_content_1 {
    background-image:  url(Images/footer1.jpg);
}
.footer_main_content_2 {
    background-image:  url(Images/footer2.jpg);
}
.footer_Baners {
    /*width:100%;
    padding:0;
    margin: 0;*/
    min-height:150px;
    color:#262e53;
    border-bottom:solid 2px #cfcfcf;
    border-top:solid 2px #cfcfcf;
}



 .rerButtonRed,.rerButtonGreen, .rerButton, .rerButtonOrange {
	background-color:#d11500;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0px;
	display:inline-block;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	min-width:80px;
	text-decoration:none;
	text-align:center;
    cursor:default;
    border:0px;
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}.rerButtonRed:hover {
	background-color:#ff2e2e;
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;

}

.rerButtonGreen {
	background-color:#367000;
}
.rerButtonGreen:hover {
    background-color: #408a04;
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}



.rerButton {
	background-color:#cfcfcf;
    color:#575757;
}
.rerButton:hover {
	background-color:#b3b3b3;
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}

.rerButtonOrange {
	background-color:#f6b33d;
    color:#752900;
}
.rerButtonOrange:hover {
    background-color: #f0a416;
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}





.editeButton {
    background: url(../Style/Images/EDIT.png);

}.deleteButton {
    background: url(../Style/Images/delete.png);

}.downloadButton {
    background: url(../Style/Images/DOWNLOAD.png);

}
.deleteButton,.downloadButton,.editeButton {
    margin: 0; 
    padding: 0;
    display:inline-block;
    height: 25px;
    width: 25px;
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}

.toolTipMessage, .toolTipError, .toolTipAlert {
    font-size:20px;
}