/*DOM TAG STYLES -----------------------------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	background-color:#FFFFFF;
}
div {}
table {}
tr {}
td, th {
	vertical-align:top;
	text-align:left;
}
td {}
th {}
h1, h2 {
	font-size: 18px;
	height:30px;
	margin-bottom:10px;
	text-transform:uppercase;
	background-color:#F2AAC8;
}
h1 span, h2 span {
	font-size: 18px;
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
	background-color:#FC5BAC;
	color:#FFFFFF;
	float:left;
}
h2 {
	background-color:#9ADAE4;
}
h2 span {
	background-color:#64C3D5;
}
h3 {
	font-size: 14px;
	text-transform:uppercase;
}
h4 {}
h5 {}
h6 {}
p {
	line-height:1.5em;
	margin-bottom: 12px;
}
a {
	color: #FC5BAC;
	text-decoration:none;
}
a:hover {
	color: #FC5BAC;
	text-decoration:underline;
}
img {}
ul {
	margin-bottom:12px;
}
li {
	margin-left: 20px;
}
form{}
form .error {
}
form td, form tr {
}
form .field {
}
form .label {
} 
form .captcha {
	vertical-align:bottom;
} 
form .element input {
}
label {
	display: block;
}
input {
}
textarea {
	width: 300px;
	height:70px;
	overflow:auto;	
}
select {
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	padding:2px;
	border: 1px solid #FDECF2;
}
object, embed {
	display:block;
}




/*GENERAL CLASS STYLES --------------------------------------------------------------------------------------------*/
.headerUnderline {
	background-image: url(/Shoes/main/images/default-dotted-line-3px-gray.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.lightP {
	color:#999999;
}
.smallLightP {
	margin-bottom:0px;
	color:#999999;
	font-size:10px;
}
.block {
	display:block;
	border:none;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
.leftBlockDiv {
	display:block;
	border:none;
	padding: 0px;
	margin:0px;
	margin-bottom:10px;
	background-image:url(/Shoes/main/images/block-left-mid.png);
	background-repeat:repeat-y;
	color:#5C7787;
}
.rightBlockDiv {
	display:block;
	border:none;
	padding: 0px;
	margin:0px;
	margin-bottom:10px;
	background-image:url(/Shoes/main/images/block-right-mid.png);
	background-repeat:repeat-y;
	color:#5C7787;
}
.leftBlockDiv .blockContentDiv {
	margin-left:10px;
	margin-right:12px;
}
.rightBlockDiv .blockContentDiv {
	margin-left:12px;
	margin-right:10px;
}
.blockContentDiv h3 {
	font-size: 14px;
	line-height:14px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight:normal;	
	background-image: url(/Shoes/main/images/default-dotted-line-3px-gray.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.blockImg {
	display:block;
	border:none;
	margin:0px;
	padding:0px;
}
.iconImg100x80 {
	width:100px;
	height:80px;
}
.iconImg75x60 {
	width:75px;
	height:60px;
}
.iconTd {
	padding-right:10px;
	padding-bottom:10px;
}
.frameImg, .frameIconImg {
	display:block;
	border:none;
	margin:0px;
	padding:0px;
	position: absolute;
	z-index: auto;
}

.embedDiv {
	width:100%;
	margin-bottom: 10px;
	text-align:center;
}



/*GENERAL & HEADER STYLES --------------------------------------------------------------------------------------------*/
#outerDiv {
	width:1000px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
#headerDiv {
	width:100%;
	height: 189px;
	background-color:#FFFFFF;
	margin-bottom:20px;
	background-image: url(/Shoes/main/images/rishis-top-banner.png);
	background-repeat: no-repeat;
}
#logoDiv {
	width:100%;
	height: 165px;
}
#userDiv {
	width:350px;
	margin-top:15px;
	margin-left:15px;
	float: left;
}
#userDiv p {
	margin-bottom:5px;
	line-height: 16px;
}
#userDiv p img{
	vertical-align:middle;
}
#userDiv .linkSpan {
	font-style:italic;
}



/*NAVIGATION STYLES --------------------------------------------------------------------------------------------*/
#navigationDiv {
	height:24px;
	margin-left:10px;
	margin-right: 10px;
}
#navigationDiv ul {
	margin:0px;
	list-style:none;
}
#navigationDiv li {
	padding:0px;
	margin:0px;
	float:left;
}
#navigationDiv li a {
	display:block;
	line-height:24px;
	padding-left:31px;
	padding-right:31px;
	margin:0px;
	color:#5C7787;
	text-decoration:none;
}
#navigationDiv li a:hover {
	color:#9A6B36;
	text-decoration:none;
}
#navigationDiv li .highlight {
	color:#9A6B36;
	background-color:#FFFFFF;
	background-image: url(/Shoes/main/images/navigation-tab.png);
	background-repeat: repeat-x;
}



/*MAIN STYLES --------------------------------------------------------------------------------------------*/

#mainDiv {
	width:100%;
	margin-bottom:20px;
}
#contentDiv {
}
#contentDiv table {
	margin-bottom: 12px;
}
#titleH1 {}
#searchDiv {
	width: 300px;
	text-align: right;
	float:right;
}
#bodyContentDiv {}




/*NOTIFICATION & INFO STYLES --------------------------------------------------------------------------------------------*/
#notifications {
	clear:both;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: -10px;
	margin-bottom: 10px;
}
#notifications ul {
	margin:0px;
	list-style:none;
}
#notifications .messageDone, #notifications .messageFail, #notifications .messageInfo {
	line-height:20px;
	padding-left:20px;
	margin:0px;
	background-repeat:no-repeat;
}
#notification .messageDone {
	background-image: url(/Shoes/main/icons/accept.png);
}
#notification .messageFail {
	background-image: url(/Shoes/main/icons/exclamation.png);
}
#notification .messageInfo {
	background-image: url(/Shoes/main/icons/information.png);
}
#controlsDiv {
	clear: both;
	height:20px;
	margin-bottom: 10px;
}
#controlsDiv a {
	margin-right: 10px;
}


/*STANDARD GRID STYLES --------------------------------------------------------------------------------------------*/
.gridNavigation {
	clear:both;
	line-height:20px;
	height:20px;
	padding-right:10px;
	background-color: #F2F4F4;
	text-align:right;
/*	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;*/
}
.gridNavigation a {

}
.gridNavigation a:hover {

}
.gridNavigation .highlight {
	color:#555555;
	font-weight:bold;
}
.gridTable {
	width:100%;

}
.gridTable th, .gridTable td {
	padding-left:10px;
	padding-right:5px;
}
.gridTable td {
	padding-top: 2px;
	padding-bottom:2px;
}
.gridTable th {
	height:24px;
	line-height:24px;
	padding-right: 20px;
	background-color: #CCCCCC;
	background-image: url(/Shoes/admin/images/barLight-25px.png);
	background-repeat: no-repeat;
	background-position: right;
}
.gridTable td img {
	vertical-align:middle;
}
.gridTable th a {
	padding-right: 20px;
	color:#231F20;
}
.gridTable th a:hover {
	color:#231F20;
	text-decoration: underline;
}
.gridTable th .sorted {
	background-image: url(/Shoes/admin/icons/bullet_arrow_down.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.gridTable th .sortedDesc {
	background-image: url(/Shoes/admin/icons/bullet_arrow_up.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.gridTable .evenRow {
	background-color: #F2F4F4;
}
.gridTable .highlight {
	background-color: #D3ECF5;
}
.gridNavigation {
	clear:both;
}
.searchInput {
	display: block;
	height: 14px;
	margin-top:6px;
	margin-right: 5px;
	font-size:12px;
	float:right;
	color:#231F20;
	border: 1px inset #231F20;
}
.searchButton {
	display: block;
	margin-top: 7px;
	margin-left: 4px;
	cursor: pointer;
	float:right;
}



/* STANDARD FORM STYLES --------------------------------------------------------------------------------------------------*/
.standardForm {
	margin-bottom:10px;
}
.standardForm table {
	background-color:#FFFFFF;
	padding:10px;
	border:10px solid #FDECF2;
	margin:0px;
}
.standardForm td, .standardForm th {
	padding-right:10px;
	padding-bottom:6px;
	background-color:#FFFFFF;
}
.standardForm  .error {
	color:#FF0033;
	font-size:10px;
}
.standardForm .field {

}
.standardForm .label {

} 
.standardForm .element input, .standardForm .element select, .standardForm .element textarea {
	background-color:#FDECF2;
}
.standardForm .buttons {
	text-align:right;
	padding-bottom:0px;
}
.standardForm .buttons input {
	border:none;
	background-color:transparent;
	padding:0px;
	margin-left:5px;
}
.standardForm .radioGroup label {
	display:inline;
	margin-right:5px;
}
.standardForm .radioGroup label input {
	border:none;
}
.standardForm .mediumInput {
	width:200px;
}
.standardForm .smallInput {
	width:70px;
}
.standardForm .largeInput {
	width:350px;
}
.standardForm .mediumArea {
	width:350px;
	height:200px;
}


