﻿.page_logo
{
    background-image: url('./img/inewslogo.png');
    background-position: left bottom;
    width: 500px;
    height: 65px;
    background-repeat: no-repeat;
    float: left;
    position: relative;
}

.article_title
{
	font-size: 16px;
	font-weight: bold;
	/*left: 10px;*/
	position:relative;
	
}

.article_text
{
	width: 90%;
	margin: 0px auto;
}

.article_goback
{
	width:95%;
	margin: 0px auto;
}

a.dialogButton_ok
{
	background: url('../../currtemplate/img/button_ok_dialog.png') left center no-repeat;
	font: 10pt "tahoma";
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	width: 100px;
	float: right;
	bottom: 0px;
	position: relative;
}

a.dialogButton_ok:hover
{
	text-decoration: underline;
}

a.dialogButton_cancel
{
	background: url('../../currtemplate/img/button_cancel_dialog.png') left center no-repeat;
	font: 10pt "tahoma";
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	width: 100px;
	float: right;
	bottom: 0px;
	position: relative;
	margin: 0px 0px 0px 5px;
}

a.dialogButton_cancel:hover
{
	text-decoration: underline;
}

a.dialogButton_util
{
	background: url('../../currtemplate/img/button_utility_dialog.png') left center no-repeat;
	font: 10pt "tahoma";
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	width: 100px;
	float: right;
	bottom: 0px;
	position: relative;
}

a.dialogButton_util:hover
{
	text-decoration: underline;
}

a:hover
{
	font-weight:normal;
}

.settings_title
{
		margin-left: 25px;
    position: relative;
    font-family: Tahoma;
    font-size: 24px;
    color: Black;
    font-weight: bold;
}

.list_box
{
	border: 1px solid #70A4D8;
	background-color: #E6F3FF;
	font-family: Tahoma;
	font-size: 10px;
	color: black;
	line-height: 10px;
	margin: 0px 0px 0px 0px;
	height: 150px;
}

.edit_box
{
	border: 1px solid #70A4D8;
	background-color: white;
	font-family: Tahoma;
	font-size: 12px;
	color: black;
	}

.edit_box:focus
{
	background-color: #E6F3FF;
}

.long_box
{
	width:200px;
}

.combo_box
{
	background-color: #E6F3FF;
	font-family: Tahoma;
	font-size: 12px;	
	border: 1px solid #70A4D8;
	color: Black;
}

.main_body
{
	width:90%;
	margin:0px auto;
}

.link
{
	color:#BD5EB4;
	text-decoration:none;
	font-weight:normal;
}

.link:hover
{
	font-weight:normal;
	text-decoration:none;
}

.msg_box_title
{
	background: #2B5CAB;
	color: #ffffff;
	font-weight: bold;
	width:70%;
	font-size:20px;
	margin:0px auto;
	border:solid 1px #2B5CAB;
}

.msg_box
{
	background: #FBF3DC;
	border: solid 1px #2B5CAB;
	color: #000000;
	font-weight: normal;
	width:70%;
	margin:0px auto;
}

.ajax__calendar_title 
{
	width:150px;
	margin:auto;
	padding:3px;
	color:Black;
}

table
{
	border:0px;
	width:350px;
}

tr
{
	border:0px;
}

td
{
	border:0px;
}

.profile_table
{
	width:350px
}

.profile_table td
{
	text-align:left;
	vertical-align:top;
}

/*Navigation*/
.pnlTop
{
	/*height:50px;*/
	width:70%;
	text-align:right;
	margin:0px auto;
}
