﻿/**
 *  Three Main colors:
 *
 *  1. Dark      : 800000 - Burgundy (First main color)
 *  2. Lighter   : BB7766 -          (Subcolor. Links, etc)
 *  3. Lighter 2 : FFC080 -          (Rearly used. Buttons, tooltip background, etc)
 *  3. Light     : FFFFFF - White    (Second main color)
 */

body
{
	margin:0; padding:0;
	text-align:center;
	background-color: #F3EEE8;
	background: url(../Images/bg2.gif) repeat;
	font: 13px Arial, Helvetica, Geneva;
	color: #000000;
}


/* ~Controls~ */
.Button {
	BORDER-RIGHT: #800000 1px groove;
	BORDER-TOP: #800000 1px groove;
	BORDER-LEFT: #800000 1px groove;
	BORDER-BOTTOM: #800000 1px groove;
	COLOR: #800000;
	FONT-SIZE: 10pt;
	font-weight: bold;
	FONT-FAMILY: Arial, Helvetica, Geneva;
	BACKGROUND-COLOR: #FFC080;
	/*BACKGROUND-COLOR: #BB7766;*/
	height : 20px;
	width : 80px;
}

.Button_Edit
{
	border-right: #800000 1px groove;
	border-top: #800000 1px groove;
	border-left: #800000 1px groove;
	border-bottom: #800000 1px groove;
	color: #800000;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva;
	height: 20px;
	width: 20px;
	background: url(../Images/button_Edit.gif) no-repeat center center;
}

.Button_Cancel
{
	border-right: #800000 1px groove;
	border-top: #800000 1px groove;
	border-left: #800000 1px groove;
	border-bottom: #800000 1px groove;
	color: #800000;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva;
	height: 20px;
	width: 20px;
	background: url(../Images/button_Cancel.gif) no-repeat center center;
}

.Button_Update
{
	border-right: #800000 1px groove;
	border-top: #800000 1px groove;
	border-left: #800000 1px groove;
	border-bottom: #800000 1px groove;
	color: #800000;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva;
	height: 20px;
	width: 20px;
	background: url(../Images/button_Accept.gif) no-repeat center center;
}

.Button_Delete
{
	border-right: #800000 1px groove;
	border-top: #800000 1px groove;
	border-left: #800000 1px groove;
	border-bottom: #800000 1px groove;
	color: #800000;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva;
	height: 20px;
	width: 20px;
	background: url(../Images/button_Delete.gif) no-repeat center center;
}

.TextBox_Large {
	BORDER-RIGHT: #800000 1px groove;
	BORDER-TOP: #800000 1px groove;
	BORDER-LEFT: #800000 1px groove;
	BORDER-BOTTOM: #800000 1px groove;
	COLOR: #800000; 
	FONT-SIZE: 10pt; 
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, Geneva;
	BACKGROUND-COLOR: #FFEFD5;
	width: 180px;  /* Same as .GridView_Label */
}

.TextBox {
	BORDER-RIGHT: #800000 1px groove;
	BORDER-TOP: #800000 1px groove;
	BORDER-LEFT: #800000 1px groove;
	BORDER-BOTTOM: #800000 1px groove;
	COLOR: #800000; 
	FONT-SIZE: 10pt; 
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, Geneva;
	BACKGROUND-COLOR: #FFEFD5;
}

.TextBox_Mid {
	BORDER-RIGHT: #800000 1px groove;
	BORDER-TOP: #800000 1px groove;
	BORDER-LEFT: #800000 1px groove;
	BORDER-BOTTOM: #800000 1px groove;
	COLOR: #800000; 
	FONT-SIZE: 10pt; 
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, Geneva;
	BACKGROUND-COLOR: #FFEFD5;
	width: 130px;
}

.TextBox_Small {
	BORDER-RIGHT: #800000 1px groove;
	BORDER-TOP: #800000 1px groove;
	BORDER-LEFT: #800000 1px groove;
	BORDER-BOTTOM: #800000 1px groove;
	COLOR: #800000; 
	FONT-SIZE: 10pt; 
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, Geneva;
	BACKGROUND-COLOR: #FFEFD5;
	width: 35px;
}

.TextBox_Smallest {
	BORDER-RIGHT: #800000 1px groove;
	BORDER-TOP: #800000 1px groove;
	BORDER-LEFT: #800000 1px groove;
	BORDER-BOTTOM: #800000 1px groove;
	COLOR: #800000; 
	FONT-SIZE: 10pt; 
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, Geneva;
	BACKGROUND-COLOR: #FFEFD5;
	width: 20px;
}

.TextBox_TextArea {
	BORDER-RIGHT: #800000 1px groove;
	BORDER-TOP: #800000 1px groove;
	BORDER-LEFT: #800000 1px groove;
	BORDER-BOTTOM: #800000 1px groove;
	COLOR: #800000; 
	FONT-SIZE: 10pt; 
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, Geneva;
	BACKGROUND-COLOR: #FFEFD5;
	width: 200px;
	
	scrollbar-face-color: #800000;
	scrollbar-highlight-color: #FFC080;
	scrollbar-3dlight-color: #FFC080;
	scrollbar-darkshadow-color: #FFC080;
	scrollbar-shadow-color: #BB7766;
	scrollbar-arrow-color: #FFC080;
	scrollbar-track-color: #FFEFD5;
}

.GridView_Main
{
	width: 100%;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-spacing: 1px;
	
	color: #000000;
	font-family: Arial, Helvetica, Geneva;
	font-size: 12px;
}

.GridView_Header
{
	border-color: #FFFFFF;
	/*background-color: #FFFFFF;*/
	color: #800000;
	font-weight: bold;
	border-bottom: solid 1px #800000;
	
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-spacing: 1px;
}

.GridView_EditRow
{
	color: #FF0000;
	padding: 0px 0px 0px 0px;
	border-spacing: 0px;
}

.GridView_Label
{
	width: 170px;  /* Same as .TextBox_Large */
}

.GridView_Pager
{
	color: #800000;
	padding: 3px 3px 3px 3px;
	border: solid 1px #800000;
	vertical-align: middle;
	text-align: center;
}

.FileUpload {
	BORDER-RIGHT: #800000 1px groove;
	BORDER-TOP: #800000 1px groove;
	BORDER-LEFT: #800000 1px groove;
	BORDER-BOTTOM: #800000 1px groove;
	COLOR: #800000; 
	FONT-SIZE: 10pt; 
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, Geneva;
	BACKGROUND-COLOR: #FFEFD5;
	width: 300px;
}

.FileUpload_Small {
	BORDER-RIGHT: #800000 1px groove;
	BORDER-TOP: #800000 1px groove;
	BORDER-LEFT: #800000 1px groove;
	BORDER-BOTTOM: #800000 1px groove;
	COLOR: #800000; 
	FONT-SIZE: 10pt; 
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, Geneva;
	BACKGROUND-COLOR: #FFEFD5;
	width: 230px;
}
/* ~Images~ */
IMG.imageSimple
{
	border: 0px;
}

IMG.imageLang
{
	BORDER-RIGHT: #800000 1px groove;
	BORDER-TOP: #800000 1px groove;
	BORDER-LEFT: #800000 1px groove;
	BORDER-BOTTOM: #800000 1px groove;
}

/**
 * Image that is going to be shown on the tooltip onmouseover
 */
img.imageBig
{
	width: 533px;
	height: 400px;
	border: 0px;
}

/**
 * Image that is going to be shown as a thumbnail
 */
img.imageSmall
{
	width: 133px;
	height: 100px;
	border: 0px;
}

/* ~Links~ */
a:link    { color: #800000; text-decoration : underline; font-size:13px; }
a:visited { color: #800000; text-decoration : underline; font-size:13px; }
a:active  { color: #330000; text-decoration : none;      font-size:13px; }
a:hover   { color: #330000; text-decoration : none;      font-size:13px; }

a.topLink:link    { color: #800000; text-decoration : none;		 font-size:12px; }
a.topLink:visited { color: #800000; text-decoration : none;		 font-size:12px; }
a.topLink:active  { color: #800000; text-decoration : none;		 font-size:12px; }
a.topLink:hover   { color: #800000; text-decoration : underline; font-size:12px; }

/* ~Menu~ */
span.dummySmallText
{
	font-size: 7px;
}

div.button2On
{
	border: 0px;
	width: 150px;
	height: 30px;
	background-image:url(../Images/button.gif); 

	color: #BB7766;
	font-family: Arial, Helvetica, Geneva;
	font-size: 13px;
	font-weight: bold;
	text-decoration : none;
	cursor: hand;
}

div.button2Off
{
	border: 0px;
	width: 150px;
	height: 30px;
	background-image: url(../Images/button.gif);
	
	color: #FFFFFF;
	font-family: Arial, Helvetica, Geneva;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
}

div.subButton2On
{
	border: 0px;
	width: 130px;
	height: 30px;
	background-image: url(../Images/subButton.gif);
	background-repeat: no-repeat;
	background-position: left top;

	color: #BB7766;
	font-family: Arial, Helvetica, Geneva;
	font-size: 12px;
	font-weight: bold;
	text-decoration : none;
	cursor: hand;
}

div.subButton2Off
{
	border: 0px;
	width: 130px;
	height: 30px;
	background-image: url(../Images/subButton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	color: #FFFFFF;
	font-family: Arial, Helvetica, Geneva;
	font-size: 12px;
	font-weight: bold;
	text-decoration : none;
	cursor: hand;
}

div.pageTitle
{
	color: #800000;
	font-family: Arial, Helvetica, Geneva;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

div.homeFunkyDivLeftSuper
{
	position:relative;
	height: 100%;
	width: 100%;
	/*border: solid 1px #800000;*/
}

div.homeFunkyDivRight
{
	/*border: solid 1px #000;*/
	width: 210px;
	height: 141px;
	position:absolute;
	/*
	position:relative;
	left: 30px;
	*/
	background: url(../Images/home_001.gif) repeat;
	background-repeat:no-repeat;
}

div.homeFunkyDivLeft
{
	/*border: solid 1px #000;*/
	width: 210px;
	height: 141px;
	position:absolute;
	right: 25px;
	/*position:relative;
	left: -50px;
    */
	background: url(../Images/home_002.gif) repeat;
	background-repeat:no-repeat;
}

/* ~Tables~ */
#innerViewFrame
{
	background: url(../Images/bgM.gif) repeat;
	width: 495px;
	height: 350px;
}

#innerViewFrameAdmin
{
	background: url(../Images/bgM.gif) repeat;
	width: 600px;
	height: 350px;
}

#innerViewErrorFrame
{
	background: url(../Images/bgM.gif) repeat;
	width: 100%;
	height: 350px;
}

#innerViewLeft
{
	background: url(../Images/bgL.gif) repeat;
	width: 199px;
	height: 350px;
	border-right: solid 1px #800000;
}

#innerViewLeftAdmin
{
	background: url(../Images/bgL.gif) repeat;
	width: 170px;
	height: 350px;
	border-right: solid 1px #800000;
}

#innerViewContext
{
	background-image:url(../Images/bg3.gif); 
	background-repeat:no-repeat; 
	background-position:bottom right;
	height: 100%;
	width: 100%;
}


table.tableStandard
{
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	height: 100%;
}

table.tableFrame
{
	border-left: #800000 1px groove;
	border-right: #800000 1px groove;
	border-top: #800000 1px groove;
	border-bottom: #800000 1px groove;
	font-family: Arial, Helvetica, Geneva;
	background-color: White;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-spacing: 0px;
}

TABLE.tableInner
{
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 12px;
	width: 100%;
}

TABLE.tableInnerShort
{
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 12px;
	width: 90%;
}

table.tooltipholder
{
	border: 0px;
	width: 100%;
	height: 100%;
}

table.homePage
{
	color: #800000;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva;
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

TR.headerRow
{
	/*background-color: White;*/
	font-size: 12px;
	font-weight: bold;
	color: White;
	vertical-align: bottom;
	text-align: left;
	height: 12px;
}

td.menuItem
{
	background-image:url(../Images/doted-line.gif); 
	background-repeat: repeat-x;
	background-position:bottom left;
}

TD.tableHolderCell
{
	height:300px;
}

TD.headerCell
{
	font-family: Arial, Helvetica, Geneva;
	background-color: #800000;
	width: 45%;
	border-bottom: #800000 1px groove;
	height: 12px;
	font-weight: bold;
}

TD.headerCell2
{
	font-family: Arial, Helvetica, Geneva;
	border-bottom: #800000 1px groove;
    /*background-image:url(../Images/bg3.gif);*/
}

/* ~Additional~ */
#main
{
	margin: 0px auto 0px auto;
	padding:0;
	width: 704px;
	background-color:#800000;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

#mainAdmin
{
	margin: 0px auto 0px auto;
	padding:0;
	width: 774px;
	background-color:#800000;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

#footer
{
	margin: 0px auto 0px auto;
	padding:0;
	width:704px;
    color:#BB7766;
	font-family: Arial, Helvetica, Geneva;
	font-size:11px;
}

#footerlink
{
	color:#BB7766;
	font-family: Arial, Helvetica, Geneva;
	font-size:11px;
	text-decoration: none;
}

#footerlink:hover
{
	color:#BB7766;
	font-family: Arial, Helvetica, Geneva;
	font-size:11px;
	text-decoration: underline;
}

#myGallery
{
	width : 495px !important;
	height: 150px !important;
}

#myProductsGallery
{
	width : 450px !important;
	height: 450px !important;
}

a.linkPinny:link
{
	font-size: 13px;
	color: #BB7766;
	text-decoration: underlined;
	font-family: Calibri, Arial, Helvetica, Geneva;
}

a.linkPinny:visited
{
	font-size: 13px;
	color: #BB7766;
	text-decoration: underlined;
	font-family: Calibri, Arial, Helvetica, Geneva;
}

a.linkPinny:hover
{
	font-size: 13px;
	color: #3399FF;
	text-decoration: none;
	font-family: Calibri, Arial, Helvetica, Geneva;
}
