@import "../defaultSkin/defaultSkin.css";
@import "placements.css";

html {
    background-image : url('../../images/star3-bg.png');
    font-family : Times;
}

body {

}

/*I prefer to use vavavaTitleX classes for titles by you are free to use hx if you like*/ 
h1 {
    font-size : 200%;
    font-family : Verdana;
    color : #FF6666;
    text-align: center;
}

h2 {
    font-size : 100%;
    font-family : Verdana;
    color : #FF6666;
}

div.myAccountModulePart
{
	border : solid 1px #BBCCFF;
	margin : 4px;
	float : left;
	text-align : center;
}

div.myAccountModuleSubPart
{
	border : solid 1px #BBCCFF;
	margin : 4px;
	float : left;
	clear : left;
	text-align : center; 
}


a:link {
	color: #88BB88;
	font-size : 110%;
	text-decoration:none;
	}

a:link img {
	color : white;
	border : 0px
	}

a:visited img {
	color : white;
	border : 0px
	}
	
a:visited {
	color: #DD8888;
	font-size : 110%;
	text-decoration:none;
	}

div.legal {
    font-size : 60%;
	text-decoration:bold;
	text-align:center;
}

#includedMainPage{
        min-width: 100px;
        overflow: auto;
        letter-spacing: 0.5px;
        /*padding-left : 0.5em;*/
}

div.modulesMainMenu {
	font-size : 75%;
	border-right : 1px solid #DD8888;
	}
/*========classes for everyone========*/

.highLightedText{
	font-size : 105%;
	background-color : #98CEFD;
	}

div.highLightOnHover
{
	border : solid transparent;
	border-width : 2px;
}

div.highLightOnHover:hover
{
	border : solid #DDDDDD;
	border-width : 2px;
	/*background-color : #FFFFFF;*/
}

div.vavavaSignature
{
	float : right;
	font-size : 70%;
	/*color : #AAAAFF;*/
	border : solid 1px #DDDDDD;

}

.vavavaTitle1
{
	color : #FF6666;
	font-size : 130%;
	margin-bottom : 1em;
	text-align : center;
}

.vavavaTitle2
{
	color : #FF6666;
	font-size : 110%;
	margin-bottom : 1em;
}

/*====+Special ktbdarija=====*/
div.cuteImages{
    opacity : 0.4
}

div.ktbLetter {
	font-weight : bold;
	display : inline;
}

div.key {
	display : inline;
}


div.key:hover {
	border-top: solid 2px #ee9999;
}

div.keys{
    width: 700px;
    overflow: auto;
	font-size : 95%;
	border-bottom: dashed 1px #eecccc;
	padding : 3px;
	text-align :center;
}
#twitter_div{
	max-width: 200px;
	max-height: 130px;
    border : dashed 1px #BBCCFF;
    overflow: auto;
	font-size : 65%;
}
