/* title.css */

.title {
	font-size: 20px;
	color: #8899aa;
}


/* languageItem.css */

.languageItemNormal {
	font-size: 12px;
	font-variant:small-caps;
	color: #b4bcca;
	margin-bottom: 5px;
	cursor: pointer;
}

.languageItemSelected {
	font-size: 12px;
	font-variant:small-caps;
	color: #ffffff;
	margin-bottom: 5px;
}


/* loading.css */

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



/* milkbox.css */

/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(/images//milkbox/loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbImage{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink{
	outline:none;
	display:block;
	float:right;
	height:20px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:17px; }
#mbPrevLink{ background: transparent url(/images//milkbox/prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(/images//milkbox/next.gif) no-repeat; }/* IMAGE: next */

/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; }

#mbCloseLink {
	width:20px;
	background: transparent url(/images//milkbox/close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}




/* index.css */

* {
	outline-width: 0px;
	outline-style: hidden;
	-moz-outline: 0px;
}

html {
			overflow-y: hidden;
	}

body {
	font-family: Verdana;
  	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0 none;
}

form {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #d7ccdf;
	text-decoration: underline;
}

a:hover {
	color: #3b2749;
	text-decoration: underline;
}

#content {
	overflow: auto;
	color: #000000;
}

#content a:link, #content a:visited {
	color: #000000;
	text-decoration: underline;
}

#content .imageBorder {
	float: right;
			border: 1px solid #aabbcc;
;
		padding: 2px;
	margin-left: 10px;
}

#indexHeader {
	color: #ffffff;
	background-image: url(/images/indexHeaderLeft.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 177px;
	padding-left: 20px;
}

#indexHeaderText {
	font-size: 10px;
	padding-top: 92px;
}

#indexHeader a:link, #indexHeader a:visited{
	color: #ffffff;
}

#indexHeaderMiddle {
	background-image: url(/images/indexHeaderMiddle.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#indexTabIcon {
	padding-right:427px;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 203px;
}

/* menu */
#indexTabs {
	background-position: 0 0;
	background-repeat: repeat-x;
	width: 100%;
	white-space: nowrap;
}

#indexTabLeftSpace {
	padding-left: 34px;
	background-image: url(/images/indexTabLeftSpace.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#indexTabSelectedLeftRight {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 24px;
	white-space: nowrap;
}

#indexTabSelectedMiddle {
	padding-top: 13px;
	background-position: 0 0;
	background-repeat: repeat-x;
	white-space: nowrap;
	color: #888888;
	vertical-align: top;
	font-size: 11px;
}

#indexTabMiddle {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px; 
	white-space: nowrap;
	vertical-align: top;
	font-size: 11px;
	height: 22px;
}

#indexTabMiddleLink {
	display: block;
	height: 28px;
}

#indexTabMiddle a:link, #indexTabMiddle a:visited {
	color: #ccddff;
	text-decoration: none;
}

#indexTabMiddle a:hover {
	color: #ffffff;
	text-decoration: none;
}

#indexTabSeperator {
	padding-left: 10px;
	background-image: url(/images/indexTabSeperator.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
}

.vivizioCopyright {
	cursor: pointer;
	font-size: 10px;
	color: #667799;
}


