
/* What is Antiq */
.welcome {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
}

.whatis{
	min-height:150px;
	width:790px;
	background: url(../images/whatis_bg.jpg) repeat-x #fdf7e9;
	border:#bbbbbb 1px solid;
	margin-top: 10px;
	font-size:14px;
}

.whatis h1 {
	color:#000000;
	font-size:20px;
}

/* Coners */
.wbl, .wbr, .wtr, .wtl {
	width:10px;
	height:10px;
	position:relative;
	z-index:10;
	line-height:1px;
	font-size:1px;
}
.wbl{
	background-image:url(../images/wbl.png);
	float:left;
	margin-left:-1px;
	margin-bottom:-1px;
}
.wbr{
	background-image:url(../images/wbr.png);
	float:right;
	margin-right:-1px;
	margin-bottom:-1px;
}
.wtr{
	background-image:url(../images/wtr.png);
	float:right;
	margin-right:-1px;
	margin-top:-1px;
}
.wtl{
	background-image:url(../images/wtl.png);
	float:left;
	margin-left:-1px;
	margin-top:-1px;
}

.whatis2{
	min-height:100px;
	background:url(../images/whatis_bg.jpg) repeat-x #fdf7e9;
	border:#bbbbbb 1px solid;
	padding:1px;
	font-size:10px;
	padding-bottom:0px;
	margin-top:15px;
}

.log_in{
	min-height:195px !important;
}

.whatis2 label{
	font-size:12px;
}

.whatis2 form{
	display:block;
	overflow:hidden;
	position:relative;
	z-index:10000;
}

.whatisheader{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#cc3333;
	font-size:16px;
	padding-left:0px;
	padding-right:10px;
	position:relative;
	margin:0 0 15px 0;
	font-weight:normal;
	z-index:1;
}

.whatis_leftcontent{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:15px;
	margin-top:10px;
	float:left;
	
	
	font-size:12px;
	line-height:17px;
}



.whatis_table{
	font-family:12px normal Verdana, Arial, Helvetica, sans-serif;
	margin-left:20px;
	clear:left;
	_width:98%;
}
.whatis_table td{
	vertical-align:top;
	line-height:15px;
	color:#333333;
	padding-right:15px;
	padding-bottom:8px;
	padding-left:5px;
	font-size:11px;
}
.whatis_table strong{
	color:#000000;
	font-size:12px;
}

.whatis_table .imgblock{
	float: left;
	margin-right: 10px;
	min-height: 75px;
}


.welcome .whatis_rightcontent{
	width: 24%;
	padding: 0;
	margin: 0;
	float:right;
	text-align:center;
	font-size:20px;
	line-height:normal;
}


.whatis_rightcontent p{
	margin-top:20px;
}

.whatis_rightcontent_login{
	font-family:"Book Antiqua", "Times New Roman", serif;
	font-size:14px;
	text-align:center;
	margin-top:5px;
}

.whatis_rightcontent_login a{
	font-family:"Book Antiqua", "Times New Roman", serif;
	font-size:14px;
	text-decoration:underline;
	color:#a01d11;
}

.whatis_rightcontent_login a:hover{
	text-decoration:none;
}

.whatis_rightcontent_header a{
	font-family:"Book Antiqua", "Times New Roman", serif;
	font-size:36px;
	text-decoration:underline;
	color:#a01d11;
}

.whatis_rightcontent_header a:hover{
	text-decoration:none;
}

.whatis_rightcontent_header_subtext{
	font: 14px normal "Book Antiqua", "Times New Roman", serif;
	color:#a01d11;
	margin-top:5px;
}

.whatis_rightcontent_subtext{
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
	text-align: center;
	background:url(../images/wsbg.jpg) repeat-x #fdf3dd;
	padding: 5px;
	margin: 10px 0;
	clear: both;
	border: 1px solid #e17d18;
}

.whatis_rightcontent_subtext p{
	padding:15px;
	margin:0px;
}

.whatis_rightcontent_image{
	margin-top:15px;
	text-align:center;
}

.wscorner{
	position:absolute;
	z-index:1;
	width:44px;
	height:19px;
	margin-top:-19px;
	margin-left:50px;
	background-image:url(../images/wscorner.png);
	background-repeat:no-repeat;
}

.wsbr, .wsbl, .wstr, .wstl {
	position:relative;
	z-index:1;
	width:8px;
	height:8px;
}
.wsbr{
	background-image:url(../images/wsbr.png);
	float:right;
	margin-right:-1px;
	margin-bottom:-1px;
}

.wsbl{
	background-image:url(../images/wsbl.png);
	float:left;
	margin-left:-1px;
	margin-bottom:-1px;
}

.wstr{
	background-image:url(../images/wstr.png);
	float:right;
	margin-right:-1px;
	margin-top:-1px;
}

.wstl{
	background-image:url(../images/wstl.png);
	float:left;
	margin-left:-1px;
	margin-top:-1px;
}



/* Top menu */

.a2_menubar {
	width: 100%;
	background: #e17d18 url( ../images/bg_topmenu.gif ) top repeat-x;
	font: 11px normal "lucida grande",tahoma,verdana,arial,sans-serif;	
	padding: 0;
	margin: 0;
	height: 38px;
}

.dropmenu, .dropmenu ul { 
    padding: 0;
	margin: 0;
}

.dropmenu li { 
    float:left; 
    display:inline-block; 
    font-size:11px; 
    position: relative;
    z-index: 1500;
	margin: 0;

}
.dropmenu ul ul { 
    position: absolute;
    z-index: 500;
}
.dropmenu ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
}
.dropmenu ul ul, .dropmenu ul li:hover ul ul, .dropmenu ul ul li:hover ul ul { 
    display: none; 
}
.dropmenu ul li:hover ul, .dropmenu ul ul li:hover ul, .dropmenu ul ul ul li:hover ul { 
    display: block; 
}
.dropmenu a { 
    color:#ffffff; 
    text-decoration:none; 
    display:block; 
    background:url(/images/menu-item-border.gif) left top no-repeat;
}
.dropmenu .first { 
    background:none;
}
.dropmenu a span { 
    display:block; 
}
.dropmenu a span span { 
    padding:10px 15px;	 
    position:relative;
	text-align: left;
}
.dropmenu li:hover span span, .dropmenu .active { 
    color:#2f4a85; 
	background: #fafaf9;
}
.dropmenu li:hover  { 
    /* right:-2px; */
}
.dropmenu li:hover, .dropmenu .active { 
    color:#2f4a85; 
    background:url(/images/item-act-bg.gif) top repeat-x;  
    position:relative; 
}
.dropmenu li:hover span, .dropmenu .active span { 
    background: #fafaf9 url(/images/item-act-left-bg.gif) left top no-repeat;  
    position:relative;
}
.dropmenu li:hover span span, .dropmenu .active span span { 
    background: #fafaf9 url(/images/item-act-right-bg.gif) right top no-repeat;
}
.dropmenu .submenu {
	padding: 0;
	width:170px;
}
.dropmenu .submenu li {
	padding: 0;
    /* float:left; */
	/* display:inline-block; */
	width:170px;
	font-size:11px; 
	border-bottom:1px solid #cfcdcb;
	border-left:1px solid #cfcdcb;
	border-right:1px solid #cfcdcb;
	background: #fafaf9; 
}
.dropmenu .submenu li a {
	background: none;
}
.dropmenu .submenu li:hover, .dropmenu .submenu li.nextmenu:hover {
	background: #e9e8e5;
/*	border-left:1px solid #f0800d; */
	display: block;
    right:0px;
}
.dropmenu .submenu li a span { 
	background: none;
}
.dropmenu .submenu li a span span { 
	padding: 8px 10px; 
	position:relative;
	background: none;
}
.dropmenu .submenu li.nextmenu {
	background:url(/images/expand_right.gif) right center no-repeat #fafaf9;
	display:block; 
}

.editlink {
	color: #808080;
	font-size: 10px;
}

a.editlink {
	color: #C0C0C0;
}

a.editlink:hover {
	color: #bd3b01;
}

/* Left panel */

.left_side {
	width: 160px;
	margin-right: 10px;
	min-height: 500px;
	float: left;
}

.panel {
    vertical-align: top;
    text-align: left;
    padding-right: 0px;
    width:160px;
	margin: 0 0 0 0;
/*	float: left; */
}

.panel ul {
    width:160px;
	margin: 0;
	padding: 0;
}

.panel li {
	list-style-type:none;
	text-align:left;
	padding: 5px 5px;
	margin: 0 !important;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	background:#F9F9F9;
}

.panel li.selected {
	border:1px solid #DDDDDD;
	background:#DDDDDD;
}

.panel li:hover {
	background:#DDDDDD;
}

.panel li a {
	display:block;
	text-decoration: none;
	margin: 0;
	color: #444;
}





div.shadewidth {
    width:150px;
    height:20px;
    padding:6px 0px 0px 5px;
    text-align:left;
    margin-right:10px;
}

div.shadewidth:hover {
/*    width:100%x; */
    height:20px;
    text-align:left;
    background:#9AD8F9;
    padding:6px 0px 0px 5px;
    text-decoration:none;
    margin-right:10px;
}

.shader{
	font-size:11px;
	font-weight:normal;
	list-style-type:none;
}

.shader_dock {
    vertical-align: top;
    text-align: left;
    padding-right: 0px;
    width:160px;
	margin-top: 10px;
	float: left;
}

.shader li{
	text-align:left;
	padding: 0 !important;
	margin: 0 !important;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}

.shader li a div{
	text-decoration: none;
	background:#F9F9F9;
	margin: 0;
}

.shader li a:visited div{
}

.shader li a:hover div{
	text-decoration:none;
	background:#EDEDED;
	margin: 0;
}

.shader li a.selected div{
	background:#E5E5E5;
	font-size:11px;
	border:1px solid #DDDDDD;
}

.shader li a.selected{
}

.shader li a.selected:hover{
	text-decoration:none;
}

.left   { float: left; }
.right  { float: right; }
.center { margin: auto; }

.width16 { 
	width: 16px;
	margin: auto;
}

#socialize-icons {
	margin:8px auto 0; 
	clear: both; 
	width: 215px; 
	padding-top: 25px; 
	height:50px; 
	background:url(images/back-socialize-icons.png) no-repeat center top 
}
#socialize-icons ul {list-style:none }
#socialize-icons a {display: block; height: 35px; width:35px }
#socialize-icons li {float: left; overflow:hidden; text-indent: -33333px; margin:0 7px  }
#icon-twitter {background: url(images/icon-twitter.jpg) no-repeat }
#icon-facebook {background: url(images/icon-facebook.jpg) no-repeat }
#icon-rss {background: url(images/icon-rss.jpg) no-repeat }
#icon-youtube {background: url(images/icon-youtube.jpg) no-repeat }


.login-promo-in {
	background-color: transparent;
	background-image: url("http://static02.linkedin.com/scds/common/u/img/bg/bg_question_orange_top_365x300.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	width: 335px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.login-promo {
	background-color: transparent;
	background-image: url("http://static02.linkedin.com/scds/common/u/img/bg/bg_question_orange_bot_365x34.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 100%;
	float: left;
	width: 365px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	padding-bottom: 34px;
}

a.action,span.action{display:block;float:left;margin:0 10px 0 0;border:1px solid #f6be68;-moz-border-radius:4px;-webkit-border-radius:4px;background:#fc0 url(http://static01.linkedin.com/scds/common/u/img/sprite/sprite_global_v2.png) repeat-x 0 -320px;text-decoration:none!important;color:#000!important;cursor:pointer;text-align:center;}
a.action span,span.action span{display:block;min-height:16px;padding:3px 20px!important;white-space:normal!important;}
a.action.secondary,span.action.secondary{background:#dcdcdc url(http://static01.linkedin.com/scds/common/u/img/sprite/sprite_global_v2.png) repeat-x 0 -370px;border:1px solid #bbb;}
a.action:hover{background:#c8e7fa url(http://static01.linkedin.com/scds/common/u/img/sprite/sprite_global_v2.png) repeat-x 0 -420px;border:1px solid #99cce6;}
a.action:visited{color:#000;}

