﻿html, body, form 
{
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	font: normal 14px/1.5em "Segoe UI", Arial, sans-serif;
	cursor: default; 
}

/*Public.master*/
.loginbody 
{
	background: url(../images/background.gif) top left #f9fff9; 
	padding: 0; 
	margin: 0; 
	font-size: 14px;
	
}
.loginTop
{
    width: 962px; 
    margin: 0px auto;
    
}
.loginHeader
{
    
    font-family: arial;
    height: 61px; padding-top: 10px;
	padding-left: 25px;
	background: url('../images/header-background.png') repeat-x left top;
    
}
/* Login page */
.innerboxcontent .title
{
	color:#4888a3;
	font:12px "Segoe UI", Arial, sans-serif;
	margin: 15px, 30px, 0, 0;
	cursor:default;
}
/*login box*/
.titletextstyle
{ 
     background-color: #5D7B9D; 
     font-size: 13px; 
     font-style:normal; 
     color:White; 
     width:260px;
}


.loginbuttonstyle 
{
    background-color: #FFFBFF; 
    border-color : #CCCCCC; 
    border-style:solid; 
    border-width: 1px; 
    font-family: Arial, Helvetica, Sans-Serif; 
    color: #284775;
}

.logincss 
{
    background-color: #F7F6F3; 
    border: 1px solid #c9d2cb; 
    padding: 8px; 
    width: 260px; 
    font-family: Arial, Helvetica, Sans-Serif; 
    color: #333333; 
    font-size: 11px;
    }

/*Master page*/
.topBar
{
	background: #0055ff;
	height: 27px;
    padding:0px 8px 0px 8px;
	color: #ffffff;
	font: bold 12px/27px Arial,Verdana,sans-serif;
}

.topBarLink
{
	
	color: #ffff00;
	font: bold 12px/27px Arial,Verdana,sans-serif;
	text-align:right;
}

.qsfexHeader
{
	background: transparent url('Images/header-bg.gif') 0 0;
	height: 27px;
	text-indent: 9px;
	color: #15428b;
	font: bold 12px/27px Arial,Verdana,sans-serif;
}

.qsfexOtherItems
{
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}

.qsfexOtherItems li
{
	float: left;
	clear: left;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

.qsfexLinkImage
{
	float: left;
	margin: 5px 0 0 0px;
	clear: left;
}

.qsfexOtherItems li a
{
	float: left;
	margin: 5px 0 0 5px;
	font: 12px Arial,Verdana,sans-serif;
}

/*Default page*/

.ToolbarRight
{
    float:left;
}

.btn, .btn:hover, .btn_save, .btn_save:hover, .btn_delete, .btn_delete:hover, .btn_disabled, .btn_disabled:hover,
.btn:visited, .btn:active, .btn_save:visited, .btn_save:active, .btn_delete:visited, .btn_delete:active, .btn_disabled:visited, .btn_disabled:active
{border-style: solid; border-width: 1px; background: url('../Images/btn_fon.gif') repeat-x 0px 0px; text-align: center; text-decoration: none; padding: 3px 5px 3px 5px;}
.btn, .btn:hover, .btn_save, .btn_save:hover, .btn_delete, .btn_delete:hover {color: #15428b; cursor: pointer;}
.btn {border-color: #c4cccc #acb5b5 #5092da;}
.btn:hover {border-color: #95bae4 #77a7dc #5092da;}
.btn_save {border-color: #c4cccc #acb5b5 #2ca826;}
.btn_save:hover {border-color: #86cd83 #5ac355 #2ca826;}
.btn_delete {border-color: #c4cccc #acb5b5 #db7a13;}
.btn_delete:hover {border-color: #e1c389 #eaa45a #db7a13;}
.btn_disabled, .btn_disabled:hover {border-color: #c4cccc #acb5b5 #6f7777; color: #999; cursor: text;}

.detailpane
{
    width: 100%;
	height: 100%;
	/*background: transparent url(../Images/boxBG.jpg) repeat;*/
}

.exampleWrapper
{
	width: 650px;
	height: 100%;
	position: relative;
	color:#333333;
}


.tabpos
{
	top:0px;
	left:10px;
	position:relative;
}

.multiPage
{
	position:absolute;
	top:30px;
	left:10px;

}

.multiPage p
{
	margin-left: 40px;

}

.multiPage ul
{
	list-style: none;
	border-bottom: 1px solid #8d9396;
}
.multiPage label
{
	float:left;
	width: 120px;
	padding-left: 16px;
}

.multiPage li
{
	border-top: 1px solid #8d9396;
	line-height: 23px;
}
.multiPage .pageViewEducation label
{
	width: 220px;
}

.fullheight
{
	margin:0;
	height:100%;
}
/*Text*/
input, select, .control, .text_box, .popup_calendar input, .multiline_text
{font-family: "Segoe UI", Arial, sans-serif; font-size: 12px; color:#606060;}
.control, .text_box_bold
{font-family: "Segoe UI", Arial, sans-serif; font-size: 12px; color:#606060; font-weight:bolder;}
/*box*/

.main_content {width: 100%; padding: 0px;}

.boxcontent {background: #f4fff4; border: 1px solid #c9d2cb; padding: 8px;}
.innerboxcontent {background: url(../Images/boxBG.jpg) repeat; border: 1px solid #D0EBF4; padding: 2px;}
.box_info {background: #f4fff4; border: 1px solid #c9d2cb; padding: 8px; margin-right: 10px; white-space: normal; text-align: justify;}

.box_info_system {background: #f4fff4; border: 1px solid #c9d2cb; padding: 10px; height:20%; white-space: normal; text-align: justify;}
.container_info {background: url(../Images/boxBG.jpg) repeat; border: 1px solid #D0EBF4; padding: 2px;}

.innerboxcontent .title
{
	color:#4888a3;
	font:12px "Segoe UI", Arial, sans-serif;
	margin: 15px, 30px, 0, 0;
	cursor:default;
}
.innerboxcontent .content
{
	color:#606060;
	font:12px "Segoe UI", Arial, sans-serif;
	margin: 15px, 30px, 0, 0;
	cursor:default;
}

.boldtitle
{
	color:#606060;
	font:12px "Segoe UI", Arial, sans-serif;
	margin: 15px, 30px, 0, 0;
	font-weight: bold;
	font-size: 14px;
}
.desctitle
{
	color:#606060;
	font:14px "Segoe UI", Arial, sans-serif;
	margin: 15px, 30px, 0, 0;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0px 5px 10px;
}
.desc
{
	color:#606060;
	font:12px "Segoe UI", Arial, sans-serif;
    
	font-size: 12px;
}
/*Toolbar*/
.Toolbar
{
    width : 100%;
}

/* for KB list view*/
.wrapper
{
    width: 608px;
    border: 1px solid #c9d2cb;
    font-family: "segoe ui" ,arial,sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin-left: 15px;
    margin-top: 15px;
}

.category
{
    empty-cells: show;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}
.category th
{
    background-color: #C3D8F1;
    padding: 5px;
    border-bottom: 1px solid #5D8CC9;
    color: #00156E;
    text-align: left;
    width:130px;
}
.category td
{
    border: 1px solid #D0D7E5;
    border-style: none none solid none;
    padding: 4px 7px 3px 7px;
    color: #00156E;
}
.category th.expand,
.category td.expand
{
    width: 20px;
    padding:0 0 0 3px;
}
.category tr td.expand
{
    border-color:#ECF4FF;
}
.category tr.expanded td,
.articles td.expand
{
    background-color:#ECF4FF;
}
.category tr td.expand img
{
    cursor: pointer;
}
.articles td
{
    padding:0;
    width:auto;
    color: #606060;
}
.articles table
{
    table-layout:fixed;
    border-collapse:collapse;
    width:100%;
}
.articles table td
{
    width:130px;
    padding: 4px 7px 3px 7px;
    padding:3px 3px 3px 7px;
}
.articles a
{
    cursor:  hand;
    text-decoration:underline;
}
.orders table tr:last-child td
{
    border-bottom:none;
}
.centercontent
{
   
    text-align:center;
}

.ToolbarPad
{
    padding-left:100px;
}
/* message DetailsView*/

#message-body
{
	padding: 0 16px 25px;
}

.rfdBlack #message-body a { color: #9EDA29; }
.rfdDefault #message-body a { color: #6C6C6C; }
.rfdForest #message-body a { color: #751A04; }
.rfdHay #message-body a { color: #50B306; }
.rfdOffice2007 #message-body a { color: #606F94; }
.rfdOutlook #message-body a { color: #355D98; }
.rfdSunset #message-body a { color: #5d1f00; }
.rfdTelerik #message-body a { color: #64B33E; }
.rfdVista #message-body a { color: #0F5477; }
.rfdWeb20 #message-body a { color: #38477F; }
.rfdWebBlue #message-body a { color: #38477F; }

.message-view
{
	width: 100%;
}

.message-view ul
{
	margin: 10px 6px;
	padding: 0;
	list-style:none;
	border-bottom: 1px solid #add1ff;
}

.message-view ul h3
{
	margin: 0;
}

.message-view li label
{
	display: inline-block;
	width: 40px;
	color:#6f9dd9;
}