/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */

#PriceTbl
{
    width: 716px;
    overflow-x: auto;
}

/*BORDERS*/
.brd1
{
    border-right: dashed 1px #56a5d2;
    padding-right: 8px;
    padding-bottom: 8px;
}
.brd2
{
    border-top: solid 1px #56a5d2;
    padding-top: 5px;
}
.brd3
{
    border-bottom: dashed 1px #56a5d2;
}

/*MAIN*/
.main_bg
{
    background-image: url(images/main_bg.jpg);
    background-position: left top;
    background-repeat: repeat-x;
}
.top_3
{
    background-image: url(images/top_3.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.pad205
{
    padding-left: 20px;
    padding-top: 5px;
}
.phone
{
    background-image: url(images/phone.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 65px;
}
/*NEWS STYLE*/
.NewsTitle
{
    font-family: Arial;
    font-size: 16px;
    color: #2ba745;
}
.NewsDate
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #2aadfb;
}
.NewsSprt
{
    border-top: dotted 1px #76b4d9;
}
.ArchivSprt
{
    border-bottom: dotted 1px #76b4d9;
}

/*Menu STyle*/
.MenuBg
{
    background-image: url(images/menuMarker.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 15px;
}
.MenuItemBRD
{
    border-bottom: dashed 1px #56a5d2;
}
.MenuItem
{
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    color: #2790c1;
    line-height: 22px;
}
A.MenuItem:link
{
    color: #2790c1;
    text-decoration: none;
}
A.MenuItem:visited
{
    color: #2790c1;
    text-decoration: none;
}
A.MenuItem:active
{
    color: #2790c1;
    text-decoration: none;
}
A.MenuItem:hover
{
    color: #2b8f1a;
    text-decoration: none;
}
.DynMenu
{
    border-bottom: solid 2px #8cc2e1;
    border-left: solid 1px #8cc2e1;
    border-top: solid 1px #8cc2e1;
    border-right: solid 2px #8cc2e1;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 5px;
}
.DynMenuItem
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: Normal;
    color: #2790c1;
    line-height: 22px;
}
A.DynMenuItem:link
{
    color: #2790c1;
    text-decoration: none;
}
A.DynMenuItem:visited
{
    color: #2790c1;
    text-decoration: none;
}
A.DynMenuItem:active
{
    color: #2790c1;
    text-decoration: none;
}
A.DynMenuItem:hover
{
    color: #2b8f1a;
    text-decoration: none;
}

/*SUB MENU STYLE*/
.SubMenuNode
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #259add;
    border-bottom: dashed 1px #ff6600;
    background-image: url(images/subMenuMerker.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 5px;
    line-height: 20px;
}
A.SubMenuNode:link
{
    background-image: none;
    color: #259add;
    text-decoration: none;
}
A.SubMenuNode:active
{
    background-image: none;
    color: #259add;
    text-decoration: none;
}
A.SubMenuNode:visited
{
    background-image: none;
    color: #259add;
    text-decoration: none;
}
A.SubMenuNode:hover
{
    background-image: none;
    color: #ff6600;
    text-decoration: none;
}

/* ADMINS */

.TabsTreeSelected
{
    background-color: #bababa;
}
.TabsTree
{
    font-family: Verdana;
    font-size: 11px;
    color: #474747;
    font-weight: normal;
    padding: 3px;
}
A.TabsTree:link
{
    color: #474747;
    text-decoration: None;
}
A.TabsTree:active
{
    color: #474747;
    text-decoration: None;
}
A.TabsTree:visited
{
    color: #474747;
    text-decoration: None;
}
A.TabsTree:hover
{
    color: #000000;
    background-color: #bababa;
    text-decoration: None;
}
.TabsTreeBg
{
    border-right: #908f8f 2px solid;
    border-top: #908f8f 1px solid;
    border-left: #908f8f 1px solid;
    border-bottom: #908f8f 2px solid;
    height: 296px;
    background-color: #f1f1f1;
    padding: 10px;
}

.RSS-image
{
    float: left;
    border: double 3px #666666;
    
}
.HeadBg {
    background-color: darkred;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
    background-image: url(images/footerBg.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:DarkRed;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #ff6600;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial;
    font-size:  24px;
    font-weight:    normal;
    color: #259add;
    line-height: 22px;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,p,ol,ul,#ContentPane div,#LeftPane div,#RightPane div
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    color: #6a6a6a;    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #6a6a6a;    
    border: solid 1px #d0d0d0;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial;
    font-size: 18px;
    color: #2ba745;
    font-weight: normal;
}

H3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    normal;
    color: #ff6600;
}

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}


A:link  {
    text-decoration:    none;
    color:  #2aadfb;
}

A:visited   {
    text-decoration:    none;
    color:  #2aadfb;
}

A:active    {
    text-decoration:    none;
    color:  #2aadfb;
}

A:hover {
    text-decoration:    underline;
    color:  #2aadfb;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, 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;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}


/* css стили для галереи
 ************************
 ************************
 ************************
 ************************
 ************************
                        */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 8px;
	font-size: 0;
}

.column {
	background-image: url(images/Gallery/content-shim.gif);
}

.gradient {
	background-image: url(images/Gallery/content-shim-photo.gif);
}
 
.view {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.photo_198 {
	border: 4px solid #FFFFFF;
}

.solid {
	background-image: url(images/Gallery/content-shim-none.gif);
}

.buttonbar {
	background-image: url(images/Gallery/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 100%;
	height: 33px;
	text-align: center;
}

.buttonbar-top {
	background-image: url(images/Gallery/photonav-top-bg.gif);
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

.textfield {
	border: 1px solid #929292;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: 256px;
}

#home, #resume, #links, #register, #admin-albums, #admin-photos {
	background-image: url(images/Gallery/body-repeat.gif);
	position: relative;
	width: 100%;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}
/* Photo Border for All Pages Except the Albums Page */

.photo-frame .topx-- {
	background-image: url(images/Gallery/frame-topx--.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}
.photo-frame .top-x- {
	background-image: url(images/Gallery/frame-top-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .top--x {
	background-image: url(images/Gallery/frame-top--x.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}

.photo-frame .midx-- {
	background-image: url(images/Gallery/frame-midx--.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}
.photo-frame .mid--x {
	background-image: url(images/Gallery/frame-mid--x.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}

.photo-frame .botx-- {
	background-image: url(images/Gallery/frame-botx--.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: top;
}
.photo-frame .bot-x- {
	background-image: url(images/Gallery/frame-bot-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .bot--x {
	background-image: url(images/Gallery/frame-bot--x.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: bottom;
}

/* Photo Border for the Album Page */

.album-frame .topx----,
.album-frame .top----x,
.album-frame .botx----,
.album-frame .bot----x {
	height: 14px;
	width: 14px;
}

.album-frame .top-x--- {
	background-image: url(images/Gallery/album-tstretch.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 14px;
	width: auto;
}
.album-frame .top--x-- {
	background-image: url(images/Gallery/album-tstretch.gif);
	background-repeat: repeat-x;
	height: 14px;
	width: auto;
}
.album-frame .top---x- {
	background-image: url(images/Gallery/album-tstretch.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 14px;
	width: auto;
}

.album-frame .mtpx---- {
	background-image: url(images/Gallery/album-lstretch.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	height: auto;
	width: 14px;
}
.album-frame .mtp----x {
	background-image: url(images/Gallery/album-rstretch.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	height: auto;
	width: 14px;
}

.album-frame .midx---- {
	background-image: url(images/Gallery/album-lstretch.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 14px;
}
.album-frame .mid----x {
	background-image: url(images/Gallery/album-rstretch.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 14px;
}

.album-frame .mbtx---- {
	background-image: url(images/Gallery/album-lstretch.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	height: auto;
	width: 14px;
}
.album-frame .mbt----x {
	background-image: url(images/Gallery/album-rstretch.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	height: auto;
	width: 14px;
}

.album-frame .bot-x--- {
	background-image: url(images/Gallery/album-bstretch.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 14px;
	width: auto;
}
.album-frame .bot--x-- {
	background-image: url(images/Gallery/album-bstretch.gif);
	background-repeat: repeat-x;
	height: 14px;
	width: auto;
}
.album-frame .bot---x- {
	background-image: url(images/Gallery/album-bstretch.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 14px;
	width: auto;
}              




