@CHARSET "UTF-8";


.page
{
	margin: 0px 0px 0px 0px;
}

.separator
{
	height:65px;
}


.sectionTitle
{
	margin: 0px 0 -5px 0;
}

.itemDetails
{
	margin-left: 20px;
}

.paperIndex
{
	font:bold;
	margin-right:10px;
	color:#555
}

.projectPanel
{
	margin: 20px 10px 20px 0;
	padding: 5px 5px 10px 5px;
}




html {
     overflow: -moz-scrollbars-vertical;
     overflow-y: auto;
}

p{
	font-size:1.15em;
	
}

ul {
    padding-left:15px;
    font-size:1.15em;
}

li{
	margin-bottom: 5px;
}​




.bold
{
	font-weight: bold;
}


.border {
	margin:0px 5px 5px 5px;
	border: 1px dotted #FFF;
	border-right: none;
	border-left: none;
	border-bottom: none;
	clear: both;
} 

.clear {
	clear:both;
}

.round {
	border-radius: 5px;
}

.shadow {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.block {
	display:block;
}




.blue {	
	background-color: #165F8C !important;
	color: #EBEBEB;
}

.white {
	background-color: #fff !important;
	color: #444;
}

.whiteFont
{
	color: #FFF;
	opacity:1;
}


.boldFont
{
	font-weight: bold;
}


.blackBack
{
	background-color:black !important;
}

.footer {	
	line-height: 1;
	color: #999999;
	height:150px;
	margin: 0px 10px 10px 10px ;
	/* border-top: 1px dotted rgba(0, 0, 0, 0.1); */
    padding: 0;
	background-color: #fff;
	max-width: 1000px;
}

.footer .row {
	padding:15px 0;
}

.mousePointer
{
   cursor:pointer;      
}


@media (min-width: 980px) {
    .topmenufixed {
        padding-top: 50px;
    }
} 


#loading {
    width:100%;
    height: 100%;
    z-index: 101;
    opacity:0.6;
	filter:alpha(opacity=60);
    position: absolute;
    display: none;
    top:0;
    left:0;
    background-color: #ffffff; /* for demonstration */
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px; /* -1 * image width / 2 */
    margin-top: -50px;  /* -1 * image height / 2 */
    display: block;     
}
