/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{
	background:#dbdbdb;
}
/* Reset */
body,img,h1,h2,h4,h5,h6,ul,ol {
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}
h3 {
	font-size: 100%;
	margin-top: 0px;
	font-weight: bold;
}
/* End Reset */

body {
	font-size:0.75em;
	font-family:Tahoma, Arial, sans-serif;
	background-color: #dbdbdb;
}
a:link {
	color: #26639b;
}
a:visited {
	color: #26639B;
}
a:hover {
	color: #2E76B8;
}
a:active {
	color: #26639b;
}
/* Colors */
.color-yellow {background:#f2bc00;}
.color-red    {background:#dd0000;}
.color-blue   {background-color:#26639b;
}
.color-white  {
	background-color: #EAEAEA;
	background-image: url(images/widget_header_bg.jpg);
	background-repeat: repeat-x;
	border: 1.5px solid #999999;
}
.color-orange {background:#f66e00;}
.color-green  {background:#8dc100;}
.color-yellow h3,
.color-white h3,
.color-green h3
	{color:#000;}
.color-red h3,
.color-blue h3,
.color-orange h3
	{color:#FFF;}
/* End Colors */

/* Head section */
#head {
    background: #000 url(img/head-bg.png) repeat-x;
    height: 100px;
}
#head h1 {
    line-height: 100px;
    color: #FFF;
    text-align: center;
    background: url(img/myintra.png) no-repeat center;
    text-indent: -9999em
}
/* End Head Section */

/* Columns section */
#columns .column {
	float: left;
	width: 33.3%;
	/* Min-height: */
		min-height: 400px;
	height: auto !important;
	height: 400px;
}
#columns .column_2 {
	float: left;
	width: 66%;
	/* Min-height: */
		min-height: 400px;
	height: auto !important;
	height: 400px;
}
.action_sheets {
	width: 100%;
	clear: both;
	background-color: #FFFFFF;
}
.full_width {
	margin-top: 5px;
	width: 100%;
}

/* Column dividers (background-images) : */
	#columns #column1 {
	background-repeat: no-repeat;
	background-position: right top;
}
input {
	border: 1px solid #BCBCBC;
	color: #000000;
	height: 15px;
}


#header {
	background-image: url(images/header_repeater.jpg);
	height: 75px;
	margin-right: auto;
	margin-left: auto;
}
#header_menu {
	width: 100%;
	text-align: center;
}
.header_img_logo {
	padding-top: 5px;
	padding-left: 5px;
}
#main_menu_elements {
	margin-left: 5px;
	width: 20em;
}
#main_menu {
	height: 30px;
	background-image: url(images/menu_05.jpg);
	display:none
}
#menu_gadgets {
	width: 135px;
	background-image: url(images/menu_03.jpg);
	height: 19px;
	float: left;
	margin-left: 5px;
	padding-left: 30px;
	padding-top: 11px;
	font-size: 0.923em;
	font-weight: bold;
}
#menu_gadgets_empty {
	width: 125px;
	height: 19px;
	float: left;
	margin-left: 5px;
	padding-left: 35px;
	font-size: 0.923em;
	font-weight: bold;
	padding-top: 9px;
}
#login_menu {
	background-image: url(images/login_menu_repeater.jpg);
	height: 42px;
	display:none
}
#login_name {
	height: 42px;
}
#network_table {
	margin-right: 10px;
}
.network_status_td {
	padding-right: 12px;
	font-size: 0.923em;
	color: #26639b;
	font-weight: bold;
}
#footer {
	width:100%;
	float: left;
	height: 20px;
	font-size: 100%;
	margin-top: 10px;
	vertical-align: middle;
	text-indent: 15px;
	padding-top: 8px;
	background-image: url(images/header_repeater.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AFAFAF;
	border-right-color: #AFAFAF;
	border-bottom-color: #AFAFAF;
	border-left-color: #AFAFAF;
}
.font_blue_bold {
	font-size: 0.8461em;
	color: #26639b;
	font-weight: bold;
	text-decoration: underline;
}
.font_red_reguler {
	font-size: 0.923em;
	color: #990000;
	font-weight: bold;
}
.font_red_reguler_small {
	font-size: 100%;
	color: #26639b;
	font-weight: bold;
}
.font_red_reguler_large {
	font-size: 1.076em;
	color: #26639b;
	font-weight: bold;
	line-height: normal;
	text-decoration: underline;
}
.widget-content p {
	color: #333333;
	text-align: left;
}
.widget-content a {
	color: #26639B;
	font-size: 100%;
}
.widget-content img {
	float: left;
	margin-bottom: 2em;
}
.widget-content h3 {
	margin-top: 10px;
	color: #26639B;
	margin-bottom: 0px;
}
.font_blue_bold_reguler {
	font-size: 100%;
	color: #26639b;
	font-weight: normal;
	text-decoration: underline;
}
.font_blue_bold_reguler_data {
	font-size: 120%;
	color: #6C6C6C;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}
.font_blue_bold_reguler_data_unread {
	font-size: 120%;
	color: #26639B;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
}
.login_name_data_login {
	padding-left: 5px;
}
.login_name_img {
	margin-right: 5px;
	margin-left: 15px;
}
	#columns #column3 {
	background-repeat: no-repeat;
	background-position: left top;
}
#columns #column1 .widget {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 2.5px;
}
#columns #column3 .widget {
	margin-top: 5px;
	margin-right: 2.5px;
	margin-bottom: 0;
	margin-left: 5px;
}
#columns #column3_mail {
	width: auto;
}
#columns .widget {
	padding: 3px 1px;	/* padding greater than corner height|width */
	/*padding: 2px;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-top: 5px;
	margin-right: 2.5px;
	margin-bottom: 0;
	margin-left: 2.5px;
}
#ehr_div_text {
	float: right;
	width: 80%;
}
#ehr_div_icons {
	float: left;
}
#columns .widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
#columns .widget .widget-head_wb {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
#columns .widget .widget-head h3 {
	float: left;
	color: #333333;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#columns .widget .widget-head_wb h3 {
	float: left;
	color: #333333;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#columns .widget .widget-content {
	color: #333333;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	line-height: 1.2em;
	overflow: hidden;
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/widget_bg_.jpg);
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#columns .widget .widget-content_2 {
	color: #333333;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	line-height: 1.2em;
	overflow: hidden;
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/widget_bg_.jpg);
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.widget-content_2_div    {
	float: left;
	width: 60px;
	font-weight: bold;
	font-size: 95%;
	text-align: center;
	margin-bottom: 10px;
}
#columns .widget .widget-content_2 a {
	width: 40px;
	font-weight: bold;
	font-size: 95%;
	text-align: center;
}
#columns .widget .widget-content  p {
	text-align: left;
	padding-top: .2em;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
}
#columns .widget .widget-content .images-side {
	float: left;
	margin-bottom: 40px;
}
#columns   .widget   .widget-content   img {
	float: left;
	border: 1px solid #FFF;
	margin: 10px;
}
#columns .widget .widget-content pre {
    padding: 0.5em 5px;
    color: #EEE;
    font-size: 0.9230em;
}
#columns .widget .widget-content ul {
    padding: 5px 0 5px 20px;
    list-style: disc;
}
#columns .widget .widget-content ul li {padding: 3px 0;}
#columns .widget .widget-content ul.images {
    padding: 7px 0 0 0;
    list-style: none;
    height: 1%;
}
#columns .widget .widget-content ul.images li {
    display: inline;
    float: left;
}
#columns .widget .widget-content ul.images img {
    display: inline;
    float: left;
    margin: 0 0 7px 7px;
}
#logo {
	float: left;
	margin-top: 6px;
	margin-left: 10px;
}
#logo img {
	padding-left: 5px;
}
#header_icons {
	text-align: center;
	float: right;
	margin-top: 6px;
	margin-right: 6px;
}
.header_icons {
	float: left;
	width: 7%;
}
.header_img_icon_div {
	float: left;
	width: 80px;
	font-weight: bold;
	font-size: 95%;
	display:none
}
.header_img_icon_div_1 {
	float: left;
	margin-top: 15px;
	width: 80px;
}
.ul_menu {
	list-style-type: none;
	display: inline;
}
.il_menu {
	list-style-type: none;
	display: inline;
	padding-right: 60px;
}
#main_menu_myintra {
	float: left;
	margin-bottom: -3px;
}
#main_menu_links {
	float: left;
	margin-top: 13px;
	margin-left: 20px;
}
#main_menu_search {
	float: right;
	margin-right: 20px;
	margin-top: 8px;
}
#main_menu_search_icon {
	float: right;
	margin-top: 8px;
}
#login_menu_login {
	margin-top: 13px;
	margin-left: 15px;
	float: left;
}
#login_menu_date {
	float: left;
	margin-top: 13px;
	margin-left: 20px;
	color: #26639B;
	font-weight: bold;
}
#login_menu_network {
	float: right;
	margin-top: 13px;
	margin-right: 18px;
	color: #26639B;
	font-size: 100%;
	font-weight: bold;
}
.login_menu_login {
	margin-top: 18px;
	margin-left: 15px;
	float: left;
}
#main_menu img {
	padding-left: 5px;
}
.wedgets_div_icons {
	padding-bottom: 20px;
	float: left;
}
.wedgets_div_icons_center {
	clear: both;
	float: left;
}

.wedgets_div_news {
	padding-bottom: 20px;
	float: left;
}
.action_sheet {
	clear: both;
	margin-left: 17px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
.action_sheet_header {
	float: left;
	width: 150px;
	margin-right: 20px;
	height: 30px;
}
.action_sheet_header_2 {
	float: left;
	margin-right: 20px;
	height: 30px;
}
#checkbox {
	height: 15px;
}
.action_sheet_content {
	clear: both;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 10px;
}
.action_sheet_content    table {
	border: 1px solid #999999;
}
.action_sheet_content    table    a:link {
	text-decoration: none;
}
.action_sheet_content table a:visited {
	text-decoration: none;
}
.action_sheet_content  table td {
	border: 1px solid #CCCCCC;
	padding-left: 5px;
	background-image: url(images/menu_05_.jpg);
	height: 25px;
}
.vacations_content {
	clear: both;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 10px;
}
.vacations_content table td {
	border: 1px solid #E8E8E8;
	padding-left: 5px;
	background-image: url(images/menu_05_.jpg);
	height: 25px;
}
.numbers {
	text-align: right;
	font-size: 105%;
}
.vacations_content table h3 {
	font-size: 100%;
	color: #333333;
}