@charset "utf-8";

/* CSS layout */

#myHeader {
	height: 70px;
	padding: 10px 0px 10px 0px;
	background-color: #FFF;
	
} 

#myLoginbar {
	
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	text-align: right;
}

#boxStyle1 {
	
	float: left;
	
} 

#boxStyle2 {
	
	float: right;
	text-align: right;
	
}

#boxStyle3 {
	
	float: left;
	height: 20px;
	line-height: 20px;
	
} 

#boxStyle4 {
	
	height: 20px;
	line-height: 20px;
	padding-top: 10px;
	
} 

/* CSS classes */

.myBackground {
	
	background-image: url(images/skin/myBackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
}

.myTitlebar1 {
	
	height: 40px;
	line-height: 40px;
	background: url(images/skin/myTitlebar1.png) 0px 0px repeat-x;
	cursor: pointer;
	
}

.myTitlebar2 {
	
	height: 30px;
	background-color: #404e69;
	/* background: url(images/skin/myTitlebar2.png) 0px 0px no-repeat; */
}

.myIcon1 {
	
	width: 15px;
	height: 40px;
	margin-left: 10px;
	background: url(images/skin/myIcon1.png) 0px 10px no-repeat;
	
}

.myIcon2 {
	
	width: 15px;
	height: 40px;
	background: url(images/skin/myIcon2.png) 0px 15px no-repeat;
	
}

.myCursor {
	
	cursor: pointer;

}


/* CSS typography */

.myLink1 a:link {
	
	color: #999;
	text-decoration: none;
	
}

.myLink1 a:visited {
	
	color: #999;
	text-decoration: none;
	
}

.myLink1 a:hover {
	
	color: #000;
	text-decoration: none;
	
}

.myLink2 a:link {
	
	color: #a1c9de;
	text-decoration: none;
	
}

.myLink2 a:visited {
	
	color: #a1c9de;
	text-decoration: none;
	
}

.myLink2 a:hover {
	
	color: #FFF;
	text-decoration: none;
	
}

.myH1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
	zoom: 1;

}

.myH2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #888;
	zoom: 1;

}

.myH3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	zoom: 1;

}

.myH4 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #000;
	zoom: 1;

}

.myH5 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #FFF;
	zoom: 1;

}

.myH6 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFF;
	zoom: 1;

}
