
/**************************DATAGRID STYLE***********************************/
/*need to include in asp:DataGrid HTML code:
  <AlternatingItemStyle CssClass="GridAltItem"></AlternatingItemStyle>
  <ItemStyle CssClass="GridItem"></ItemStyle>
  <HeaderStyle CssClass="GridHeader"></HeaderStyle>

 and HeaderStyle-ForeColor="gainsboro" in asp:BoundColumn 
*/

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 29px;
    height: 17px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(../admin/layout_images/priority_sm2.jpg);
}

.emptyRatingStar {
    background-image: url(../admin/layout_images/priority_sm1.jpg);
}

.savedRatingStar {
    background-image: url(../admin/layout_images/priority_sm3.jpg);
}

 /* Modal Popups */
 .confirm-dialog
{
    background: url(../images/img/bg/dialog24.png) no-repeat left top;
    margin: 0px auto;
    width: 800px;
    padding-top: 14px;
    position: relative;
    top: 0px;
    left: 0px;
}
 .confirm-dialog_sm
{
    background: url(../images/img/bg/dialog24_sm.png) no-repeat left top;
    margin: 0px auto;
    width: 430px;
    padding-top: 14px;
    position: relative;
    top: 0px;
    left: 0px;
}
.confirm-dialog .inner
{
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 0px;
    background: url(../images/img/bg/dialog24_bottom.png) no-repeat left bottom;
    margin: 0px 0px -20px 0px;
    width: 800px;
} 
.confirm-dialog_sm .inner
{
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 0px;
    background: url(../images/img/bg/dialog24_bottom_sm.png) no-repeat left bottom;
    margin: 0px 0px -20px 0px;
    width: 430px;
} 
.confirm-dialog .base {	
    BORDER-TOP: #ddd 1px solid;	
    BACKGROUND: url(../images/img/bg/dialog-base.png) no-repeat left bottom;	
    PADDING-BOTTOM: 4px;	
    MARGIN-LEFT: -11px;	
    MARGIN-RIGHT: -11px;	
    PADDING-TOP: 4px;	
    TEXT-ALIGN: center;
}
.confirm-dialog .scroll-content
{
    overflow: auto;
    width: 765px;
    height: 568px;
} 
.confirm-dialog_sm .scroll-content
{
    overflow: auto;
    width: 395px;
    height: 140px;
} 
.confirm-dialog H2 {	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 1.25em;	
    COLOR: #f60;
    TEXT-ALIGN: center;
} 

.confirm-dialog input {	
    WIDTH:50px;
}     

.close
{
    display: block;
    background: url(../images/img/icn/close24.png) no-repeat 0px 0px;
    width: 26px;
    text-indent: -1000em;
    position: absolute;
    top: -7px;
    height: 26px;
    right: -5px;
}   
.modalBackground
{
    background-color:Gray;  
    filter: alpha(opacity=70) !important;
    opacity: 0.7;
    top: 0px !important;
    left: 0px !important;
    z-index: 100 !important;
} 
    /* Modal Popups */

    .MenuText
{
    vertical-align: middle;
    text-align: center;
    color: #D7E6ED;
    font-size: 12px;
    font-weight: bold;
    z-index: 600;
} 
    .MenuDarkText
{
      color: #0d1216;
      font-size: 12px;
} 
.MenuCenter
{
    text-align: center;
    font-size: 12px;
}
.PlainTable
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.TableForm
{
 margin-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.Sides_Table_Background
{
    background-color: #27343C;
}
.Table_Background
{
    background-position: left top;
    background-attachment: scroll;
    background-image: url(../images/top_fade.jpg);
    background-repeat: repeat-x;

}
.Body_Table_Background
{
	background-position: left top;
	background-attachment: scroll;
	background-image: url(../images/top_fade.jpg);
	background-repeat: repeat-x;
	width: 100%;
    height: 100%;
    vertical-align: top;
    background-color: White;
}
.Menu_Edge_Left
{
    background-position: center top;
    background-attachment: scroll;
    background-image: url(../images/menu_edge_left.jpg);
    background-repeat: no-repeat;
    width: 8px;
    height: 30px;
}
.Menu_Edge_Right
{
    background-position: center top;
    background-attachment: scroll;
    background-image: url(../images/menu_edge_right.jpg);
    background-repeat: no-repeat;
    width: 8px;
    height: 30px;
}
.Body_Edge_Bottom
{
    background-position: center top;
    background-attachment: scroll;
    background-image: url(../images/body_edge_bottom.jpg);
    background-repeat: no-repeat;
}
.footer
{

}

.Footer_Table_Background
{
	background-position: left top;
	background-attachment: scroll;
	background-image: url(../images/footer_background.gif);
	background-repeat: repeat-x;
}
.Grid
{
    border: 1px solid #FFFFFF;
   }

.Grid td
{
    border-right:  1px solid;
    border-top:  1px solid;
    padding-left: 1px;
    margin: 1px;
    border-left:  1px solid;
    border-bottom:  1px solid;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    border-color: #FFFFFF;
}

.GridHeader
{
    padding: 0px 2px 0px 2px;
    border-right: 1px solid;
    border-top: 1px solid;
    font-weight: bold;
    font-size: 12px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    text-align: center;
    border-color: #FFFFFF;
    background-image: url(../images/top_fade_grid.jpg);
    background-repeat: repeat-x;
    height: 25px;
    color: #708796;
}

.GridHeader a:link, .GridHeader a:visited
{
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	color: gainsboro;
	padding-top: 5px;
	background-color: dimgray;
	text-decoration: none;
}

.GridHeader a:hover, .GridHeader a:active
{
	background-position: 0px 100%;
	background-attachment: scroll;
	background-image: none;
	color: gainsboro;
	background-repeat: no-repeat;
	text-decoration: underline
}

.GridItem, .GridAltItem
{
	border-right: gainsboro 1px solid;
    padding: 3px 4px 3px 4px;
	border-top: gainsboro 1px solid;
	font-size: 12px;
	margin: 1px;
	border-left: gainsboro 1px solid;
	color: #27343c;
	border-bottom: gainsboro 1px solid;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.GridItem1, .GridAltItem1
{
    padding: 3px 4px 3px 4px;
    border-right: gainsboro 1px solid;
    border-top: gainsboro 1px solid;
    font-size: 12px;
    margin: 1px;
    border-left: gainsboro 1px solid;
    color: #27343c;
    border-bottom: gainsboro 1px solid;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.GridItem
{
	background-color: #f2f5f9;
}
.GridItem1
{
	background-color: #f2f5f9;
}

.GridAltItem
{
	background-color: #e3e8f2;
}
.GridAltItem1
{
	background-color: #e3e8f2;
}

.LinkForGrid
{
	font-weight: bold;
	font-size: 12px;
	color: #27343c;
}
.NoRecordsForGrid
{
	font-weight: bold;
	font-size: 17px;
	color: gray;
}

/* Default CSS Stylesheet for a new Web Application project */


html, body
{
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 13px;
    word-spacing: normal;
    text-transform: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
    background-color: #27343C;
    min-height: 100%;
    height: auto !important; /* for modern browsers */
    height: 100%;
    position: relative;
}
.wrapper
{
    min-height: 100%;
    height: auto !important; /* for modern browsers */
    height: 100%;
}
    
erd2Table
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	

	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color: #2f52a60;
	}	
		
A:visited	{	
	text-decoration:	none;
	color: #2f52a60;
	}	
		
A:active	{	
	text-decoration:	none;
	color: #2f52a60;
	}	
		
A:hover	{	
	text-decoration:	none;
	color: #2f52a60;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.FormButton
{
	border: 1px solid #acacac;
    font-size: 11px;
	    background-attachment: scroll;
	background-image: url('../images/btn_background.gif');
	    background-repeat: repeat;
	    font-family: Arial, Verdana, Helvetica, sans-serif;
    height: 20px;
}
.Form_Elements
{
	border-right: #acacac 1px solid;
	padding-right: 3px;
	border-top: #acacac 1px solid;
	padding-left: 3px;
	font-size: 11px;
	border-left: #acacac 1px solid;
	border-bottom: #acacac 1px solid;
	background-color: #ffffff;
}
.PDFForm_Elements
{
	border-right: #acacac 1px solid;
	padding-right: 3px;
	border-top: #acacac 1px solid;
	padding-left: 3px;
	font-size: 12px;
	border-left: #acacac 1px solid;
	border-bottom: #acacac 1px solid;
	background-color: #ffffff;
}
.Form_Labels
{
	font-weight: bold;
	font-size: 11px;
	color: gray;
}
.PDFForm_Labels
{
	font-weight: bold;
	font-size: 12px;
	color: black;
		font-family: Arial, Verdana, Helvetica, sans-serif;
}
.Form_LabelsWithBorder
{
	border-right: #acacac 1px solid;
	padding-right: 0px;
	border-top: #acacac 1px solid;
	padding-left: 0px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 0px;
	border-left: #acacac 1px solid;
	color: gray;
	padding-top: 0px;
	border-bottom: #acacac 1px solid;
	background-color: #ffffff;
}
.FormButton_old
{
	border-bottom: 3px solid #acacac; 
	border-left: 3px solid #acacac; 
	border-right: 3px solid #acacac; 
	border-top: 3px solid #acacac; 
	background-color: #F2F2F2; 
	font-size: 11px; 
}
.Label_Heading
{
	font-weight: bold;
	font-size: 27px;
	color: #e6a431;
}
.Label_HeadingSmaller
{
	font-weight: bold;
	font-size: 27px;
	color: #e6a431;
	text-align: right;
}
.PDFShipping_Label
{
	font-weight: bold;
	font-size: 40px;
	color: black;
}
.Label_JobNo
{
	border-right: #acacac 1px solid;
	padding-right: 3px;
	border-top: #acacac 1px solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 35px;
	border-left: #acacac 1px solid;
	color: black;
	border-bottom: #acacac 1px solid;
}
.PDFLabel_JobNo
{
	font-weight: bold;
	font-size: 30px;
	color: black;
}
.Label_Section
{
	font-weight: bold;
	font-size: 13px;
	color: #2f52a6;
}
.PDFLabel_Section
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	text-decoration: underline;
}
.Label_SectionLarger
{
	font-weight: bold;
	font-size: 16px;
	color: #2f52a6;
	text-decoration: underline;
}
.PDFLabel_SectionLarger
{
	font-weight: bold;
	font-size: 16px;
	color: Black;
	text-decoration: underline;
}
.Label_Date
{
	font-weight: bold;
	font-size: 25px;
	color: gray;
}
.Label_ShowDate
{
	font-weight: bold;
	font-size: 16px;
	color: #2f52a6;
}
.Label_ShowName
{
	font-weight: bold;
	font-size: 20px;
	color: #2f52a6;
}
.Menu_Links
{
	font-size: 14px;
	color: #2b71bc;
}
.LabelHeaderEnterInfo
{
 margin-top: 10px;
 font-weight: bold;
 font-size: 12pt;
 color: gray;
}
