﻿
/*
table 								
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	border-collapse:collapse;	margin-left: 0px;
}
td,th								{border:none;padding: 5px;text-align: left;vertical-align: top;}
*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.standardButton
{
    display:inline-block;
    background-color:#fff;
    background-image:url('http://www.ithinkdiscounts.com/gfx/button_gradient.gif');
    background-repeat:repeat-x;
    background-position:50% bottom;
    min-width:7.5em;
    padding:.3em;
    text-align: left;
}


.CMSPanel
{
	
}

.CMSPanel td
{
	vertical-align: top;
	text-align:left;
	font-size: small;
	
}
/*

caption 							{font-size:1.8em;text-align:left;color:#e76e34;padding-bottom:0.70em;}
table 								{font-size: 1.1em;color:#fff;border-spacing:0;width:100%;border-bottom:7px solid #b1b3b4;border-left:1px solid #b1b3b4;}
thead								{display: table-header-group;}
thead th							{text-align:center;}
tbody th							{text-align:left;padding-left:10px;}

td,th								{border:1px solid #b1b3b4;border-left:none;border-bottom:none;padding:5px 0 5px 0;}
tr.header_divisions	 th				{border-top:7px solid #b1b3b4; }
td span								{display:none;}

td 									{vertical-align:middle; text-align:left;font-size:1.25em; line-height:1.45em;margin-bottom:0.70em;}




table.approvals tbody th			{overflow:hidden;width:11em;}


*/

.OrangeGradient
{
	background-image: url('assets/images/intranet.jpg');
	height: 313px;
	padding-left: 20px; 
	padding-right: 20px; 
	padding-top: 20px; 
	
}
.StandardText
{
	font-size: small;
	font-family: Calibri;
	color: White;
}

.sideBar
{
	/* background-image: url("/gfx/sidebarbox.png");
	background-repeat: repeat-y;
	background-color: black;
	*/
	vertical-align: top;
	text-align: left;
	padding: 5px;
	
}

.mainContent
{
	padding: 5px;
	text-align: left;
}

.standardTextInput
{
    width: 300px;
    border: 1px solid #808080;
    background-color: #C0C0C0;
}
.standardTextInput:hover
{
    width: 300px;
    border: solid 1px black;
    background-color: #CCCCCC;
}
.standardTextInput:focus
{
    width: 300px;
    border: solid 1px black;
    background-color: #FF9933;
}