/* ---------------------------------------------------------------------
* Filename:            coruna_portal.css
* Description:         Design for the moveon 4 Publisher
* Version:             0.0.9 (20/02/2015)
* Website:             moveon4.com
* Author:  			   Luciana Purcaru
* --------------------------------------------------------------------- 
*/
body {
  background: #fff;
  color: #4a4a4a;
  font-size: 12px;
 line-height: 18px;
  padding-top: 0px;
}

.header {
  display: none;
}

.pageCover {
  width: 950px;
  padding: 40px 0px 0px;
  border: none;
  background: url("https://static.moveon4.com/es-udc/images/logo.jpg") no-repeat scroll 640px 20px #FFFFFF;
}
.formHeader {
    text-transform: uppercase;
    border-bottom: 1pt solid #dddddd;
 color: #666666;
	font-size: 20px;
	font-weight: normal;
}
.pageCover h1 {
  font-size: 20px;
  border-bottom: 0;
  color: #666666;
   border-bottom: 1pt solid #666666;
  text-transform: uppercase;
  font-weight: 100 !important;
}

.vMenu {
    display: none;
	}
	.wizardNavigation {
    display: none;
	}
.wizardTitleBar {background: none repeat scroll 0 0 transparent;}
.wizardTitle {
    color: #4a4a4a;
    font-family: Calibri,"Gill Sans","Trebuchet MS",sans-serif;
	    font-weight: 100 !important;
		}

#languageButtons{
     top: -33px;
     z-index:10;
     float: left;
     left: -16px;
     position: relative;
	 font-size: 11px;
}
li.currentLanguage {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #4a4a4a;
    font-weight: 700 !important;
    padding: 0 5px;
	border-bottom: 4px solid #32a0db;
}

#languageButtons li {
    float: left;
    list-style-type: none;
    margin-left: 5px;
}

legend {
font-weight: normal;
}
.pageContent{ border: medium none;}
.formContainer fieldset > legend, .searchBox .searchHeader {
    background: none repeat scroll 0 0 #fff;
	color: #666666;
}
.ko-grid thead tr th {
    background-color: #fff;
	color: #666666;
}
input[type="submit"], button, input[type="reset"], .button, .nicEdit-pane input[type="submit"] {
    background: none repeat scroll 0 0 #444444;
    
}
input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover, .nicEdit-pane input[type="submit"]:hover {
  background: #d6108d;
}
.loginBar {
 top: 75px;
  right: 170px;
}