/* index.css */

* {
	font-family: arial;
	outline: none;
	outline-width: 0px;
	outline-style: hidden;
}

a {
	text-decoration: none;
}

form {
	padding: 0px;
	margin: 0px;
}

html, body {
	font-size: 12px;
	color: #777;
	cursor: default;
	margin:0px;
	padding:0px;
	background: url('/images/index_bg.jpg') top left repeat;
}

.focus {
	color: #555565;
}

.selected {
	color: #4f4f5f;
}

img {
	border: 0px;
}

#container_content a, a:VISITED {
	color: #555;
	border-bottom: 1px dashed #bbb;
	cursor: pointer;
}

#container_content a:HOVER {
	color: #333;
	border-bottom: 1px solid #333;
	cursor: pointer;
}

#container_head a, a:VISITED {
	color: #fff;
	border-bottom: 1px dashed #fff;
	cursor: pointer;
}

#container_head a:HOVER {
	color: #6f390d;
	border-bottom: 1px solid #6f390d;
	cursor: pointer;
}

#container_head {
	color: #fff;
}

.title {
	font-size: 14px;
	font-weight: bold;
}

.date {
	font-size: 10px;
}

.imageBorder {
	border: 1px solid #bbbbbb;
	padding: 2px;
}

.vivizioCopyright {
	cursor: pointer;
	font-size: 10px;
	color: #888888;
}

.clear {
	clear: both;
	line-height: 0px;
}



/* loading.css */

/* loading */
#loading {
	display:block;
	position: absolute;
	background-color: #fff;
	vertical-align: middle;
	overflow: hidden;
	z-index: 999999;
}

#loadingText {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}


/* menu.css */

.menu {
	font-size: 14px;
	text-align: left;
}

.menuText {
	color: #777;
}

.menuTextOver {
	color: #333;
}




/* menuItem.css */

.menuItem {
}

.menuItemText {
	color: #777;
}

.menuItemTextOver {
	color: #333;
	background: #e9e9e9 url("/images/index_sub_menu_item_over.jpg") left top repeat-x;
}

.menuItemTextSelected {
	color: #fff;
	background: #c1c1c1 url("/images/index_sub_menu_item_selected.jpg") left top repeat-x;
}

.menuItemLi {
}

.menuItemLiOver {
}

.menuItemLiSelected {
}


/* heading1.css */

.heading1 {
	color: #777;
	font-size: 18px;
	text-align: left;
	padding-bottom: 0px;
}


