﻿body {
	/*background: #ececec url(img/bg.gif) repeat-y fixed bottom center;*/
	background-color: #e8edf1;
	/*color: #ececec;*/
	margin: 20px 0;
	text-align: center;
	font-family:  arial, verdana, tahoma, helvetica, verdana, sans-serif;
	font-size: 12px;

}

input, textarea
{
    border: solid 1px #505050;
}

.blueButton
{
    border: solid 1px #C8D5FB;
    background-color: #F7FBFF;
    padding: 1px 6px 1px 6px;
}

.form_line
{
    border-top: solid 1px #cfdfea;
}

.button
{
    border: solid 1px #505050;
    padding: 1px 7px;
}

.header {
	background: #FFF;
	/*border-bottom: 1px solid #cfdfea;*/
    color:#5F96BF;
    font-size:14px;
    font-weight:bold;
    line-height:2em;
    text-align:center;
}

.main {
	background: #FFF;
	border: 2px double #EEE;
	border-color: #ececec;
	margin: 20px auto 4px auto;
	text-align: left;
	/*width: 980px; */

        margin: 20px;

}
.container {
	margin: 10px;
}


.menu a
{
    text-decoration: none;

	/*
    background: #ededed;
    border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
    */
	text-align: center;
	color: #666;
	float: left;
	padding-top: 6px;
	width: 146px; height: 28px;
	background: #EEE url(img/menu.gif) no-repeat;

}

.menu a.menu_active
{
 /*background-color:#DDDDDD;*/
 background: #EEE url(img/bgmenu_active.gif) repeat-x;
 font-weight:bold;
 border-color: #ececec;
}

.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #555;
}
.menu a.last {
	/*
    width: 150px;
	border-right: none;
    */
}

.content {
	/*background: #F5F5F5;*/
	padding: 10px;
	border-top: 1px solid #cfdfea;
	clear: both;
}

.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}

.footer
{
	padding: 5px;
	background: #f2f6f9;
	color: #666;
}
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #AAA;}
.footer .right a:hover {color: #444;}

.left {float: left;}
.right {float: right;}
.clearer {clear: both;}

.errorMessage
{
    border:1px solid #CD0A0A;
    color:#CD0A0A;
    padding: 3px;
}

.attachment_element
{
    border:1px solid #EEEEEE;
    color: #222222;
    padding: 3px;
    width: 100%;
}

.comment_element
{
    border:1px solid #EEEEEE;
    color: #222222;
    padding: 3px;
    width: 100%;
}

.internal_comment_element
{
    border:1px solid #EEEEEE;
    color: #222222;
    padding: 3px;
    width: 100%;
    background-color: #FAFAdA;
}

.show_link
{
    text-decoration: none;
    color: #555;
    font-weight: bold;
}




.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 13px;
    height: 18px;
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    margin: 0;
    padding: 0;
    background-image: url(img/windows-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
}
.WindowsStyle .ajax__combobox_itemlist
{
    border-color: #7F9DB9;
}


/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}
