/* @group YS styles */

/* @group Menu */

.ul_adminMenu{
	list-style-type: none;
	font-size: 1.2em;
}

.ul_adminMenu li a{
	color: #b3b3b3;
	display: block;
	text-shadow: 0px 1px 0px #ffffff;	
	text-decoration: none;
	padding-left: 10px;
	height: 25px;
}

.ul_adminMenu li a.current {
	color: #666666;
	font-weight: bold;
}

.ul_adminMenu li a:hover{
	color: #066fd4;
}




/* @end */

/* @group Buttons */

.form_GotoEditMode {
	display: inline;
	margin: 0;
	padding: 0;
}

.gotoEditModeButton {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}

.addButton {
	width: 20px; 
	height: 20px;
	cursor: pointer;
	background-image:url(../../../images/buttons/addButton.gif);
}

.removeButton {
	width: 20px; 
	height: 20px;
	cursor: pointer;
	background-image:url(../../../images/buttons/minusButton.gif);
}

/* @end */

/* @group Messages */

.errorMessage 
{
	/* Added by Aram */
	color:red;
	font-weight:bold;
	font-size:11px;
	background-color: #FFCCFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: thin solid #CC0000;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.successMessage 
{
	/* Added by Aram */
	color:green;
	font-weight:bold;
	font-size:11px;
	background-color: #09ffd1;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: thin solid #006600;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.otherMessage 
{
	/* Added by Aram */
	color: navy;
	font-weight:bold;
	font-size:11px;
	background-color: #99CCFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: thin solid #0066FF;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

/* @end */

/* @group Text */

.filesize {
	color: #585858;
}

.link {
	color: #066fd4;
	cursor: pointer;
}

.publish_date {
	color: #808080;
	font-size: 9px;
}

.selected, a.selected {
	font-weight: normal;
	border: 1px solid #438dff;
	background-color: #e7f1ff;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
}

.small {
	font-size: 0.8em;
}

.visitor {
	color: #00b900;
}

.special {
	color: #197eb9;
}

.changed {
	font-style: italic;
}

.author {
	color: #8c8293;
}

/* @end */

/* @group Divs */

.div_articles {
	display: none;
} 


div.htmltooltip{
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 1000;
	left: -1000px;
	top: -1000px;
	background: #0074dd;
	border: 0px solid #066fd4;
	color: white;
	padding: 2px;
	margin-top: 4px;
	/*width: 250px; /*width of tooltip*/
}

div.media_description{
	white-space: nowrap;
	text-align: left;
}



/* @end */

/* @group Tables */

.table_articles {
	background-color: #e7f1ff;
	/*border-bottom: 1px solid #438dff;
	/*border-left: 1px solid #438dff;
	border-right:  1px solid #438dff;*/
}

.table_magazinelist td {
	vertical-align: top;
}

.table_medialista tbody td {
	vertical-align: top;
}

.table_medialista tbody tr.selected_media td {
	background-color: #e6f2fe;
}

.table_medialista tbody tr.selected_media>td {
	border-bottom: 1px solid #4691ff;
}

.table_magazinelist,
.table_medialista,
.table_vuorolista
 {
	border-collapse: collapse;
}
 
.table_magazinelist td,
.table_medialista td, 
.table_vuorolista td
{
	padding: 3px;
}

.table_magazinelist th, 
.table_medialista th, 
.table_vuorolista th {
	padding-bottom: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-left: 12px; /*Tablesorter needs space*/
}

.row_border_bottom th, row_border_bottom td {
	border-bottom: 2px solid #4691ff;
}

.row_border_top th, row_border_top td {
	border-top: 2px solid #4691ff;
}

.col_even {
	background-color: #e7f1ff;
}

/* @end */

/* @end */