﻿html, body 
{
    width:100%; 
    padding:0; 
    margin:0;
}

h1, h3
{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
    vertical-align: top; 
}
    
h1 
{
    float:left; 
    padding:0; 
    margin:0 54px 0 0; 
    position:relative;
}

h3 
{
    font-size:30px; 
    line-height:1.2em; 
    color:#000; 
    font-weight:400; 
    font-style:normal; 
    letter-spacing:-2px; 
    margin:0; 
    padding:0 0 1px 0; 
    background:url(../../images/spacer-3.gif) 0 bottom repeat-x; 
    font-family: 'Vollkorn', arial, serif;
}

/*img
{
    border: solid 5px #c4d2db;
}*/

.commentbox
{
	background-image:url(../../images/comment.png);
	background-position:left top;
	background-repeat: no-repeat;
	/*background-color: red;*/
	color: Red;
	height: 23px;
	width: 32px;
	position: absolute;
	top: -2px;
	left: 47px;
	padding-top: 5px;
	font-size: 10px;
}

.CustomComboBoxStyle
{
    /*background-color: red!important;*/
    padding: 0px!important;
    margin: 0px!important;
    top: 0px!important;
    border: none!important;
}

.CustomComboBoxStyle .ajax__combobox_inputcontainer
{
    /*background-color: green!important;*/
    padding: 0px!important;
    margin: 0px!important;
    top: 2px!important;
    border: none!important;
}

.CustomComboBoxStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer
{
    /*background-color: blue!important;*/
    padding: 0px!important;
    margin: 0px!important;
    top: 0px!important;
    border: none!important;
}

.CustomComboBoxStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer
{
    display: none;
}
/*.CustomComboBoxStyle .ajax__combobox_textboxcontainer input 
{
    background-color: #ADD8E6;
    border: solid 1px Blue;
    /*border-right: 0px none;
}*/

.CustomComboBoxStyle .ajax__combobox_buttoncontainer button 
{
    /*display: none;*/
}

.CustomComboBoxStyle .ajax__combobox_itemlist
{
    position: relative!important;
    top: 0px!important;
    left: 0px!important;
    font-size: 13px;
}

input[type=text], textarea, select, input[type=password], .CustomComboBoxStyle .ajax__combobox_textboxcontainer input
{
    border: solid 1px #c4d2db;
    min-height: 20px;
    padding: 2px;
    outline: none;
}

input[type=text]:focus, textarea:focus, select:focus, input[type=password]:focus
{
    background-color: #ffffdf;
}

input[type=text]:disabled
{
    background-color: #ebebe4;
    color: Black!important;
}

input[type=submit]
{
    height: 25px;
    border: solid 1px #c4d2db;
    cursor: pointer;
}

input[type=submit]:hover
{
    /*background-color: #dbe7f1;*/
    background-color: Black;
    color: White;
    
}

.form input[type=checkbox]
{
    display:none;
}

.form input[type=checkbox] + label
{
    border: solid 1px #c4d2db;
    padding: 8px 30px 8px 10px;
    color: #c8bed0;
    margin-right: 25px;
    cursor: pointer;
}

.form input[type=checkbox]:checked + label, label.checked
{
    background-image:url(../../images/tick.png); 
    background-repeat: no-repeat no-repeat;
    background-position: right center;
    color: #254a86;
    background-color: #dbe7f1;
}

a.link
{
    color: #b9d130;
    text-decoration: none;
    font-size:12px; 
    line-height:30px;
    padding-right: 20px;
}

a.link:hover
{
    color: Black;
}

.note
{
    color: red;
    font-size: 12px;
    line-height: 12px;
}

img.link, input[type=image].link
{
    border: solid 1px #c4d2db!important;
    padding: 2px;
    cursor: pointer;
    /*outline: none;*/
}

input[type=image].link:disabled
{
    cursor: default;
}

input[type=image].link:disabled:hover
{
    background-color: Gray!important;
}

img.link:hover, input[type=image].link:hover
{
    background-color: #254a86!important;
}


body 
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:100%; 
	color:#858585;
	min-width:960px;
	background: White;
}

.contents
{
    width: 960px;
    margin: 0px auto 0px auto;
}

.normalFont
{
    font-size:0.75em;
	letter-spacing: 0.05em;
	font-weight: normal;
	color: black;
}

/***************************************** Header & Menu ***********************************************/

.headerTopRow
{
    height:38px; 
    background:url(../../images/tail-row1.png) 0 0 repeat-x #fff;
}

.contents .left
{
    width: 100%;
    margin-left: 2px;
	margin-right: 2px;
	float:left;
	padding-bottom:38px;
}


.contents .spacer-1
{
    width:100%; background:url(../../images/spacer-1.gif) 267px 0 no-repeat;
}

.contents .logo
{
    display:block; 
    width:237px; 
    height:56px; 
    text-indent:-5000px; 
    background:url(../../images/ats.png) 0 0 no-repeat;
}


.contents .slogan 
{
    float:left; 
    font-size:14px; 
    line-height:23px; 
    color:#bebebe; 
    letter-spacing:2px; 
    text-transform:uppercase; 
    padding:0; 
    margin:16px 0 0;
}

.contents .menuDiv
{
    background:url(../../images/tail-menu.jpg) left bottom repeat-x #fff;
	font-size:0.75em;
	line-height: 53px;
	margin-bottom: 15px;
}

.menu
{
    height: 53px;
}

.menuItem
{
    display: inline-block;
    height: 53px;
    cursor: pointer!important;
}

.menuItem a
{
    display: block;
    color: #c8bed0;
    width: 100px;
    height: 53px;
    vertical-align: middle;
    text-align: center;
}

.menuItem a:hover
{
    background-color:#f7f7f7;
    color:Black;
}

.submenuItem
{
    background:url(../../images/tail-menu.jpg) left bottom repeat-x #fff;
}

.submenuItem a
{
    background-color: #f7f7f7;
    display: block;
    color: #c8bed0;
    width: 150px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}

.submenuItem a:hover
{
    background:url(../../images/bg-submenu-active.jpg);
    background-repeat: no-repeat;
    color: White;
}


/***************************************** Header & Menu ***********************************************/

/***************************************** Context Menu ***********************************************/

.contextMenu
{
    background-color: White;
	font-size:0.75em;
	line-height: 30px;
	border: solid 1px #c4d2db;
	border-bottom: none;
	/*margin-bottom: 15px;*/
}

.contextMenu a
{
    display: block;
    color: #c8bed0 ! important;
    width: 100px;
    height: 20px ! important;
    vertical-align: middle ! important;
    text-align: center;
    /*padding-bottom: 15px ! important;*/
}

.contextMenu a:hover
{
    background-color:#f7f7f7;
    color:Black ! important;
}

/******************************************* Gridview **************************************************/
.gridview
{
    width: 100%;
}

.header
{
    width: 100%;
    height: 30px;
    background-color: #dbe7f1;
    border-bottom: solid 1px #c4d2db;
    /*margin-bottom: 15px;*/
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    padding-top: 12px;
    color: #254a86;
}

.notification
{
	position: absolute; 
	top: -10px; 
	left: 680px;
}

.notification .menuImg
{
	cursor: pointer;
	padding: 2px;
	border: solid 1px White!important;
	background:url(../../images/comment_.png) no-repeat left top; 
	width: 28px;
	height: 22px;
	font-size: 10px;
	color: Red;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	overflow: hidden;
}

.notification .menuImgActive
{
	/*border: solid 1px #c4d2db!important;*/
}

.notification .list
{
	display: none;
	background-color: White;
	border: solid 1px #c4d2db;
	width: 250px;
	max-width: 250px;
	font-size: 11px;
	max-height: 290px;
	position:relative; 
	z-index:2147483638;
}

.scroll::-webkit-scrollbar
{
	width:5px;
	background-color:#cccccc;
} 

.scroll::-webkit-scrollbar-thumb
{
	background-color:#B03C3F;
	border-radius:10px;
}

.scroll::-webkit-scrollbar-thumb:hover
{
	background-color:#BF4649;
	border:1px solid black;
}

.scroll::-webkit-scrollbar-thumb:active
{
	background-color:#A6393D;
	border:1px solid black;
}

.notification .list .link
{
	color: #254a86;
	font-size: 11px;
    line-height:15px;
    padding-right: 20px;
}

.notification .list .link:hover
{
	color: Black;
}

.grid .items
{
    min-height: 114px;
    border: solid 1px #c4d2db;
    border-top: none;
}

.grid .items th
{

    font-size: 16px;
    font-weight: normal;
    color: #254a86;
    background-color: #f0f7fc;
    border-right: solid 1px #c4d2db;
    border-bottom: solid 1px #c4d2db;
    text-align: left;
    /*padding: 5px;*/
    padding: 0px;
    /*position: relative;*/
    height: 75px;
}

.grid .items th.singleRow
{
    height: 35px!important;
    padding-left: 5px;
}

.grid .items th.singleRow a
{
    height: 0px;
    border-bottom: none;
    padding-bottom: 0px!important;
}

.grid .items th a
{
    height: 20px;
    text-decoration: none;
    color: #254a86;
    display: block;
    padding-left: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px #c4d2db;
    outline: none;
}

.grid .items th a:hover
{
    color: #b9d130;
}

.grid .items th img.imgSort
{
    position: absolute;
    right: 10px;
    top: 8px;
}

.grid .items th .filter
{
    position:absolute; 
    top: 33px; 
    left: 5px;
}

.grid .items th .filter img.link
{
    
    padding: 3px;
    position: absolute;
    right: -27px;
    top: 1px;
    border: solid 1px #c4d2db;
}

.grid .items td
{
    height: 20px;
    border-right: solid 1px #c4d2db;
    border-bottom: solid 1px #c4d2db;
    padding: 5px;
}

.ajax__calendar_container {
	width: 240px!important;
}
.ajax__calendar_body {
	height: 215px!important;
	width: 240px!important;
	position: relative;
	overflow: hidden;
	margin: auto;
}

.grid .items tr.hover
{
	background-color: #dbe7f1!important;
    /*background-color: #b9d130!important;*/
}

.grid .items .shortItem
{
    background-color: #dc7070!important;
}

.grid .items tr.disabled
{
    background-color: Gray!important;
    filter:alpha(opacity=30);
    opacity:0.3;
}

.grid .items .subgrid td 
{
    border:none;
    padding: 0px 0px 5px 0px!important;
}

.grid .items .subgrid .project
{
    /*background-color: #b9d130;*/
    background-color: #dbe7f1;/*#dbe7f1;*/
    border: dotted 1px black;
    width: 100%;
    /*height: 115px;*/
    height: 130px;
    padding: 0px 0px 0px 0px;
    font-size: 11px;
}

.grid .items .subgrid .project.Lost
{
    background-color: Gray;
}

.grid .items .subgrid .project.Shipped
{
    background-color: #b9d130;
}

.grid .items .subgrid .project a
{
    padding: 0px;
    font-weight: normal;
    line-height: 14px;
    color: #c4d2db;
    display:block;
}

.grid .items .subgrid .project a:hover
{
    color: #b9d130;
}

.grid .items .subgrid .project #title
{
    background-color: #254a86;
    display: block;
    height: 30px;
    padding: 0px 1px 0px 1px;
    overflow: hidden;
}

.grid .items .subgrid .project #location
{
    display: block;
    height: 28px;
    overflow: hidden;
    padding-bottom: 2px;
    padding: 0px 1px 0px 1px;
}

.grid .items .subgrid .project #desc
{
    display: block;
    height: 40px;
    overflow: hidden;
    padding: 0px 1px 0px 1px;
}

.grid .items .subgrid .project #total
{
    display: block;
    height: 17px;
    overflow: hidden;
    
    text-align: right;
    color:#c4d2db;
    background-color: #254a86;
    width: 100%;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
    line-height: 16px;
}


.grid .total
{
    width: 100%;
    background-color: #f0f7fc;
    min-height: 140px;
    border: solid 1px #c4d2db;
    border-top: none;
    margin-right:1px;
}

.grid .link
{
    color: #254a86;
    font-weight: bold;
}

.grid .link2
{
	color: #b9d130;
    text-decoration: none;
    font-size:12px; 
}

.grid .link2:hover
{
	color: black;
}

/*.grid .link:diabled
{
    background-color: Red!important;
}*/

.grid .link:hover
{
    
}

/******************************************* Gridview **************************************************/

/********************************************* Button **************************************************/

.button-1 {
	display:inline-block;
	background:url(../../images/button-left.png) left -39px no-repeat;
	font-size:11px;
	line-height:22px;
	font-weight:400;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	position:relative;
	cursor:pointer;
}

.button-1 strong 
{
	font-weight:400;
	padding:0 10px 0 10px;
	display:inline-block;
	background:url(../../images/button-right.png) right -39px no-repeat;
}	

.button-1 strong strong 
{
	font-weight:400;
	background:url(../../images/button-tail.png) 0 -39px repeat-x;
	cursor:pointer;
	padding:7px 9px 10px 5px;
}

.button-1 strong strong span 
{
    background:url(../../images/marker-4.gif) right 4px no-repeat; 
    padding:0 21px 0 0;
}

.button-1:hover 
{
    background:url(../../images/button-left.png) 0 top no-repeat;
}

.button-1:hover strong  
{
    background:url(../../images/button-right.png) right top  no-repeat;
}

.button-1:hover strong strong  
{
    background:url(../../images/button-tail.png) 0 top repeat-x;
}

.button-1.disabled
{
    color: Gray;
}

.button-1.disabled:hover
{
    background:url(../../images/button-left.png) left -39px no-repeat;
}

.button-1.disabled:hover strong  
{
    background:url(../../images/button-right.png) right -39px no-repeat;
    cursor: default;
}

.button-1.disabled:hover strong strong  
{
    background:url(../../images/button-tail.png) 0 -39px repeat-x;
}

/********************************************* Button **************************************************/

/********************************************** Box ****************************************************/

.box
{
    position: relative;
    margin-bottom: 50px;
}

.box h3
{
    background-image: none;
}

.box .controls
{
    position: absolute;
    top: -5px;
    right :0px;
}

.box .footercontrols
{
    /*float: right;*/
}

.boxfilter
{
	background-color: #dbe7f1;
    border: solid 1px #c4d2db;
}

/********************************************** Box ****************************************************/

/********************************************* Login Box ***************************************************/

.login
{
    width: 49%; 
    display: inline-table;
}

.login .heading
{
    background-color: #dbe7f1; 
    margin-right: 20px; 
    border: solid 1px #c4d2db; 
    border-bottom: none;
}

.login .heading h3
{
    color: #254a86; 
    padding-top: 10px;
    padding-left: 10px;
    line-height: 25px;
}

.login .data
{
    background-color: #f7f7f7; 
    margin-right: 20px; 
    border: solid 1px #c4d2db;
    height: 350px;
}

/********************************************* Login Box ***************************************************/

/********************************************** Tab ****************************************************/

.CustomTabStyle .ajax__tab_tab
{
    height: 30px;
    width: 120px;
    display: block;
    color: #254a86;
    padding-top: 20px;
}
    
/*.CustomTabStyle .ajax__tab_tab[disabled=disabled]
{
	background-color: Red!important;
	color: Red!important;
}*/

.CustomTabStyle .ajax__tab_body
{
    background-color: #f7f7f7;
    border-bottom: solid 1px #c4d2db;
    margin-bottom: 20px;

}

.CustomTabStyle .ajax__tab_active
{
    background-color: #dbe7f1;
}

.CustomTabStyle .ajax__tab_active .ajax__tab_outer
{
    background-color: #dbe7f1;
}

.CustomTabStyle .ajax__tab_active .ajax__tab_outer a
{
    outline: none;
}

.CustomTabStyle .message
{
    width: 100%;
    height: 50px;
    background-color: #dbe7f1;
    border-bottom: solid 1px #c4d2db;
    margin-bottom: 15px;
}

/*.CustomTabStyle .ajax__tab_header
{
    border: none;
}

.CustomTabStyle .ajax__tab_outer
{
    background-color: green;
}

.CustomTabStyle .ajax__tab_inner
{
    background-color: blue;
}*/

.CustomTabStyle .ajax__tab_tab
{
    /*background-color: yellow;*/
    position: relative;
}

/*.CustomTabStyle .ajax__tab_body
{
    background-color: black;
}

.CustomTabStyle .ajax__tab_hover
{
    background-color: white;
}

.CustomTabStyle .ajax__tab_active
{
    background-color: Orange;
}*/

/********************************************** Tab ****************************************************/

/********************************************** Tab2 ***************************************************/

/*Header*/
.InnerTab .ajax__tab_header
{
    color: #4682b4;
    font-family:Calibri;
    font-size: 14px;
    font-weight: bold;
    background-color: #f7f7f7;
    margin-left: 0px;
}

/*Body*/
.InnerTab .ajax__tab_body
{
    border:1px solid #b4cbdf;
    padding-top:0px;
}

/*Tab Active*/
.InnerTab .ajax__tab_active .ajax__tab_tab
{
    color: #ffffff;
    background:url("../../images/tab_active.gif") repeat-x;
    height:20px;
}

.InnerTab .ajax__tab_active .ajax__tab_inner
{
    color: #ffffff;
    background:url("../../images/tab_left_active.gif") no-repeat left;
    padding-left:10px;
}

.InnerTab .ajax__tab_active .ajax__tab_outer
{
    color: #ffffff;
    background:url("../../images/tab_right_active.gif") no-repeat right;
    padding-right:6px;
}

/*Tab Hover*/
.InnerTab .ajax__tab_hover .ajax__tab_tab
{
    color: #000000;
    background:url("../../images/tab_hover.gif") repeat-x;
    height:20px;
}

.InnerTab .ajax__tab_hover .ajax__tab_inner
{
    color: #000000;
    background:url("../../images/tab_left_hover.gif") no-repeat left;
    padding-left:10px;
}

.InnerTab .ajax__tab_hover .ajax__tab_outer
{
    color: #000000;
    background:url("../../images/tab_right_hover.gif") no-repeat right;
    padding-right:6px;
}

/*Tab Inactive*/
.InnerTab .ajax__tab_tab
{
    color: #666666;
    background:url("../../images/tab_Inactive.gif") repeat-x;
    height:20px;
    padding-top: 0px;
}

.InnerTab .ajax__tab_inner
{
    color: #666666;
    background:url("../../images/tab_left_inactive.gif") no-repeat left;
    padding-left:10px;
}

.InnerTab .ajax__tab_outer
{
    color: #666666;
    background:url("../../images/tab_right_inactive.gif") no-repeat right;
    padding-right:6px;
    margin-right: 2px;
}

/*
.InnerTab
{
    background-color: #C0C0C0;
}

.InnerTab .ajax__tab_tab
{
    height: 20px;
    width: 120px;
    display: block;
    color: white;
    padding-top: 20px;
    margin: 2px;
    background-color: Gray;
    
}
    

.InnerTab .ajax__tab_body
{
    background-color: #f7f7f7;
    border-bottom: solid 1px #c4d2db;
    margin-bottom: 20px;

}

.InnerTab .ajax__tab_active
{
    background-color: green;
}

.InnerTab .ajax__tab_active .ajax__tab_outer
{
    background-color: green;
}
.InnerTab .ajax__tab_inner
{
    background-color: blue;
}

.InnerTab .ajax__tab_active .ajax__tab_outer a
{
    outline: none;
}*/

/*.InnerTab .ajax__tab_header
{
    border: none;
}

.InnerTab .ajax__tab_outer
{
    background-color: green;
}

.InnerTab .ajax__tab_inner
{
    background-color: blue;
}

.InnerTab .ajax__tab_tab
{
    background-color: yellow;
}

.InnerTab .ajax__tab_body
{
    background-color: black;
}

.InnerTab .ajax__tab_hover
{
    background-color: white;
}

.InnerTab .ajax__tab_active
{
    background-color: Orange;
}*/

/********************************************** Tab2 ***************************************************/

/********************************************** Project Info ***************************************************/
.projectDetail
{
    background-color: #b9d130;
    border: dotted 1px black;
    width: 100%;
    
    padding: 5px;
    position: relative;
    text-align: justify;
    line-height: 18px;
}

.projectDetail .status
{
    position: absolute; 
    top: 4px; 
    right: 8px;
    background-color: White;
    border: solid 1px black;
    padding: 3px 18px 3px 3px;
    background-image:url(../../images/marker-1.gif);
    background-repeat: no-repeat;
    background-position: 130px center;
    cursor: pointer;
    width: 125px;
    font-weight: bold;
}

.projectDetail .statusPanel
{
    /*width: 121px;*/
    width: 200px;
    background-color: White;
    border: solid 1px #C0C0C0;
    border-top: solid 1px #C0C0C0;
    
}

.projectDetail .statusPanel a
{
    padding-left: 5px;
}

.projectDetail .statusPanel a.lnkStatus
{
    background:url(../../images/tail-menu.jpg) left bottom repeat-x #fff;
    
    background-color: #f7f7f7;
    display: block;
    color: black;/*#c8bed0;*/
    width: 195px;
    height: 30px;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    line-height: 30px;
}

.projectDetail .statusPanel a.lnkStatus:hover
{
    background:url(../../images/bg-submenu-active.jpg);
    background-repeat: no-repeat;
    color: White;
}

.projectDetail .statusPanel a.lnkStatus.selected
{
    background:url(../../images/bg-submenu-active.jpg);
    background-repeat: no-repeat;
    color: White;
}

.projectDetail .statusPanel a.lnkStatus[disabled=disabled]
{
    color:#c8bed0;
}

.projectDetail .commentsPanel
{
    background-color: #f7f7f7;
    border-bottom: solid 1px #C0C0C0;
    font-size: 8px;
    text-align: right;
}

/********************************************** Project Info ***************************************************/

.tag
{
	background-color: #4682b4;
	padding: 2px 4px 2px 4px;
	margin-bottom: 5px;
	color: white;
	display: inline-block;
	font-size: 10px;
}

/********************************************** Form ***************************************************/

.form
{
    padding: 20px 20px 20px 30px;
    line-height: 45px;
}

.form b
{
    font-size: 14px;
    font-weight: normal;
    color: #254a86;
}

/********************************************** Form ***************************************************/

/****************************************** Ajax File Upload *******************************************/

.ajax__fileupload_dropzone
{
    display: none;
}

/****************************************** Ajax File Upload *******************************************/

/********************************************* Modal Popup *********************************************/
.modalBackground {
    background-color:#000;
    filter:alpha(opacity=80);
    opacity:0.8;
} 

.modalPopup
{
    border: solid 3px Gray;
    padding: 0px;
    background-color: #f7f7f7;
}

.modalPopup .btnClose
{
    position: absolute;
    top: 5px;
    right: 5px;
}

.modalPopup .heading
{
    color: #254a86;
    width: 98%;
    height: 40px;
    background-color: #dbe7f1;
    border-bottom: solid 1px #c4d2db;
    padding-top: 15px;
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
}

.modalPopup .modalContents
{
    padding: 10px;
}

/********************************************* Modal Popup *********************************************/

/********************************************* Footer **************************************************/

.footer
{
    width:100%; 
    text-align:center; 
    text-transform:uppercase; 
    background:#000;
	margin:0 auto;
	font-size:0.75em;
	line-height:1.6666em;
	padding:24px 0 24px;
}

.text-bot 
{
    display:inline-block; 
    color:#fff; 
    font-size:11px; 
    line-height:16px;
}

.text-bot a 
{
    color:#fff; 
    text-decoration:none;
}

.text-bot a:hover 
{
    text-decoration:underline;
}

/********************************************* Footer **************************************************/

   