/**
 *    Skrci.me Core
 *    Skin: default
 *    Used on: -> global core styles
 *
 *    @author  David Panzalović (david@visoo.eu)
 *    @version 1.0
 **/

/* =Common
----------------------------------------------- */
body {
	font-size: 12px;
    font-family: Helvetica, Arial, Verdana;
    background: #FFF;
    color: #4b4b4b;
}

a {
	text-decoration: underline;
    color: #749eab;
}
a:hover {
	text-decoration: none;
}

/* =Navigation
----------------------------------------------- */
#top_navigation li {
    background: url(../../../images/menu_divider.png) no-repeat right;
}

#top_navigation li.l {
    background: none;
}

    #top_navigation li.login {
        background: none;
    }
    
    #top_navigation li.logged_in_as {
        background: url(../../../images/menu_divider.png) no-repeat right;
        font-size: 11px;
        color: #878787;
        padding-top: 1px;
    }

        #top_navigation li.login input {
        	background: #E4F1F3 url(../../../images/login_sprite.png) no-repeat 0 -2px;
            font-size: 11px;
            border: 2px solid #E4F1F3;
            color: #808080;
        }
        
        #top_navigation li.login input.pass{
        
        	background: #E4F1F3 url(../../../images/login_sprite.png) no-repeat 0 -32px;
        }
        
        #top_navigation li.login input.e {
            border: 2px solid #FF0000;
        }

#version_txt {
	display: none;
	float: right;
	position: absolute;
	left: 50%;
	top: 136px;
	margin-left: 108px;
    color: #ff9f00;
}

.version_num {
	display:none;
    color: #DCDCDC;
    text-decoration: none;
}

#loader, #toplinks_loader {
    display:none;
    width: 100%;
    height: 16px;
    background: url(../../../images/ajax-loader.gif) no-repeat center;
}

#loader_blue {
	display:none;
    height: 16px;
	background: url(../../../images/ajax-loader_blue.gif) no-repeat center;
	height:16px;
	margin-right:14px;
	margin-top:-14px;
	position:absolute;
	right:0;
	width:16px;
}
        
#top_navigation_left li {
    background: url(../../../images/menu_divider.png) no-repeat right;
}

#top_navigation_left li.l {
    background: none;
}

/* =Ads
----------------------------------------------- */
#ads {
	border-top: 1px solid #CCDFE3;
}

#ads:hover {
	border-top: 1px solid #9AC0C8;
}

	#ads > dt > span {
		font-size: 10px;
		font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
		background-color: #fff;
		border: 1px solid #fff;
		color: #99BFC7;
	}
	
	#ads:hover > dt > span {
		background-color: #CCDFE3;
		color: #878787;
	}
	
	#ads > dd img {
		border: 2px solid #CCDFE3;
	}
	
	#ads > dd h3 {
		font-weight: bold;
		color: #FF9E2D;
	}
	
	#ads:hover > dd h3 {
		color: #F38B00;
	}

	#ads > dd p {
		font-size: 11px;
		text-align: justify;
		color: #999;
	}
	
	#ads:hover > dd p {
		color: #333;
	}
	
	#ads > dd a {
		font-size: 10px;
		text-decoration: none;
		color: #FF9E2D;
	}

	#ads:hover > dd a {
		text-decoration: underline;
		color: #F38B00;
	}