﻿.thoughtClass
{
	display:table; /* Enable line-wrapping in IE8+ */
    white-space:normal;
		
	padding: 0px 5px;	
	font-family: courier;
	color: #2572B4;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: justify;
}
.gridListBox
{
	width: 320px;
}
.gridListBox option
{
	width: 320px;
	font-size: 13px;
}
.gridListBox option:hover
{
	font-weight: bold;
	background: #E2E2E2;
	cursor: pointer;
}
.selectedItem
{
	background: #E2E2E2;
	font-weight: bold;
	border-style: solid;
}

.gridHeader
{
	background: #D2D2D2;
	border: 1px solid #E2E2E2;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 5px;
	text-indent: 8px;
	text-shadow: 0.1em 0.1em 0.1em #2572B4;
}

.GridClass
{
	margin: 10px 5px 5px 5px;
	width: 98%;
}
.gridContainer
{
	border: 1px solid gray;
}

body
{
	/*background-color: #F1F2F2;*/
	font-size: 13px;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
}
.rightVerticalBar
{
	background-color: #FFFFFF;
}
.rightVertical
{
	background-color: #696969;
}
.footer
{
	color: #4e5766;
	padding: 8px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;
}
.Loader
{
	margin-top: 36px;
	width: 100px;
	height: 100px;
}
.updateProgress
{
	background-color: White;
	filter: alpha(opacity=50);
	opacity: 0.7;
	z-index: 12000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/*---------------------------TopMenuBar--------------------------------*/
.TopMenuBar
{
	background-color: #2572B4;
	border-radius: 10px;
}
.loginTable
{
	width: 500px;
	height: 250px;
	border-radius: 10px; /*border: 1px solid #2572B4;-moz-box-shadow: 0 0 2px 1px #2572B4; 	-webkit-box-shadow: 0 0 2px 1px#2572B4; 	box-shadow: 0 0 2px 1px #2572B4; 	*/
	color: #2572B4;
	background: #ebf0f1;
}
.loginTable .loginLabels
{
	color: #2572B4;
	font-size: 16px;
	font-weight: bold;
}

.loginTable .remember
{
	color: #2572B4;
	font-size: 14px;
	font-weight: bold;
}

.loginTable .link
{
	color: #2572B4;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
}

.loginTable .link:hover
{
	color: #D87B25;
}

.linkButton
{
	color: #2572B4;
	text-decoration: none;
}
.linkButton:hover
{
	text-decoration: none;
	color: #D87B25 !important;
}
.loginHeaderDiv
{
	background-color: #2572B4;
	vertical-align: middle;
	line-height: 35px;
	margin: 7px; /*-moz-box-shadow: 0 0 2px 1px #2572B4; 	-webkit-box-shadow: 0 0 2px 1px#2572B4; 	box-shadow: 0 0 2px 1px #2572B4;*/
}

.labelforLoginHeader
{
	color: White !important;
	font-weight: bold !important;
	font-size: 18px !important;
	padding-left: 15px !important;
}

.labelLogin
{
	text-align: left;
	color: Black;
}

.loginButton
{
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	color: White;
	text-align: center;
	background-color: #2572B4;
	cursor: pointer;
	border: 1px solid #313131;
	padding: 2px 6px 2px 6px;
}
.loginButton:hover
{
	background: #FF7C03;
}

.clear
{
	clear: both;
}


.LoginForm
{
	width: 319px;
	height: 200px;
	float: left;
	padding-left: 514px;
	margin-top: 1px;
}

/*------------Button-----------------*/
.button
{
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px;
	font-weight: bold;
	color: White;
	text-align: center;
	background-color: #626262;
	cursor: pointer;
	border: 1px solid #313131;
}
.button:hover
{
	background: #FF7C03;
}

.arrowButton
{
	font-family: Calibri;
	font-size: 18px;
	font-weight: bold;
	color: White;
	text-align: center;
	background-color: #5D7B9D;
	cursor: pointer;
	border: 1px solid #898989;
	border-radius: 5px;
}
.arrowButton:hover
{
	background: #BCBCBC;
}

.gridButton
{
	font-family: Calibri;
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-align: center;
	cursor: pointer;
	padding: 1px 4px;
	border: none;
	background-color: #5D7B9D;
}
.gridButton:hover
{
	background: #4863A0;
}

.gridButtonIn
{
	font-family: Calibri;
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-align: center;
	cursor: pointer;
	padding: 1px 8px 1px 8px;
	border: none;
	background-color: #5D7B9D;
	display: none;
}
.gridButtonIN:hover
{
	background: #4863A0;
}
/*------------Button End-----------------*/

.labelLeft
{
	text-align: left;
	margin-right: 30px;
	color: Black;
}
.textBoxlogin
{
	width: 195px;
}
.textBox
{
	width: 200px;
	margin-left: 10px;
	border: 1px solid #D2D2D2;
}
.textBox:hover
{
	border: 1px solid #B4B4B4;
}
.DropDownAssignLeader
{
	width: 222px;
	margin-left: 14px;
}

.DropDownProject
{
	width: 200px;
	margin-left: 10px;
}

.Label
{
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #626262;
}


.ErrorMessages
{
	color: Red;
	font-size: 13px;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
}

/*---------------------------------LoginPage---------------------------------*/

.Logo
{
	float: left;
	padding-left: 50px;
	color: Gray;
	text-align: center;
}

.labelforHeading
{
	color: #626262;
	font-weight: bold;
	font-size: 18px;
	padding-left: 2px;
	float: left;
	margin-left: 70px;
}


/*------------DownArrow Start--------------*/

.triangle-down
{
	position: relative; /* default background for browsers without gradient support */ /* css3 */
}
.triangle-down:after
{
	content: ""; /*position: absolute;*/ /* value = - border-top-width - border-bottom-width */ /* controls horizontal position */
	border-width: 7px; /* vary these values to change the angle of the vertex */
	border-style: solid;
	border-color: #626262 transparent transparent transparent; /* reduce the damage in FF3.0 */
	display: block;
	width: 0;
	height: 0;
	position: relative;
}

/*------------DownArrow End --------------*/

.UserSettings
{
	background-color: #FFFFFF;
	border: 1px solid #626262;
	color: #626262;
	float: left;
	line-height: 20px;
	margin-top: -5px;
	text-align: center;
	width: 100px;
}
.RegisterDiv
{
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	border-style: solid;
	border-width: 6px;
	box-shadow: 0 1px 1px #CCCCCC;
}

.panelHeader
{
	color: #2572B4;
	font-size: 14px;
	font-weight: bold;
}
.pnlAddAction
{
	cursor: pointer;
	width: 350px;
	border: 1px solid #D2D2D2;
}
.pnlAddAction #divAddActionHeader
{
	background-color: #D2D2D2;
	line-height: 30px;
	padding: 0 20px 0 20px;
}
.pnlAddAction #divAddActionHeader span
{
	font-weight: bold;
}
.pnlAddActionContainer
{
	cursor: pointer;
	width: 350px;
}
.pnlAddActionContainer #divAddAction
{
	padding: 20px 0 0 20px;
	border: 1px solid #D2D2D2;
}

.separatorLine
{
	border: 2px solid #2572B4; /*-moz-box-shadow: 0 0 2px 1px #2572B4; 	-webkit-box-shadow: 0 0 2px 1px#2572B4; 	box-shadow: 0 0 2px 1px #2572B4;*/
}

.PopUbBg
{
	background-color: Gray;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}
.ModalPopupExtendercss
{
	background-color: #F4F4F4;
	border: 2px solid #626262;
	left: 437.5px;
	margin: auto;
	position: fixed;
	top: 54px;
	width: 600px;
	z-index: 10001;
	box-shadow: 0px 5px 5px 5px;
}

.ModalPopupExtendercss_Large
{
	background-color: #F4F4F4;
	border: 2px solid #626262;
	left: 437.5px;
	margin: auto;
	position: fixed;
	top: 54px;
	width: 1000px;
	z-index: 10001;
	box-shadow: 0px 5px 5px 5px;
}

.ModalPopupExtendercssSmall
{
	background-color: #F4F4F4;
	border: 2px solid #626262;
	left: 437.5px;
	margin: auto;
	position: fixed;
	top: 54px;
	width: 450px;
	z-index: 10001;
	box-shadow: 0px 5px 5px 5px;
}
.closeBtn
{
	width: 25px;
	margin-right: -11px;
	margin-top: -11px;
}
.lblAdd
{
	color: #C2C2C2;
	font-family: cursive;
	font-size: 20px;
	font-weight: bold;
	padding-left: 5px;
}
#displayMessageDiv
{
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	color: red;
}

#displayMessageDiv_TS
{
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	color: red;
	margin: 5px;
}
.MyTabStyle .ajax__tab_header
{
	font-family: "Helvetica Neue" , Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.MyTabStyle .ajax__tab_header .ajax__tab_outer
{
	border-color: #222;
	color: #222;
	padding-left: 10px;
	margin-right: 3px;
	border: solid 1px #626262;
}
.MyTabStyle .ajax__tab_header .ajax__tab_inner
{
	border-color: #666;
	color: #666;
	padding: 3px 10px 2px 0px;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_outer
{
	background-color: #9c3;
	cursor: pointer;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_inner
{
	color: #fff;
}
.MyTabStyle .ajax__tab_active .ajax__tab_outer
{
	border-bottom-color: #ffffff;
	background-color: #D2D2D2;
}
.MyTabStyle .ajax__tab_active .ajax__tab_inner
{
	color: #000;
	border-color: #333;
}
.MyTabStyle .ajax__tab_body
{
	font-family: verdana,tahoma,helvetica;
	font-size: 10pt;
	background-color: #fff;
	border-top-width: 1px;
	border: solid 1px #626262;
}

#DivTimesheetDataContainer_Others .gridTimesheetContainer
{
	max-height: 400px;
	overflow: auto;
}
.divVerifiedHeader[verify="False"]
{
	display: none;
}

#foot
{
	color: #2572B4;
	font-weight: bold;
	height: auto;
	text-align: center;
	width: 100%;
	padding: 2px 0px 2px 0px; /*border-top: 4px solid #2572B4;*/
}
#foot a
{
	color: #2572B4;
}
#foot a:hover
{
	color: #2572B4;
}
.headerText
{
	color: #2572B4;
	text-shadow: 0.2em 0.2em 0.2em #2572B4;
}
.Welcome
{
	color: #2572B4;
	font-family: arial,verdana,sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.Welcome td
{
	padding:0 5px;
}
#divContentContainer
{
	background-color: #FFFFFF;
	border-left: 0.3em solid #2572B4;
	border-bottom: 0.3em solid #2572B4;
	border-right: 0.3em solid #2572B4;
	border-radius: 0.7em 0.7em 0.7em 0.7em;
	height: auto;
	margin: 0 auto;
	padding: 4em 2em 2em;
	width: auto;
}

.MatrixTab tr
{
	height: 30px;
}
.MatrixTab tr:first-child
{
	background: #5d7B9d;
	color: White;
}
.MatrixTab td:first-child
{
	background: #5d7B9d;
	color: White;
	text-align: left;
}
.MatrixTab tr:first-child td:last-child
{
	background: #5d7B9d;
	color: White;	
}
.MatrixTab tr:last-child, .MatrixTab td:last-child
{
	background: #FFF8DC;
	color: black;
}
.MatrixTab td
{
	padding: 5px 10px;
	text-align: right;
}
.MatrixTab tr:first-child span
{
	font-weight: bold;	
	display: inline-block;
	min-width: 100px;
	max-width: 150px;
    white-space: normal;
    word-wrap: break-word;
    text-align:center;
}

.MatrixTab td:first-child span
{
	font-weight: bold;
	display: inline-block;
	min-width: 100px;
	max-width: 150px;
    white-space: normal;
    word-wrap: break-word;    
}

.MatrixTab span
{
	font-weight: bold;	
	display: inline-block;    
}
.MatrixTab div
{
	font-weight: bold;
	text-align: center;
}
