﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/
body {
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
}

.pWrapper { /* page content container
	margin-left: auto;
	margin-right: auto;
	width: 1000px; */
	margin-top: 25px;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	}

.pcT { /* page container top center edge (header container)
	background-color: #007cb2;
	background-repeat: repeat-x;
	padding-bottom: 8px;
	padding-right: 8px; */
	background-image:url(../../Images/IronSpeedPageHeaderC.png);
	background-position: top center;
	height: 67px;
	padding-left: 16px;
	padding-top: 8px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	}

.dialog_view, .dv, .panelC { /* panel container (includes panel header)
	-moz-border-radius: 4px;
	-moz-box-shadow: 0px 0px 3px #bbbbbb;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 3px #bbbbbb;
	background-color: #fdfdfd;
	border-radius: 4px;
	box-shadow: 0px 0px 3px #bbbbbb;
	margin-bottom: 10px;
	padding: 2px;
	text-align: left;
	vertical-align: top;
	width: 100%; */
	padding: 10px;
	}

.dialog_header_text, .dht { /* panel header title text
	color: #1578b0;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 16px;
	font-weight: normal;
	white-space: nowrap; */
	padding-left: 0px;
	}

.footer { /* footer content
	color: #e6e6e6;
	font-family: Arial, Verdana, Georgia, sans-serif;
	padding-top: 6px;	
	width: 100%; */
	font-size: 10px;
	}
	
	.Search_Input1, .si { /* search textbox */

	color: #555555;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	vertical-align: bottom;
	width: 246px;
	} 

.Search_InputHint1 { /* "search for..." text inside search textbox */

	color: #999999;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 11px;
	width: 246px;
	} 
