@charset "utf-8";

/* CSS Document */

ul.wp_mechanic{		

}



ul.wp_mechanic li{

	padding:2px;	

	width:3.2%;

	

}





ul.wp_mechanic li a,

ul.wp_mechanic li a:active,

ul.wp_mechanic li a:visited{

	font-size:14px;

	text-decoration:none;

	color:#DFDFDF;

}



ul.case_U a{

	text-transform:uppercase;

}



ul.case_L a{

	text-transform:lowercase;

}



ul.wp_mechanic li a:hover,

ul.wp_mechanic li a.selected{

	text-decoration:underline;

	font-weight:bold;

}

#wm_dashboard_widget{

			

}

#wm_dashboard_widget .wm-face{
    background-image: url("mechanic_face_50x47.png");
    background-repeat: no-repeat;
    height: 47px;
    position: absolute;
    right: 0;
    top: -60px;
    width: 50px;
    z-index: 1;
	cursor:pointer;
}


#wm_dashboard_widget a{

	cursor:pointer;

}



#wm_dashboard_widget .wm-rss-widget{

	float:none;

	position:relative;

}



#wm_dashboard_widget .wm-rss-widget a{

	font-size:12px;

}



#wm_dashboard_widget .wm-subsubsub{

	float:none;

	white-space: normal;

}



#wm_dashboard_widget .wm-subsubsub li{

	float:left;

}

#wm_dashboard_widget .wm-subsubsub li,

#wm_dashboard_widget .wm-subsubsub li a{	

	padding-right:6px;	

}





#wm_dashboard_widget .textarea-wrap textarea {

    max-width: 100%;

	width:100%;

	border: 1px solid #DFDFDF;

}



#wm_dashboard_widget .screen-reader-text{

    height: 1px;

    left: -1000em;

    overflow: hidden;

    position: absolute;

    top: -1000em;

    width: 1px;

}



#wm_dashboard_widget .hide{

	display:none;

}



#wm_dashboard_widget .submit {

    border: 0 none;

    float: none !important;

    margin: 0.5em 0 0;

    padding: 10px 0px 0px 0px !important;

}



#wm_dashboard_widget .wm-feeds{

    clear: both;

    float: none;

    max-height: 300px;

    overflow: auto;

	border-bottom: 1px solid #DFDFDF;

	margin-bottom:10px;

}



#wm_dashboard_widget .waiting{

	color: #E66F00;

}

#wm_dashboard_widget .approved{

	color: green;

}



#wm_dashboard_widget .wm-feeds{

	

}

#wm_dashboard_widget .wm-feeds h3{

	cursor:pointer;

    border: 1px solid #DFDFDF;

	border-bottom:0px;

    color: #21759B;

    font-weight: normal;	

	border-top-right-radius: 4px;

	border-top-left-radius: 4px;

	font-size:12px;

	font-family:sans-serif;

}
#wm_dashboard_widget .wm-feeds h3 span{
	float:right;
	font-size:10px
}

#wm_dashboard_widget .wm-feeds div{

	border: 1px solid #DFDFDF;

	border-bottom:0px;

}

#wm_dashboard_widget .wm-feeds div p{

	padding: 0.4em 1em 1em 1em;

	border-bottom-right-radius: 4px;

	border-bottom-left-radius: 4px;
        
        margin-bottom: 0;

}

#wm_dashboard_widget .wm-feeds div p a,

#wm_dashboard_widget .wm-feeds div p a:visited{

	color:#333333;

	font-size:12px;	

}

#wm_dashboard_widget .wm-feeds div p a:hover{

	color:#21759B;

}



#wm_dashboard_widget #wm-mechanic-wrap{

}



#wm_dashboard_widget #wm-mechanic-close,
#wm_dashboard_widget #wm-mechanic-help{

    color: #21759B;

    float: right;

    font-size: 12px;

    line-height: 24px;

}

#wm_dashboard_widget #wm-lookup{
	width:100%;
	max-width:100%;
	padding:8px;
	margin-bottom:10px;
	font-size:14px;
}

#wm_dashboard_widget #wm-help{
	width:100%;
	max-width:100%;
	background-color:#FFFFFF;
	height:300px;
	max-height:100%;
	display:none;
        padding-bottom: 20px;
	
}

#wm_dashboard_widget #wm-help p{
        padding: 0 10px 0px 10px;
        line-height: 20px;
}
#wm_dashboard_widget #wm-help ol{
       
        padding: 0 10px 0px 10px;
}
#wm_dashboard_widget #wm-help small{
        display: block;
        padding: 0 16px;
}
#wm_dashboard_widget #wm_get_started{
        text-align: center;
}