﻿body
{
	border: 0px;
	font-family:Arial, Helvetica;
	font-size:13pt;
	font-weight:normal;
	background-color:#FFFFFF;
	background-image: url(../../images/plain_bg.gif); /*Previously in #Content*/
	background-position: 50% 0;
	background-repeat:repeat-y;
  margin:0px auto 0px auto;
}


#Content
{
  margin:0px auto 0px auto;
	width: 940px;
	border: 0px solid #999999;
	padding:20px 30px 0px 30px;
}

body#StartPage
{
	background-color:#FFFFFF;
	background-image: url(../../images/plainF3_bg.gif); /*Previously in #Content*/
  margin:20px auto 0px auto;
	width: 1000px;
	border: 0px solid #5d5d5d;  
}

.PageTitle
{
  text-align:center;
}
.PageTitle span
{
  font-family: Arial, Helvetica;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  text-align:center;
  text-decoration: none;
  margin:0px;
  border-bottom:2px solid #3E72B0;
}
h2 /*p2*/
{
  font-size: 14px;
  font-weight: normal;
  text-transform:none;
  color: #2D66A9;
  text-align: center;
  text-decoration:none;
  margin: 16px 0px 8px 0px;
}

p
{
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  color: #333333;
  text-align: left;
  text-decoration: none;
  margin: 1px;
}
p.LtGrey11
{
  font-family: Arial, Helvetica;
  font-size:11px;
  color:#5D5D5D;
  margin: 4px 0px 4px 0px;
  text-align:center;
}
p.LtGrey11 span
{
margin:2px 0 8px;
white-space:nowrap;
}

p.DkGrey12
{
  font-family: Arial, Helvetica;
  font-size:12px;
  color:#333333;
  margin: 4px 0px 4px 0px;
  text-align:center;
}
p.DkGrey12 a
{
  color:#333333;
  text-decoration:none;
  border-bottom:1px solid #C7001A;
}
p.DkGrey13
{
  font-family: Arial, Helvetica;
  font-size:13px;
  color:#333333;
  margin: 4px 0px 4px 0px;
  text-align:center;
  font-weight: normal;
}

p.DkGrey14
{
  font-family: Arial, Helvetica;
  font-size:14px;
  color:#333333;
  margin: 4px 0px 4px 0px;
  text-align:center;
  font-weight: normal;
}
p.BoldBlue16
{
  text-align:center;
	font-family:Arial, Helvetica;
	font-size:16px;
	font-weight:bold;
	color:#2D66A9;
}

.Copy
{
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  color: #333333;
  text-align: left;
  text-decoration: none;
  margin: 1px;
}
.CopyWarning
{
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  color: #E70000;
  text-align: left;
  text-decoration: none;
  margin: 1px;
}

.Code
{
  font-family: Courier, Courier New, Times New Roman;
  font-size: 10px;
  font-weight: normal;
  text-transform: none;
  color: #333333;
  text-align: left;
  text-decoration: none;
}


/*
-------------------------------------
Top Navigation and Header - start
-------------------------------------
*/

.NavLeft
{
  width:250px;
  padding: 2px;
  text-align: left;
}
.NavLeft a
{
  font-family: Arial, Helvetica;
  font-size: 11px;
  font-weight: normal;
  text-transform:uppercase;
  text-decoration:none;
  color: #5D5E60;
  margin-left:0px;
}

.NavRight
{
  width:250px;
  padding: 2px;
  text-align: right;
}
.NavRight a
{
  font-family: Arial, Helvetica;
  font-size: 11px;
  font-weight: normal;
  text-transform:uppercase;
  text-decoration:none;
  color: #5D5E60;
  margin-right:0px;
}
.NavLeft a:hover
{
  color: #2D66A9;
  border-bottom:1px solid #5D5D5F;
}
.NavRight a:hover
{
  color: #2D66A9;
  border-bottom:1px solid #5D5D5F;
}
#Header
{ width:500px;
  height: 30px;
  padding: 1px;
  text-align:center;
}
.AdminMode
{
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #E70000;
  position:relative;
  top:-6px;
  white-space:nowrap;
}

.PageTitle
{
  text-align:center;
}
.PageTitle span
{
  font-family: Arial, Helvetica;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #333333;
  text-align:center;
  text-decoration: none;
  margin:0px;
  border-bottom:2px solid #3E72B0;
}
/*
-------------------------------------
Top Navigation and Header - done
-------------------------------------
*/

#HeaderTable
{
  margin:0px auto 18px auto;
  width:832px;
  font-family: Arial, Helvetica;
  font-size: 11px;
  font-weight: normal;
  text-transform:uppercase;
  text-decoration:none;
  color: #5D5D5D;
}
#HeaderTable td
{
  text-align:right;
}
#HeaderTable td.DkGrey12 a
{
  text-decoration:none;
  color: #5D5D5D;
  text-align:right;
}
#HeaderTable td.DkGrey12 a:hover
{
  color: #2D66A9;
  border-bottom:1px solid #5D5D5F;
}
#WelcomeTable
{
  margin:0px auto;
  text-align:center;
  width:832px;
  height:70px;
  border-top: 2px solid #779DCB;
  border-bottom: 2px solid #779DCB;
}

#WelcomeTable .WelcomeTitle
{
  width: 432px;
  height: 60px;
  padding: 8px;
}

#WelcomeTable .Regdate
{
  font-family: Arial, Helvetica;
  font-size: 11px;
  font-weight: normal;
  text-transform:uppercase;
  text-decoration:none;
  color: #5D5D5D;
  text-align:left;
  padding-top:13px;
}
#WelcomeTable .LastLogin
{
  font-family: Arial, Helvetica;
  font-size: 11px;
  font-weight: normal;
  text-transform:uppercase;
  text-decoration:none;
  color: #5D5D5D;
  text-align:right;
  padding-top:13px;
}
#WelcomeTable p
{
  font-family: Arial, Helvetica;
  font-size: 14px;
  font-weight: normal;
  text-transform:none;
  text-decoration:none;
  font-style:italic;
  color: #333333;
  text-align:center;
  padding-top:10px;
}
#WelcomeTable h1
{
  font-family: Arial, Helvetica;
  font-size: 18px;
  font-weight: bold;
  text-transform:none;
  text-decoration:none;
  color: #2D66A9;
  text-align:center;
  margin:4px 0px 0px 0px;
}

/* Homepage intro and legend */
#HPIntro
{
  border:0px solid #e70000;
  margin:32px auto 24px auto;
  width:832;
}

#HPIntro p
{
  font-family: Arial, Helvetica;
  font-size:14px;
  color:#333333;
  margin: 4px 0px 4px 0px;
  text-align:center;
  font-weight: normal;
}

#HPIntro .Legend
{
  font-family: Arial, Helvetica;
  font-size: 11px;
  font-weight: normal;
  text-transform:uppercase;
  text-decoration:none;
  color: #5d5d5d;
  text-align:center;
}
#HPIntro .Legend img
{
  position:relative;
  top:8px;
}

/* Purchase Extra Pages Box - start*/

#PurchasePagesBox
{
  text-align:left;
}
#PurchasePagesBox .Title
{
  text-align:center;
  font-family: Arial, Helvetica;
  font-size: 14px;
  font-weight: bold;
  text-transform:uppercase;
  text-decoration:none;
  margin-bottom:10px;
}
#PurchasePagesBox .Copy
{
  text-align:center;
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  text-transform:none;
  text-decoration:none;
  margin-bottom:10px;
}

#PurchasePagesBox .Link
{
  font-family: Arial, Helvetica;
  font-size: 13px;
  font-weight: normal;
  text-transform:none;
  text-decoration:none;
  color:#2D66A9;
  border-bottom:1px solid #2D66A9;
}
#PurchasePagesBox .Link:hover
{
  color:#333333;
  border-bottom:2px solid #333333;
}
/* Purchase Extra Pages Box - end*/

/* Homepage intro and legend */



#SecondHalf
{
  margin-top:30px;
}

#Instructions
{
  width:575px;
  border-right:2px solid #779DCB;
  padding-right:40px;
  margin-left:60px;
  float:left;
}
#Instructions ul
{
}
#Instructions ul li
{
  margin: 0px 0px 0px 0px;
  text-align:left;
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  text-transform:none;
  text-decoration:none;
  color: #5d5d5d;
  padding-bottom:6px;
  line-height:1.3em;
}


#Controls
{
  width:230px;
  float:right;
  text-align:left;
  margin:0px 60px 0px 27px;
}

#Controls .ControlSep
{
  border-top:2px solid #779DCB;
  text-align:center;
  margin: 24px 0px 24px 0px;
  clear:both;
}

#Controls .VisTable
{
  text-align:left;
  font-family: Arial, Helvetica;
  font-size: 14px;
  font-weight: bold;
  text-transform:uppercase;
  text-decoration:none;
  color: #636466;
  margin-bottom:8px;
}
#Controls .VisTable td
{
  text-align:left;
}









hr 
{
  border:1px solid #4B4B4D;
  height:1px;
  margin:0px;
  padding:0px;
}
hr.hr2
{
  border:0px;
  background-color:#4B4B4D;
  color:#4B4B4D;
  height:1px;
}

/*  Login  */
body#Login{
background-color:#FFFFFF;
background-image:url(../../images/bordered_bg.gif);
background-position:50% 0;
background-repeat:repeat-y;
border:0 none;
font-family:Arial,Helvetica;
font-size:13pt;
font-weight:normal;
}

#LoginTable
{
  width: 380px;
  border: 0px solid #2862A7;
}

#LoginTable .LoginField
{
  font-family: Arial, Helvetica;
  font-size: 11px;
  font-weight: normal;
  text-transform: none;
  color: #5d5d5d;
  width: 100px;
  padding: 2px;
  text-align: right;
}

#LoginTable .LoginValue
{
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  color: #333333;
  width: 180px;
  padding: 2px;
  text-align: left;
}

#LoginHeader
{
  width: 200px;
  height: 60px;
  padding: 8px;
  background-color: #F1F0F7;
}



.AdminTable
{
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  color: #000000;
  text-align: left;
  text-decoration: none;
}

#AdminFooter
{
  width:940px;
  padding-top:4px;
}
.FooterText
{
  border-top:1px solid #333333;
  font-family: Arial, Helvetica;
  font-size: 11px;
  font-weight: normal;
  color: #5D5D5D;
  text-decoration:none;
  text-transform:none;
  padding:4px 0px 8px 0px;
  text-align:center;
}
.StartPageCopyright
{
  font-family: Arial, Helvetica;
  font-size: 11px;
  font-weight: normal;
  color: #5D5D5D;
  text-decoration:none;
  text-transform:none;
  padding:30px 0px 8px 0px;
  text-align:center;
}

#Menu
{
  width: 200px;
  vertical-align: top;
  background-color: #E8E7F1;
}



.mnuBox
{
  background-color: #2862A7;
  margin: 8px;
  padding: 8px;
  color: #FFFFFF;
}

.mnuBox a
{
  color: #FFFFFF;
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
}

.BoxTitle
{
  color: #FFFFFF;
  font-family: Arial, Helvetica;
  font-size: 14px;
  font-weight: Bold;
  text-transform: uppercase;
  border-bottom: 1px solid #F1F0F7;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.mnuBox ul
{
  padding: 0px;
  margin: 0px;
}


.GreyButton
{
  background-image: url(../../Common/images/GradButtonLt.gif);
  background-color:#A9AAAC;
  border: 1px solid #969696;
  height: 22px;
  font-family: Arial, Helvetica;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  color: #333333;
  text-align: center;
  /*padding:0px 20px 0px 20px;*/
}
.GreyButton:hover
{
  background-image: url(../../Common/images/GradButtonDk.gif);
  background-color:#5E5F61;
  color: #FFFFFF;
}

.FormBlock
{
  color:#2D66A9;
  font-family:Arial,Helvetica;
  margin:0px 0px 0px 190px;
  padding:0;
  text-align:center;
  width:650px;
}
.FormBlock td.FormLabel
{
  text-align:right;
}
.FormBlock td.FormLabel span
{
  color:#5D5D5D;
  font-family:Arial,Helvetica;
  font-size:11px;
  font-weight:normal;
  text-align:right;
  text-transform:none;
  width:100px;
  text-align:right;
}

.FormInstruction
{
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  color: #333333;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
}
.FormError
{
  background-color: #E70000;
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  color: #FFFFFF;
  width: 236;
  padding: 8px;
  text-align: left;
}

.Grid
{
}
.Grid th
{
  background-color: #2862A7;
  color: #FFFFFF;
  padding: 2px;
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  vertical-align: top;
  border: 1px solid #2862A7;
}
.Grid td
{
  padding: 2px;
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  color: #666666;
  vertical-align: top;
}
.Grid th a
{
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  color: #FFFFFF;
}

.Frame
{
  background-color: #F4F4F4;
  border: 1px solid #B7B7B7;
  padding: 8px;
}

.Frame2 /* no border*/
{
  background-color: #F6F6F6;
  border: 0px solid #C6C3C6;
  padding: 8px 0px 8px 0px;
}

.InfoTable
{
  width: 350px;
  border: 1px solid #CCCCCC;
}

.InfoTable .Field
{
  width: 120px;
  background-color: #F1F0F7;
  padding: 0px;
  margin: 0px;
  border: 1px solid #E8E7F1;
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  color: #666666;
  vertical-align: top;
}

.InfoTable .Value
{
  width: 230px;
  background-color: #F1F0F7;
  padding: 0px;
  margin: 0px;
  border: 1px solid #E8E7F1;
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  color: #666666;
  vertical-align: top;
}


.TodoTable
{
  margin:0px auto;
  width:915px;
}

.TodoTable .Header
{
  background-color: #E8E7F1;
  padding: 4px;
  margin: 0px;
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  text-align:left;
  vertical-align: top;
}
.TodoTable .Status
{
  width: 125px;
  padding: 4px;
  margin: 0px;
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  text-align:center;
  vertical-align: top;
}
.TodoTable .Task
{
  background-color: #F1F0F7;
  padding: 4px;
  margin: 0px;
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  color: #666666;
  vertical-align: top;
}

.TodoTable .Detail
{
  background-color: #F1F0F7;
  padding: 4px;
  margin: 0px;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  color: #666666;
  vertical-align: top;
}


.AdminTextBox
{
  border: 1px solid #2862A7;
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  color: #333333;
  width: 450px;
  padding: 4px;
}
.AdminTextBoxReadOnly
{
  border: 1px solid #DDDDDD;
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  color: #333333;
  width: 400px;
  padding: 4px;
}


.WarningTable
{
  width: 100%;
  border: 4px solid #8C0000;
}

.InfoPanel
{
  font-family: Arial, Helvetica;
  background-color:#E7E9E8;
  padding: 8px;
  margin: 0px;
  margin: 8px 0px 8px 0px;
  border: 1px solid #C6C3C6;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  text-transform:none;
  color: #333333;  
  }
.InfoPanelCenter
{
  font-family: Arial, Helvetica;
  background-color:#E7E9E8;
  padding: 8px;
  margin: 8px 0px 8px 0px;
  border: 1px solid #C6C3C6;
  text-align:center;
  font-size: 15px;
  font-weight: normal;
  text-transform:uppercase;
  color: #333333;  
  }
.InfoPanel2 /* for borderless headers */
{
  font-family: Arial, Helvetica;
  padding: 8px;
  margin: 0px;
  border: 0px solid #C6C3C6;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  text-transform:none;
  color: #333333;  
  }  
.WarningPanel
{
  margin: 16px auto ;
  width:650px;
  font-family: Arial, Helvetica;
  background-color: #E70000;
  padding: 8px;
  border: 0px solid #8C0000;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  text-transform:none;
  color: #FFFFFF;  
}

.WarningText
{
  font-family: Arial, Helvetica;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  vertical-align: top;
}


.MenuOn
{
  background-color:#2862A7;
  padding: 8px;
  margin: 0px;
  border: 1px solid #C6C3C6;
  color:#FFFFFF;
  text-decoration:none;
  font-weight:bold
}
.MenuOff
{
  background-color:#F1F0F7;
  padding: 8px;
  margin: 0px;
  border: 1px solid #C6C3C6;
  color:#000000;
  text-decoration:none;
}
/* Hover over Info */
.HoverInfo
{
  z-index: 24;
  position: relative;
  text-decoration: none;
}
.HoverInfo:hover
{
  z-index: 25;
  background-color: #ADEFEF;
}
.HoverInfo SPAN
{
  display: none;
}
.HoverInfo:hover SPAN
{
  border-right: #dfb820 2px solid;
  padding-right: 8px;
  border-top: #dfb820 1px solid;
  display: block;
  padding-left: 8px;
  left: 2em;
  padding-bottom: 8px;
  border-left: #dfb820 1px solid;
  width: 220px;
  color: #64520b;
  padding-top: 8px;
  border-bottom: #dfb820 2px solid;
  position: absolute;
  top: 2em;
  background-color: #ffffcb;
  text-align: left;
}
/* Hover over Info */


/* --------------
   Image Library 
   --------------
*/

/* UploadMessages */
.UploadMessages
{
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}


/* Rounded box - used for details and search*/
.rbroundbox
{
  background-color: #F4F4F4;
}
.rbtop .TL
{
  background: url(../images/tl.gif) no-repeat top left;
}
.rbtop
{
  background: #2862A7 url(../images/tr.gif) no-repeat top right;
}
.rbbot div
{
  background: url(../images/bl.gif) no-repeat bottom left;
}
.rbbot
{
  background: url(../images/br.gif) no-repeat bottom right;
  border-bottom: 0px solid #C6C3C6;
}

/* height and width stuff, width not really nessisary. */
.rbtop .TL
{
  height: 32px;
}
.rbtop .TL .Title
{
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 8px;
}

.rbbot div, .rbbot
{
  width: 100%;
  height: 7px;
  font-size: 1px;
}
.rbcontent
{
  height:240px;
  padding: 8px 8px 8px 8px;
  border-left: 1px solid #C6C3C6;
  border-right: 1px solid #C6C3C6;
}





/* ThumbContainer */
#ThumbContainer
{
  margin-top:8px;
  background-color: #F4F4F4;
  border: 1px solid #B7B7B7;
  padding: 8px;
}

/* Thumbs 160 */
.Thumbcontainer160
{
  background-color: #2862A7;
  border: 1px solid #2862A7;
  width: 172px; /* thumbsize + (8*2) */
  float: left;
  margin: 2px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}

.thbImage160
{
  background-color: #B9CEE4;
  height: 172px; /* thumbsize + (8*2) */
  width: 172px; /* thumbsize + (8*2) */
  text-align: center;
  vertical-align: middle;
  display: table-cell table-cell;
}
.thbImage160 img
{
  margin: 0px;
}
.thbName160
{
  width: 100%;
}
.thbName160 a
{
	text-decoration:none;
	color:#FFFFFF;
}



/* Thumbs 48 */
.Thumbcontainer48
{
  background-color: #2862A7;
  border: 2px solid #2862A7;
  width: 64px; /* thumbsize + (8*2) */
  float: left;
  margin: 4px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}

.thbImage48
{
  background-color: #B9CEE4;
  height: 64px; /* thumbsize + (8*2) */
  width: 64px; /* thumbsize + (8*2) */
  text-align: center;
  vertical-align: middle;
  display: table-cell table-cell;
}
.thbImage48 img
{
  margin: 0px;
}
.thbName48
{
  width: 100%;
}
.thbName48 a
{
	text-decoration:none;
	color:#FFFFFF;
}



.ImgLibSupport
{
  margin:8px 0px 8px 0px;
}
.ImgLibSupport p
{
  text-align:left;
}
.ImgLibSupport ol
{
  padding: 0px 0px 0px 18px;
  margin:0px;
}
.ImgLibSupport ol li
{
	font-family:Arial, Helvetica;
	font-size:11px;
	font-weight:normal;
	color:#5D5D5D;
}


a.ImageSearchPagingLink
{
  font-family:Arial, Helvetica;
	font-size:11px;
	font-weight:normal;
	color:#5D5D5D;
}
/* --------------
   Image Library 
   --------------
*/

/* --------------
   Gallery Profile
   --------------
*/
.GalleryProfileSupport
{
  margin:8px 38px 8px 38px;
}
.GalleryProfileSupport p
{
  width:420px;
  text-align:left;
}
/* --------------
   Gallery Profile
   --------------
*/



/* --------------
    Categories
   --------------
*/
.CatArtforms
{
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  text-transform:uppercase;
}

.CatTable 
{
  margin-top:2px;
  widows:100%;
}

td.CatTableHead
{
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  font-variant: normal;
  color: #333333;
  text-transform:uppercase;
  text-align:center;
  border:0px solid #FFFFFF;
  background-color:#FFFFFF;
}


.CatTable td
{
  border:1px solid #333333;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  color: #333333;
  font-variant: normal;
}

.CatTable p
{
  color:#5D5D5D;
  font-size:11px;
  margin:6px 0 0 4px;
}


.CatTableInner
{
  width:100%;
}
.CatTableInner td
{ 
  width:50%;
  border:0px solid #333333;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  color: #333333;
  font-variant: normal;
  text-transform: capitalize;
}


/* ------------- */

/* Strip Profile */

/* ------------- */


#StripProfile .ArtistName
{
  height:32px;
}

#StripProfile .ArtistName a
{
  font-family: Helvetica;
  font-size: 18px;
  font-weight: bold;
  color: #E70000;
  text-decoration:underline;
}

#StripProfile .ArtistName span.link
{
  color: #1D5AA2;
  font-family:Helvetica
}


#StripProfile .ArtistArtforms
{
  font-family: Helvetica;
  font-size: 13px;
  font-weight: normal;
  color: #000000;
  text-decoration:none;
  text-transform:uppercase;
  padding-bottom:8px;
}
.TextArea
{
  font-family: Arial, Helvetica;
  font-size:12px;
  color:#333333;
}


/* GalleryProfile */

.GalleryProfile
{
  background-color:#FFFFFF;
  padding:20px 15px 20px 15px;
  border:1px solid #C6C3C6;
}

.GalleryProfile .ArtistName
{
  height:32px;
  font-family: Arial, Helvetica;
  font-size: 18px;
  font-weight:bolder 900;
  color: #000000;
  font-weight:bold;
}


.GalleryProfile .ArtistRegInfo
{
  font-family: Arial, Helvetica;
  font-size: 13px;
  font-weight: normal;
  color: #000000;
  text-decoration:none;
  text-transform:uppercase;
  padding-bottom:8px;
}

.GalleryProfile .ArtistArtforms
{
  font-family: Arial, Helvetica;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-decoration:none;
  text-transform:uppercase;
  padding-bottom:8px;
}

.GalleryProfile .ProfileCopy
{
  background-color:#FFFFFF;
  border:1px solid #97AFC3;
  font-family:Arial, Helvetica;
  font-size:12px;
  font-weight:normal;
}

.Paging
{
  font-family: Arial, Helvetica;
  font-size: 13px;
  font-weight: normal;
  color: #2D66A9;
  text-decoration:none;
  text-transform:uppercase;
  padding-bottom:8px;
}
.PageOn
{
  font-family: Arial, Helvetica;
  font-size: 13px;
  font-weight: normal;
  color: #333333;
  text-decoration:none;
  text-transform:uppercase;
  border-bottom:2px solid #BE0000;
}
.PageOff
{
  font-family: Arial, Helvetica;
  font-size: 13px;
  font-weight: normal;
  color: #333333;
  text-decoration:none;
  text-transform:uppercase;
}
/*
Purchase extra gallery page/s
*/

.BuyExtraSupport
{
  margin:8px 0px 8px 0px;
}
.BuyExtraSupport p
{
  text-align:center;
}
.BuyExtraSupport ul
{
  margin:0px;
  text-align:center;
}
.BuyExtraSupport ul li
{
  text-align:center;
	font-family:Arial, Helvetica;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	margin:5px 0px 0px 0px;
}

/* MISC */
.redul
{
  color:#333333;
  border-bottom:1px solid #C7001A;
  text-decoration:none;
}
.redul:hover
{
  color:#333333;
  border-bottom:1px solid #333333;
}

