﻿body
{
	padding: 0;
	margin: 0;
	/*background-color: #137799;*/
	background-image: url(../images/vicom_bg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	font: 11px Verdana;
}

h1
{
	font: 15px Verdana;
	color: #43788A;
	font-weight: bold;
	margin: 10px 5px 5px 10px;
}

td
{
	font: 11px Verdana;
}

#wrapper
{
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 10px;
}

.fileup, submit
{
	font: 11px Verdana;
	border: 1px solid black;
}

.uploadbox
{
	margin-left: 45px;
	margin-top: 30px;
}

.toleft
{
	float: left;
	width: 207px;
}

#menu
{
	width: 629px;
	height: 20px;
	background-color: #FFF;
	border-top: 1px solid #000;
	float: right;
	text-align: right;
}

.menuitem
{
	color: #FFF;
	height: 22px;
	width: 130px;
	padding: 2px;
	background-color: #137799;
	list-style-type: none;
	text-align: center;
	border: 1px solid #37B6D3;
	margin: 3px;
	float: right;
}

.hiddenBtn
{
	visibility: hidden;
	display: none;
}

/*#logo
{
	width: 103px;
	height: 49px;
	background-image: url(../images/logo_blue.jpg);
	background-repeat: no-repeat;
	background-color: #137799;
	background-position: 200xp 200px;
	float: right;
	margin-right: 30px;
}*/

#vicomlogo
{
	background-image: url(../images/ViCom_logo.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	width: 146px;
	height: 80px;
	float: right;
	
}

#header
{
	height: 93px;
	width: 775px;
	/*background-image: url(../images/fabory-header-background.jpg);*/
	background-repeat: no-repeat;
	background-color: White;
	margin-left: 30px;
	margin-right: 30px;
	padding-right: 0px;
	padding-left: 0px;
	border: 1px solid black;
	text-align: left;
}

#toolBar
{
	background-color: #fff;
	width: 775px;
	height: 22px;
	border: 1px solid #000;
	margin-top: 2px;
}

#buttonbar
{
	height: 30px;
	margin-top: 80px;
	text-align: right;
}

.barButton
{
	margin-top: 0px;
	height: 22px;
	/*border-left: 1px solid #1DAFE0;
	border-right: 1px solid #1DAFE0;
	border-top: 1px solid #1DAFE0;*/
	float: right;
	margin-right: 0px;
	margin-left: 0px;
	cursor: hand;
	/*font: 11px Verdana;
	text-align: center;*/
}

.helpButton
{
	background-image: url(../images/buttons/Help.png);
	background-repeat: no-repeat;
	width: 121px;
}

.addButton
{
	background-image: url(../images/buttons/Add Project.png);
	background-repeat: no-repeat;
	width: 121px;
}

.excelButton
{
	background-image: url(../images/buttons/Excel.png);
	background-repeat: no-repeat;
	width: 121px;
}

.googleButton
{
	background-image: url(../images/buttons/Google.png);
	background-repeat: no-repeat;
	width: 121px;
}

.reportsButton
{
	background-image: url(../images/buttons/Userreports.png);
	background-repeat: no-repeat;
	width: 121px;
}

.languageButton
{
	background-image: url(../images/buttons/Language.png);
	background-repeat: no-repeat;
	width: 121px;
}

.zipButton
{
	background-image: url(../images/buttons/ZIP.png);
	background-repeat: no-repeat;
	width: 121px;
}

.tableHeader
{
	background-image: url(../images/table_bg_header.jpg);
	background-repeat: repeat-x;
	height: 20px;
}

.content
{
	width: 100%;
	padding-top: 0px;
}

#tabContainer
{
	width: 775px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
}

#tabContainer .ajax__tab_header
{
	text-align: left;
}

#loginPane
{
	font: 11px Verdana;
	width: 400px;
	height: 240px;
	background-color: #FFF;
	margin-top: 150px;
	border: 1px solid #000;
}

#loginPane input
{
	font: 11px Verdana;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid #D4D0C8;
	border-right: 1px solid #D4D0C8;
}

.helpBox
{
	font: 11px Verdana;
	width: 193px;
	height: 50px;
	padding: 2px;
	padding-left: 45px; 
	margin: 5px;
	border: 1px solid #C0E6F3;
	background-image: url(../images/icn_help_32.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	float: right;
	margin-right: 20px;
	vertical-align: middle;
}

.alertBox
{
	font: 11px Verdana;
	width: 193px;
	height: 50px;
	padding: 2px;
	padding-left: 40px;
	margin: 5px;
	border: 1px solid #C0E6F3;
	background-image: url(../images/icn_alert_32.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	float: right;
	margin-right: 20px;
	vertical-align: middle;
}

.boxTitle
{
	width: 100%;
	height: 20px;
	font: 11px Verdana;
	color: #FFF;
	background-color: #000;
	border-bottom: #37B6D3;
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
}

.tabContentWrapper
{
	height: 425px;
	padding: 5px;
}





.dataTable
{
	font: 12px Verdana;
}

.dataTable td
{
	border: 0px solid lime;
	padding-left: 2px;
}

.dataTable a
{
	text-decoration: none;
}

/*.editColumn
{
	background-color: Maroon;
}*/

.dataTablePager
{
	text-align: center;
}

.dataTablePager td table tr td span
{
	/*background-color: Red;*/
}

.dataTablePager td table tr td a
{
	/*background-color: Lime;*/
}

.EditGridField input[type=text]
{
	width: 100%;
	height: 11px;
	line-height: 10px;
	padding: 2px;
	border: 1px solid black;
	margin: 0;
}

.detailTxt, select, input[type=text]
{
	float: left;
	/*height: 15px;*/
	width: 270px;
	border: 1px solid #E4E4EE;
	font: 11px Verdana;
	clear: right;
}

.detailTxtSmall
{
	float: left;
	/*height: 15px;*/
	width: 70px;
	border: 1px solid #E4E4EE;
	font: 11px Verdana;
	clear: right;
}

.detailLbl
{
	float: left;
	width: 100px;
	height: 19px;
	padding-top: 2px;
	vertical-align: middle;
	clear: left;
}

.detailLblSmall
{
	float: left;
	width: 65px;
	height: 19px;
	padding-top: 2px;
	vertical-align: middle;
	clear: left;
}





/*CollapsiblePanel*/



.collapsePanel
{
	border-left: 1px solid #C6C8DD;
	border-right: 1px solid #C6C8DD;
	border-bottom: 1px solid #C6C8DD;
	background-color:white;
	overflow:hidden;
	
}

.collapsePanel p
{
	padding: 5px;
	padding-top: 0px;
}

.collapsePanelHeader
{
	width:100%;
	height:30px;
	background-image: url(../images/bg_panel.gif);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
	font: 11px Verdana;
	font-weight: bold;
}

#master_content .collapsePanelHeader a 
{
	color:#FFF;
}

#master_content .collapsePanelHeader a:hover 
{
	text-decoration:none;
	background:none;
}

.ListIcon
{
	 width: 342px;
	/* height: 130px;*/
	 border: 1px solid #E4E4EE;
	 margin-right: 33px;
	 margin-bottom: 10px;
}

.ListIconImage
{
	float: left;
	padding: 5px;
}

.ListIconText
{
	font: 11px Verdana;
	padding: 5px;
	padding-left: 0px;
	float: left;
}

.btnWrapper
{
	
	float: right;
	width: 60px;
}

.downloadBtn
{
	width: 60px;
	height: 20px;
	/*background-image: url(../images/download_20.png);
	background-repeat: no-repeat;*/
	text-decoration: none;
}

.uploadBtn
{
	width: 60px;
	height: 20px;
	/*background-image: url(../images/upload_20.png);
	background-repeat: no-repeat;*/
	text-decoration: none;
	border: 0px;
}

.deleteBtn
{
	width: 60px;
	height: 20px;
	/*background-image: url(../images/upload_20.png);
	background-repeat: no-repeat;*/
	text-decoration: none;
	border: 0;
}

.hiddenText
{
	/*visibility: hidden;*/
	display: none;
}

/* Accordion styles */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}



/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

#commonDiv
{
	margin-bottom: 10px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/*Popup*/
.popupControl
{
	width: 150px;
	border: 1px solid #000;
	background-color:White;
	position:absolute;
	visibility:hidden;
	z-index: 500;
}

.popupControl p
{
	text-align: left;
	padding: 2px;
}

/*Images*/
.thumbnailWrapper
{
	margin-left: 29px;
	width: 100%;
	text-align: center;
}

.thumbnail
{
	width: 125px;
	height: 125px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #C9D7D8;
	float: left;
	cursor: hand;
}

.addimage
{
	background-color: #C9D7D8;
	
}

.thumbnail_image
{
	border: 0;
}

.picturebutton
{
	
}

/*FINISHED PROJECTS OVERVIEW*/
#fin_project
{
	 width: 360px;
	 border: 1px solid #497E8F;
	 height: 136px;
	 float: left;
	 margin: 10px 10px 5px 10px;
}

#fin_project input
{
	float: right;
	margin: 10px 5px 0 0;
}

#fin_project a img
{
	border: 0;
}

#fin_title
{
	width: 357px;
	height: 18px;
	margin: 0;
	padding: 0 0 0 3px;
	background-color: #1C6076;
	line-height: 16px;
	color: #ffffff;
	font-weight: bold;
}

.fin_img
{
	padding: 10px;
	max-width: 128px;
	height: 96px;
	float: left;
}

.fin_info
{
	float: right;
	width: 212px;
	padding: 7px 0 0 0;
	font-size: 13px;
	line-height: 18px;
}

.info_label
{
	float: left;
	width: 70px;
	padding: 0 5px 0 0;
	text-align: right;
	color: #919B9C;
	height: 28px;
}

.info_value
{
	float: left;
	width: 120px;
	height: 28px;
}

.info_message
{
	padding: 10px 0 0 10px;
	font-weight: bold;
}